forked from mirrors/linphone-iphone
16 lines
276 B
Objective-C
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
|