// // CustomButton.h // IBOSS // // Created by ssl on 2017/7/13. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved. // #import @interface CustomButton : UIButton - (instancetype)initWithFrame:(CGRect)frame andImage:(UIImage *) img addText:(NSString *) string addImageWidth:(CGFloat) width addImageHeight:(CGFloat) height; @property (nonatomic,strong) UIImage *img; @property (nonatomic,strong) NSString *string; @end