Skip to content

plugin can't use, only add func there ,no auto mapable #6

Description

@klbest1

`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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions