// // TasksViewController.h // TumblrDownloader // // Created by HonorLee on 16/1/17. // Copyright © 2016年 HonorLee. All rights reserved. // #import @interface TasksViewController : UIViewController @property (strong, nonatomic) IBOutlet UITableView *TaskTableView; - (IBAction)EditTaskList:(id)sender; @property (strong, nonatomic) IBOutlet UIBarButtonItem *AllEditBtn; - (IBAction)EditAll:(id)sender; @end