/**圆圈图片 制作圆形图片 */ #import @interface RDImageView : UIView @property(nonatomic,strong)UIImage* image; @property(nonatomic,strong)UIColor* color; @end