Home | History | Annotate | Download | only in Analysis

Lines Matching full:protocol

107 @class NSString, Protocol;
111 @protocol NSObject
116 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
117 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
118 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
133 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
196 @end @protocol NSAnimatablePropertyContainer - (id)animator;
200 @end @protocol NSValidatedUserInterfaceItem - (SEL)action;
201 @end @protocol NSUserInterfaceValidations - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem;
208 @protocol NSApplicationDelegate <NSObject> @optional - (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
230 @protocol QCCompositionRenderer - (NSDictionary*) attributes;
241 @protocol ICDeviceDelegate <NSObject> @required - (void)didRemoveDevice:(ICDevice*)device;
244 @protocol ICScannerDeviceDelegate <ICDeviceDelegate> @optional - (void)scannerDeviceDidBecomeAvailable:(ICScannerDevice*)scanner;