mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
16 lines
238 B
Objective-C
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
|