Lines Matching full:protocol
77 @class NSString, Protocol;
81 @protocol NSObject
87 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
88 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
89 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
105 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
169 @end @protocol NSAnimatablePropertyContainer - (id)animator;
173 @end @protocol NSValidatedUserInterfaceItem - (SEL)action;
174 @end @protocol NSUserInterfaceValidations - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem;
181 @protocol NSApplicationDelegate <NSObject> @optional - (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
203 @protocol QCCompositionRenderer - (NSDictionary*) attributes;
214 @protocol ICDeviceDelegate <NSObject> @required - (void)didRemoveDevice:(ICDevice*)device;
217 @protocol ICScannerDeviceDelegate <ICDeviceDelegate> @optional - (void)scannerDeviceDidBecomeAvailable:(ICScannerDevice*)scanner;