// // MineItemView.h // 千模 // // Created by Drew on 2018/10/24. // Copyright © 2018年 MUMEI. All rights reserved. // #import IB_DESIGNABLE @interface MineItemView : UIView @property (nonatomic, assign)IBInspectable NSString *icon; @property (nonatomic, strong)IBInspectable NSString *label; @property (nonatomic, strong)IBInspectable UIImage *image; @property (nonatomic, strong)IBInspectable UIGestureRecognizer *tgr; @end