Up

NSProtocolChecker class reference

Authors

Mike Kienenberger

Version: 1.12

Date: 2003/07/31 23:49:31

Copyright: (C) 1995 Free Software Foundation, Inc.

Software documentation for the NSProtocolChecker class

NSProtocolChecker : NSObject

Declared in:
Foundation/NSProtocolChecker.h
Standards:

Description forthcoming.

Method summary

protocolCheckerWithTarget:protocol:

+ (id) protocolCheckerWithTarget: (NSObject*)anObject protocol: (Protocol*)aProtocol;

Description forthcoming.


forwardInvocation:

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

Description forthcoming.


initWithTarget:protocol:

- (id) initWithTarget: (NSObject*)anObject protocol: (Protocol*)aProtocol;

Description forthcoming.


methodDescriptionForSelector:

- (struct objc_method_description*) methodDescriptionForSelector: (SEL)aSelector;

Description forthcoming.


protocol

- (Protocol*) protocol;

Description forthcoming.


target

- (NSObject*) target;

Description forthcoming.



Up