linphone-iphone/Classes/LinphoneUI/UIRoundedImageView.h
2014-10-09 09:30:33 +02:00

16 lines
271 B
Objective-C

//
// UIRoundedImageView.h
// linphone
//
// Created by guillaume on 13/05/2014.
//
//
#import <UIKit/UIKit.h>
@interface UIRoundedImageView : UIImageView
- (void) setImage:(UIImage *)image;
- (void) setImage:(UIImage *)image withRoundedRadius:(BOOL)rounded;
@end