linphone-iphone/Classes/HistoryDetailsTableView.h
Gautier Pelloux-Prayer 2c05f973c0 major mv
2015-09-09 16:44:00 +02:00

16 lines
266 B
Objective-C

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