Create Go language bindings for Objective-C.
Go to file
Greg a616761475 Change Go types to plain structs instead of pointers to structs.
Add methods for protocols that Objective-C interfaces claim to
implement. Separate class methods from instance methods in
internal data structures. Add layout constraints with visual
formats to examples/app. Fix typedefs for wrapped objective-c
object types.
2019-05-23 16:31:47 -04:00
ast Performance improvements (do not parse addresses or locations unless 2019-05-11 23:03:56 -04:00
cmd/nswrap Change Go types to plain structs instead of pointers to structs. 2019-05-23 16:31:47 -04:00
examples Change Go types to plain structs instead of pointers to structs. 2019-05-23 16:31:47 -04:00
types Change Go types to plain structs instead of pointers to structs. 2019-05-23 16:31:47 -04:00
wrap Change Go types to plain structs instead of pointers to structs. 2019-05-23 16:31:47 -04:00
.gitignore Update .gitignore. 2019-05-09 22:35:21 -04:00