KWMEmptyViewList.h 348 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  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