FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
Object wrapper for runtime Class. More...
#import <NSAClassDeprecated.h>
Instance Methods | |
(id) | - initWithClass: |
Initialize class object with class. More... | |
(id) | - __deprecated |
Allocator. More... | |
(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) | - allocWithZone: |
Allocator. More... | |
Class Methods | |
(id) | + classWithUTF8Name: |
Returns a class object for a given name. More... | |
(id) | + classWithName: |
Returns a class object for a given name. More... | |
(id) | + classWithClass: |
Creates and returns class object with class. More... | |
Protected Attributes | |
Class | _class |
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... | |
Object wrapper for runtime Class.
This class supports accessing Objective-C runtime with Objective-C object model. This reduces usage of verbose C functions.
- (id) __deprecated |
Allocator.
Provided by category NSAClass(Deprecated).
- (void) addMethodForSelector: | (SEL) | selector | |
implementation: | (IMP) | implementation | |
types: | (NSString *) | __deprecated | |
Adds a new method to a class with a given name and implementation.
Provided by category NSAClass(Deprecated).
- (id) allocWithZone: | (NSZone *) | __deprecated |
Allocator.
Provided by category NSAClass(Deprecated).
+ (id) classWithClass: | (Class) | __deprecated |
Creates and returns class object with class.
+ (id) classWithName: | (NSString *) | __deprecated |
Returns a class object for a given name.
+ (id) classWithUTF8Name: | (const char *) | __deprecated |
Returns a class object for a given name.
- (id) initWithClass: | (Class) | __deprecated |
Initialize class object with class.
- (IMP) methodImplementationForSelector: | (SEL) | __deprecated |
Returns IMP from given method.
Provided by category NSAClass(Deprecated).
|
protected |
|
readnonatomicassign |
Returns class name in c format.
Provided by category NSAClass(Deprecated).
|
readnonatomicassign |
Returns class name.
Provided by category NSAClass(Deprecated).
|
readnonatomicassign |
|
readnonatomicassign |