linphone-iphone/Classes/LinphoneUI/UIRoundedImageView.h
2015-10-26 10:31:26 +01:00

16 lines
293 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 bordered:(BOOL)bordered withRoundedRadius:(BOOL)rounded;
@end