Up

NSObject+additions documentation

Authors

Generated by Debian

Date: Generated at 2024-07-10 08:38:24 +0000

Copyright: (C) 2002 Free Software Foundation

Software documentation for the NSObject(STAdditions) category

NSObject(STAdditions)

Declared in:
StepTalk/NSObject+additions.h
Description forthcoming.
Method summary

isNil 

- (BOOL) isNil;
Description forthcoming.

isSame: 

- (BOOL) isSame: (id)anObject;
Description forthcoming.

notEqual: 

- (BOOL) notEqual: (id)anObject;
Description forthcoming.

notNil 

- (BOOL) notNil;
Description forthcoming.

notSame: 

- (BOOL) notSame: (id)anObject;
Description forthcoming.

yourself 

- (id) yourself;
Description forthcoming.


Up