FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
#import <NSAClassDeprecated.h>
Instance Methods | |
(IMP) | - methodImplementationForSelector: |
Returns IMP from given method. More... | |
(void) | - addMethodForSelector:implementation:types: |
Adds a new method to a class with a given name and implementation. More... | |
(id) | - __deprecated |
Allocator. More... | |
(id) | - allocWithZone: |
Allocator. More... | |
Properties | |
const char *UTF8Name | __deprecated |
Returns class name in c format. More... | |
NSString *name | __deprecated |
Returns class name. More... | |
Class superclass | __deprecated |
Superclass. More... | |
NSAClass *superclassObject | __deprecated |
Superclass object. More... | |
- (id) __deprecated |
Allocator.
Extends class NSAClass.
- (void) addMethodForSelector: | (SEL) | selector | |
implementation: | (IMP) | implementation | |
types: | (NSString *) | __deprecated | |
Adds a new method to a class with a given name and implementation.
Extends class NSAClass.
- (id) allocWithZone: | (NSZone *) | __deprecated |
Allocator.
Extends class NSAClass.
- (IMP) methodImplementationForSelector: | (SEL) | __deprecated |
|
readnonatomicassign |
Returns class name in c format.
Extends class NSAClass.
|
readnonatomicassign |
Returns class name.
Extends class NSAClass.
|
readnonatomicassign |
|
readnonatomicassign |