forked from mirrors/linphone-iphone
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
|