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