Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #226 - grovesNL:class-macro, r=jdm
Use new objc class macro This PR removes the `class` function in favor of the [new `class` macro exposed by objc](SSheldon/rust-objc#65) which caches access by class name. Note that this macro should eventually (through procedural macros) be able to link directly to the class. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-foundation-rs/226) <!-- Reviewable:end -->
- Loading branch information