linphone-iphone/Classes/LinphoneUI/UICheckBoxTVTableViewController.h
Gautier Pelloux-Prayer bacaabac60 history list rm
2015-09-30 11:01:19 +02:00

19 lines
402 B
Objective-C

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