forked from mirrors/linphone-iphone
14 lines
209 B
Objective-C
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
|