Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #import <Cocoa/Cocoa.h>
  2.  
  3. @interface AppController : NSObject {
  4. IBOutlet NSTextField *inputTextField;
  5. IBOutlet NSTextField *outputTextField;
  6. }
  7. - (IBAction)countCharacters:(id)sender;
  8. @end
Add Comment
Please, Sign In to add comment