Lines Matching refs:interface
15 @end @interface NSObject <NSObject> {
23 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInt…
24 @end @interface NSMutableArray : NSArray - (void)addObject:(id)anObject;
26 @interface NSString : NSObject <NSCopying, NSMutableCopying, NSCoding> - (NSUInteger)length;
28 @end @interface NSSimpleCString : NSString {
30 @end @interface NSConstantString : NSSimpleCString @end extern void *_NSConstantStringClassRefer…
31 @interface NSDictionary : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (N…
32 @end @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
36 @interface NSResponder : NSObject <NSCoding> {
39 @interface NSCell : NSObject <NSCopying, NSCoding> {
42 @interface NSActionCell : NSCell {
45 @interface NSWindowController : NSResponder <NSCoding> {
48 @interface GBCategoryChooserPanelController : NSWindowController {
53 @end @interface GSEbayCategory : NSObject <NSCoding> {