[Previous] [Up] [Next]

NSProtocolChecker

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSProtocolChecker

NSProtocolChecker

Declared in: Foundation/NSProtocolChecker.h

Inherits from: NSObject


Instance Variables

Methods


Class Methods

protocolCheckerWithTarget:

+ (id) protocolCheckerWithTarget: (NSObject*)anObject;


Instances Methods

forwardInvocation:

- (void) forwardInvocation: (NSInvocation*)anInvocation;

initWithTarget:

- (id) initWithTarget: (NSObject*)anObject;

methodDescriptionForSelector:

- (structobjc_method_description*) methodDescriptionForSelector: (SEL)aSelector;

protocol

- (Protocol*) protocol;

target

- (NSObject*) target;