Created
September 26, 2017 04:20
-
-
Save izzuddin91/98c5a973df8340fc7475f17667fc0d8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @property (strong, nonatomic) UIWindow *window; | |
| @property (nonatomic) UITableView *taskTable; | |
| @property (nonatomic) UITextField *taskField; | |
| @property (nonatomic) UIButton *insertButton; | |
| @property (nonatomic) NSMutableArray *tasks; | |
| -(void)addTask:( id )sender; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment