linphone-ios/Classes/LinphoneUI/UIBackToCallButton.h
2015-10-26 12:15:38 +01:00

16 lines
238 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;
@end