TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2016 |
Maintained by Alexey Nazaroff.
ODObjCRuntime is set of classes for working with ObjC Runtime.
#import <ODObjCRuntime.h>
// All methods of current class
NSArray<ODObjCMethod *> *methods = [self.class od_methods];
ODObjCRuntime is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ODObjCRuntime"
Alexey Nazaroff, [email protected]
ODObjCRuntime is available under the MIT license. See the LICENSE file for more info.