// // imageborder.h // Hateimageview // // Created by BiuBiu on 17/5/9. // Copyright © 2017年 BiuBiu. All rights reserved. // #import @interface Imageborder : UIButton @property (nonatomic, strong) UIImageView * headPortrait; @property (nonatomic, strong) UIView * BgView; //@property(nonatomic,strong) UIImage * myImage; @property (nonatomic, strong) UIButton * Button; -(void)setMysize:(CGFloat)Mysize;//此方法已作废,请对照修改 @end