rust-objc v0.2.1 Release Notes

Release Date: 2016-04-23 // about 8 years ago
  • ➕ Added

    • ➕ Added support for working with protocols with the Protocol struct. The protocols a class conforms to can be examined with the new Class::adopted_protocols and Class::conforms_to methods.

    • Protocols can be declared using the new ProtocolDecl struct.