Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #import <UIKit/UIKit.h>
  2.  
  3. @interface HelloWorldViewController : UIViewController {
  4. IBOutlet UITextField *txtUserName;
  5. IBOutlet UILabel *lblUserTypedName;
  6. }
  7.  
  8. - (IBAction) submitYourName;
  9. @end
Add Comment
Please, Sign In to add comment