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
 9@protocol KWVerifying<NSObject>
10
11- (NSString *)descriptionForAnonymousItNode;
12
13#pragma mark -
14#pragma mark Setting Subjects
15
16- (void)setSubject:(id)anObject;
17
18#pragma mark -
19#pragma mark Ending Examples
20
21- (void)exampleWillEnd;
22
23@end