You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a template for generamba for generation of this kind of swift-struct like classes for ObjC, for example, like this:
generamba gen objcstruct Person name:String familyName:String
The text was updated successfully, but these errors were encountered:
appleios
changed the title
Can I create a template to generate swift-like structure objects in ObjC
Can I create a template to generate swift-like structure objects for ObjC?
Sep 16, 2016
In swift we can create structs:
and get an initilizer for free:
In objc we have to create a class of kind:
Is it possible to create a template for generamba for generation of this kind of swift-struct like classes for ObjC, for example, like this:
The text was updated successfully, but these errors were encountered: