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