24 #import <Foundation/Foundation.h>
55 #pragma mark Access to Class Protocols
56 + (NSArray *)adoptedProtocols;
57 + (NSArray *)allAdoptedProtocols;
59 + (BOOL)conformsToRuntimeProtocolWithName:(NSString *)name;
61 + (BOOL)addProtocolWithName:(NSString *)name;
Representation of a protocols.
Definition: SCRuntimeProtocol.h:77
Adding to the standard classes tools for working with class runtime protocols.
Definition: NSObject+SCRuntimeProtocol.h:52
Class SCRuntimeUnregisteredProtocol header file.