ObjectMapper-Plugin
ObjectMapper-Plugin copied to clipboard
plugin can't use, only add func there ,no auto mapable
`import Cocoa import ObjectMapper class TestOb: NSObject , Mappable {
var testVar:String?
var testSS:Int?
required init?(map: Map) {
}
func mapping(map: Map) {
}
} ` I run the plugin, write down a custom class, nothing happen there , only two funcs added there. what's the matter?
var data: String = ""
This is the only way to make this plugin work.
Pay attention to the space between the : and value type