RKInjective
Installation
- Using
cocoapods
pod 'RKInjective', :podspec => 'https://raw.github.com/AppFellas/RKInjective/master/RKInjective.podspec'
Usage
-
Check Tests
-
Check code snippet
@interface Article : NSObject <RKInjectiveProtocol>
@end
@implementation Article
rkinjective_register(Article)
@end