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@class KWCaptureSpy;
10
11@interface NSObject (KiwiSpyAdditions)
12- (KWCaptureSpy *)captureArgument:(SEL)selector atIndex:(NSUInteger)index;
13+ (KWCaptureSpy *)captureArgument:(SEL)selector atIndex:(NSUInteger)index;
14@end