linphone-iphone/Classes/HistoryDetailsTableView.h
Gautier Pelloux-Prayer d0d88ddd73 History list sections
2015-10-20 09:57:42 +02:00

19 lines
342 B
Objective-C

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