linphone-ios/Classes/LinphoneUI/UIRoundBorderedButton.h
Gautier Pelloux-Prayer 5d9004e18a wizard
2015-08-03 15:25:43 +02:00

14 lines
209 B
Objective-C

//
// UIRoundBorderedButton.h
// linphone
//
// Created by Gautier Pelloux-Prayer on 22/07/15.
//
//
#import <UIKit/UIKit.h>
#import "UIIconButton.h"
@interface UIRoundBorderedButton : UIIconButton
@end