Guest User

Untitled

a guest
Jul 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. //
  2. // SomeObject.h
  3. //
  4.  
  5. #import <Cocoa/Cocoa.h>
  6.  
  7. @interface SomeObject : NSObject {
  8. NSMutableArray *things;
  9. NSMutableDictionary *someOtherThings;
  10. }
  11.  
  12. @end
Add Comment
Please, Sign In to add comment