main
 1//
 2//  KWBeNotNilMatcher.h
 3//  Kiwi
 4//
 5//  Created by Luke Redpath on 17/01/2011.
 6//  Copyright 2011 Allen Ding. All rights reserved.
 7//
 8
 9#import <Foundation/Foundation.h>
10#import "KWMatcher.h"
11
12@interface KWBeNonNilMatcher : KWMatcher {
13
14}
15- (void)beNonNil;
16@end