linphone-iphone/Classes/UIView+RoundUIView.h
2013-01-16 15:36:16 +01:00

15 lines
231 B
Objective-C

//
// UIView+RoundUIView.h
// linphone
//
// Created by Jörg Platte on 16.01.13.
//
//
#import <UIKit/UIKit.h>
@interface UIView (RoundUIView)
- (void)makeRoundWithCorner:(UIRectCorner)rectCorner radius:(float)radius;
@end