You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
478 B
23 lines
478 B
// |
|
// imageborder.h |
|
// Hateimageview |
|
// |
|
// Created by BiuBiu on 17/5/9. |
|
// Copyright © 2017年 BiuBiu. All rights reserved. |
|
// |
|
|
|
#import <UIKit/UIKit.h> |
|
|
|
@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
|
|
|