// // UICheckBoxTVTableViewController.h // linphone // // Created by Gautier Pelloux-Prayer on 29/09/15. // // #import @interface UICheckBoxTVTableViewController : UITableViewController @property(nonatomic, readonly) NSMutableArray *selectedItems; - (void)loadData; - (void)accessoryForCell:(UITableViewCell *)cell atPath:(NSIndexPath *)indexPath; - (void)removeSelection; @end