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