main
 1//
 2// Licensed under the terms in License.txt
 3//
 4// Copyright 2010 Allen Ding. All rights reserved.
 5//
 6
 7#import "KiwiConfiguration.h"
 8#import "KWMatcher.h"
 9
10@interface KWBeZeroMatcher : KWMatcher
11
12#pragma mark -
13#pragma mark Configuring Matchers
14
15- (void)beZero;
16
17@end