mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 10:19:23 +00:00
15 lines
231 B
Objective-C
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
|