Lines Matching refs:interface
55 @interface NSObject <NSObject> {}
60 @interface NSObject (NSCoderMethods)
69 @interface NSValue : NSObject <NSCopying, NSCoding> - (void)getValue:(void *)value;
70 @end @interface NSNumber : NSValue - (char)charValue;
73 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInteger)count;
74 @end @interface NSArray (NSArrayCreation) + (id)array;
75 @end @interface NSAutoreleasePool : NSObject {
80 @interface NSDate : NSObject <NSCopying, NSCoding> - (NSTimeInterval)timeIntervalSinceReferenceDate;
83 @interface NSString : NSObject <NSCopying, NSMutableCopying, NSCoding>
96 @interface NSMutableString : NSString
100 @interface NSData : NSObject <NSCopying, NSMutableCopying, NSCoding> - (NSUInteger)length;
129 @interface NSPointerArray : NSObject <NSFastEnumeration, NSCopying, NSCoding>