#import IB_DESIGNABLE @interface CircleImageVIew : UIView @property (assign) IBInspectable BOOL showFrame; @property (nonatomic, strong) IBInspectable UIImage *image; @property (nonatomic, strong) IBInspectable UIColor *borderColor; @property (nonatomic, strong) IBInspectable UIColor *borderStrokeColor; @property (nonatomic, assign) IBInspectable CGFloat borderWidth; @property (nonatomic, strong) IBInspectable UIColor *frameBackgroundColor; @end