// // HistoryDetailsTableViewController.h // linphone // // Created by Gautier Pelloux-Prayer on 27/07/15. // // #import @interface HistoryDetailsTableViewController : UITableViewController { @private NSMutableArray *callLogs; } - (void)loadData; @end