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