Guest User

Untitled

a guest
Jan 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2.  
  3. #import <Cocoa/Cocoa.h>
  4.  
  5. @interface PreferencesWindow : NSWindowController <NSToolbarDelegate> {
  6. IBOutlet NSWindow *window;
  7. }
  8.  
  9. @property (assign) IBOutlet NSWindow *window;
  10.  
  11. @end
Add Comment
Please, Sign In to add comment