Guest User

Untitled

a guest
Feb 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // MyObject.h
  2. // test
  3. #import <Cocoa/Cocoa.h>
  4.  
  5. @interface MyObject : NSObject {
  6. }
  7. - (void)methodA:(bool)param from:(id)caller;
  8. @end
Add Comment
Please, Sign In to add comment