Guest User

Untitled

a guest
Mar 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #import "MyProject-Swift.h"
  2.  
  3. @interface MPViewController: UIViewController
  4.  
  5. @property (nonatomic, assign) MPSomeEnum theEnum;
  6. ...
  7.  
  8. @end
  9.  
  10. ...
  11. #import "MPViewController.h"
  12. ...
  13.  
  14. @objc enum MPSomeEnum: Int {
  15. ...
  16. }
Add Comment
Please, Sign In to add comment