I am starting in Swift and I am trying to use JSONModel in a Swift project. I would like to override the keyMapper method from JSONModel, but I have not found how to override the Objective-C class method in the model class.
Method Signature:
+(JSONKeyMapper*)keyMapper;
How can i do this?
ios objective-c swift jsonmodel
Nonouf
source share