mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
13 lines
162 B
Objective-C
13 lines
162 B
Objective-C
//
|
|
// UIIconButton.h
|
|
// linphone
|
|
//
|
|
// Created by Gautier Pelloux-Prayer on 22/07/15.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIIconButton : UIButton
|
|
|
|
@end
|