Guest User

Untitled

a guest
Feb 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #import <objc/Object.h>
  2.  
  3. int main(){
  4. id obj = [Object alloc];
  5. [obj init];
  6.  
  7. printf("test objc\n");
  8. return 0;
  9. }
Add Comment
Please, Sign In to add comment