Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @property (strong, nonatomic) UIWindow *window;
  2. @property (nonatomic) UITableView *taskTable;
  3. @property (nonatomic) UITextField *taskField;
  4. @property (nonatomic) UIButton *insertButton;
  5. @property (nonatomic) NSMutableArray *tasks;
  6.  
  7. -(void)addTask:( id )sender;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement