linphone-ios/Classes/HistoryDetailsTableViewController.h
Gautier Pelloux-Prayer 10310ac56f history details
2015-07-27 16:52:11 +02:00

16 lines
276 B
Objective-C

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