Closed W2N-git closed 9 years ago
shared instance is used in NSObject and NSDictionary categories, so if you don't want to use it you don't have to, but then you won't be able to use the helper categories. use sharedInstance
https://github.com/aryaxt/OCMapper/tree/master/OCMapper/Source/Categories
Should I always use "sharedInstance" instead of creating new instance of ObjectMapper?