Lines Matching refs:NSObject
8 @protocol NSObject - (BOOL)isEqual:(id)object; @end protocol
9 @interface NSObject <NSObject> {} @end interface
12 @interface NamingTest : NSObject {}
13 -(NSObject*)copyPhoto;
14 -(NSObject*)mutableCopyPhoto;
15 -(NSObject*)mutable;
16 -(NSObject*)mutableCopying;
17 -(NSObject*)photocopy; // read as "photocopy"
18 -(NSObject*)photoCopy; // read as "photo Copy"
19 -(NSObject*)__blebPRCopy; // read as "bleb PRCopy"
20 -(NSObject*)__blebPRcopy; // read as "bleb P Rcopy"
21 -(NSObject*)new_theprefixdoescount; // read as "new theprefixdoescount"
22 -(NSObject*)newestAwesomeStuff; // read as "newest awesome stuff"
26 @interface MyClass : NSObject