Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #import <UIKit/UIKit.h>
  2.  
  3.  
  4. @interface NotesInsertViewController : UIViewController {
  5. IBOutlet UITextField *idField;
  6. IBOutlet UITextField *contentField;
  7. }
  8. -(IBAction)insertNote:(id)sender;
  9.  
  10. @end
Add Comment
Please, Sign In to add comment