// // KWMEmptyViewList.h // iMicroBusiness // // Created by Cody on 3/11/16. // Copyright © 2016 kwm. All rights reserved. // #import <UIKit/UIKit.h> @interface KWMEmptyViewList : UIView @property (nonatomic, weak) IBOutlet UIView *vContent; @property (nonatomic, weak) IBOutlet UILabel *lbText; @property (nonatomic) NSString *text; @end