Guest User

Untitled

a guest
May 26th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #import <Cocoa/Cocoa.h>
  2.  
  3. @interface TextController : NSObject {
  4. IBOutlet id bottom;
  5. IBOutlet id top;
  6. IBOutlet NSWindow *mainWindow;
  7. IBOutlet NSWindow *window;
  8. }
  9.  
  10.  
  11.  
  12.  
  13. - (IBAction)copyPressed: sender;
  14. - (IBAction)helloPressed: sender;
  15. @end
Add Comment
Please, Sign In to add comment