KWCaptureSpy.h 189 B

123456789
  1. #import "KWMessageSpying.h"
  2. @interface KWCaptureSpy : NSObject<KWMessageSpying>
  3. @property (nonatomic, strong, readonly) id argument;
  4. - (id)initWithArgumentIndex:(NSUInteger)index;
  5. @end