maxgribov / Spine

Unofficial Spine runtime Swift library, allows you to play animations created in the Spine app (http://esotericsoftware.com).
MIT License
188 stars 36 forks source link

can support objective-C #23

Closed iwenan closed 5 years ago

iwenan commented 5 years ago

Oc mixed with swift

add '@objc()' code in swift file

example

@objc(EmptyType) public enum EmptyType:Int { case OrderType case ReserveType }