SceneLibraryViewController.h 935 Bytes
//
//  SceneLibraryViewController.h
//  Lighting
//
//  Created by 曹云霄 on 16/5/4.
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//

#import "BasePullCollectionViewController.h"
#import "ScreeningButton.h"
@interface SceneLibraryViewController : BasePullCollectionViewController



/**
 *  SeceneLibraryLayout
 */
@property (weak, nonatomic) IBOutlet UICollectionViewFlowLayout *seceneLibraryCollectionLayout;

/**
 *  显示风格(为一横排多少张,4、6、9)
 */
@property (weak, nonatomic) IBOutlet UIButton *accordingStyle;

/**
 *  背景View
 */
@property (weak, nonatomic) IBOutlet UIView *backView;

/**
 *  风格按钮
 */
@property (strong, nonatomic) ScreeningButton *styleButton;

/**
 *  房型按钮
 */
@property (strong, nonatomic) ScreeningButton *spaceButton;


/**
 *  搜索模型
 */
@property (nonatomic,strong) SceneCondition *conditionModel;
















@end