linphone-iphone/Classes/LinphoneUI/UIBackToCallButton.h
2015-12-10 10:38:14 +01:00

17 lines
300 B
Objective-C

//
// UIBackToCallButton.h
// linphone
//
// Created by Gautier Pelloux-Prayer on 26/10/15.
//
//
#import "UIIconButton.h"
@interface UIBackToCallButton : UIIconButton
- (IBAction)onBackToCallClick:(id)sender;
- (void)update;
@property(assign, nonatomic) IBOutlet UITableView *tableView;
@end