Lines Matching refs:interface
14 @end @interface NSObject <NSObject> {
22 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInt…
23 @end @interface NSMutableArray : NSArray - (void)addObject:(id)anObject;
25 @interface NSString : NSObject <NSCopying, NSMutableCopying, NSCoding> - (NSUInteger)length;
27 @end @interface NSSimpleCString : NSString {
29 @end @interface NSConstantString : NSSimpleCString @end extern void *_NSConstantStringClassRefer…
30 @interface NSDictionary : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (N…
31 @end @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
35 @interface NSResponder : NSObject <NSCoding> {
38 @interface NSCell : NSObject <NSCopying, NSCoding> {
41 @interface NSActionCell : NSCell {
44 @interface NSWindowController : NSResponder <NSCoding> {
47 @interface GBCategoryChooserPanelController : NSWindowController {
52 @end @interface GSEbayCategory : NSObject <NSCoding> {