[Previous]
[Up]
[Next]
NSProtocolChecker
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSProtocolChecker.h
Inherits from: NSObject
+ (id) protocolCheckerWithTarget: (NSObject*)anObject;
- (void) forwardInvocation: (NSInvocation*)anInvocation;
- (id) initWithTarget: (NSObject*)anObject;
- (structobjc_method_description*) methodDescriptionForSelector: (SEL)aSelector;
- (Protocol*) protocol;
- (NSObject*) target;