// // SeceneLibraryView.h // Lighting // // Created by mac on 16/5/11. // Copyright © 2016年 上海勾芒科技有限公司. All rights reserved. // #import <UIKit/UIKit.h>
#import "CustomPictureShowCell.h"
@interface SeceneLibraryView : UIView<UIGestureRecognizerDelegate,UITableViewDelegate,UITableViewDataSource> @property (nonatomic,strong) UIView *subView; @property (nonatomic,strong) UIView *headerView; @property (nonatomic,strong) UITableView *seceneTableView; @property (nonatomic,strong) UITableView *pictureTableView; @property (nonatomic,strong) UIButton *kongJianBtn; @property (nonatomic,strong) UIButton *fengGeBtn; @property (nonatomic,strong) UIButton *leiXingBtn; @property (nonatomic,strong) NSMutableArray *arrayData; @property (nonatomic,strong) NSMutableArray *array1; @property (nonatomic,strong) NSMutableArray *array2; @property (nonatomic,strong) NSMutableArray *array3;
@end