[][src]Module iron_oxide::import_objc_macros

Reexports important macros for sending messages from the objc crate:

  • msg_send
  • class
  • sel
  • sel_impl

Macros

class

Gets a reference to a Class.

msg_send

Sends a message to an object.

sel

Registers a selector, returning a Sel.