[Previous]
[Up]
[Next]
NSProtocolChecker
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSProtocolChecker.h
Inherits from: NSObject
Instance Variables
Methods
Class Methods
+ (id) protocolCheckerWithTarget: (NSObject*)anObject;
Instances Methods
- (void) forwardInvocation: (NSInvocation*)anInvocation;
- (id) initWithTarget: (NSObject*)anObject;
- (structobjc_method_description*) methodDescriptionForSelector: (SEL)aSelector;
- (Protocol*) protocol;
- (NSObject*) target;