// // UIImageView+CornerRadius.h // MyPractise // #import #import @interface UIImageView (CornerRadius) - (instancetype)initWithCornerRadiusAdvance:(CGFloat)cornerRadius rectCornerType:(UIRectCorner)rectCornerType; - (void)zy_cornerRadiusAdvance:(CGFloat)cornerRadius rectCornerType:(UIRectCorner)rectCornerType; - (instancetype)initWithRoundingRectImageView; - (void)zy_cornerRadiusRoundingRect; - (void)zy_attachBorderWidth:(CGFloat)width color:(UIColor *)color; @end