Inherits from NSProxy
Declared in KWInvocationCapturer.h

Properties

delegate

@property (nonatomic, readonly) id delegate

userInfo

@property (nonatomic, readonly) NSDictionary *userInfo

Class Methods

invocationCapturerWithDelegate:

+ (id)invocationCapturerWithDelegate:(id)aDelegate

invocationCapturerWithDelegate:userInfo:

+ (id)invocationCapturerWithDelegate:(id)aDelegate userInfo:(NSDictionary *)aUserInfo

Instance Methods

initWithDelegate:

- (id)initWithDelegate:(id)aDelegate

initWithDelegate:userInfo:

- (id)initWithDelegate:(id)aDelegate userInfo:(NSDictionary *)aUserInfo