objc-macros 0.1.0

Handy macros for interacting with Objective-C from Rust.
Documentation
1
2
3
4
#[macro_use]
extern crate objc;

pub mod class;