alickbass / SwiftyJSONModel

Better way to use SwiftyJSON with custom models
MIT License
29 stars 11 forks source link

Use this lib in mixed ObjC and Swift project #48

Open HTKT opened 6 years ago

HTKT commented 6 years ago

Earlier i used JSONModel lib (https://github.com/jsonmodel/jsonmodel) for object c, and now i can not convert JSONModel to SwiftyJSONModel (for Swift). When i try to add 1 JSONModel property, the compile error :

Ambiguous reference to member 'value(for:)'

How can i combine to use 2 libs in project? Thanks