main
 1//
 2//  KWGenericMatcher.h
 3//  Kiwi
 4//
 5//  Created by Luke Redpath on 24/01/2011.
 6//  Copyright 2011 Allen Ding. All rights reserved.
 7//
 8
 9#import <Foundation/Foundation.h>
10#import "KWMatcher.h"
11
12@interface KWGenericMatcher : KWMatcher
13
14#pragma mark -
15#pragma mark Configuring Matchers
16
17- (void)match:(id)aMatcher;
18
19@end