#import "KWMessageSpying.h" @interface KWCaptureSpy : NSObject @property (nonatomic, strong, readonly) id argument; - (id)initWithArgumentIndex:(NSUInteger)index; @end