main
 1//
 2//  KWBeNilMatcher.h
 3//  iOSFalconCore
 4//
 5//  Created by Luke Redpath on 14/01/2011.
 6//  Copyright 2011 LJR Software Limited. All rights reserved.
 7//
 8
 9#import <Foundation/Foundation.h>
10#import "KWMatcher.h"
11
12@interface KWBeNilMatcher : KWMatcher {
13
14}
15- (void)beNil;
16@end