SceneLibraryViewController.h 1.01 KB
Newer Older
曹云霄's avatar
曹云霄 committed
1
//
2
//  SceneLibraryViewController.h
曹云霄's avatar
曹云霄 committed
3 4
//  Lighting
//
5
//  Created by 曹云霄 on 16/5/4.
曹云霄's avatar
曹云霄 committed
6 7 8 9
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//

#import "BaseViewController.h"
10
#import "ScreeningButton.h"
11
@interface SceneLibraryViewController : BaseViewController
曹云霄's avatar
曹云霄 committed
12

曹云霄's avatar
曹云霄 committed
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31


/**
 *  SeceneLibraryCollectionView
 */
@property (weak, nonatomic) IBOutlet UICollectionView *seceneLibararyCollectionView;

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



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

勾芒's avatar
勾芒 committed
32

曹云霄's avatar
曹云霄 committed
33
/**
勾芒's avatar
勾芒 committed
34
 *  背景View
曹云霄's avatar
曹云霄 committed
35
 */
勾芒's avatar
勾芒 committed
36
@property (weak, nonatomic) IBOutlet UIView *backView;
曹云霄's avatar
曹云霄 committed
37 38

/**
勾芒's avatar
勾芒 committed
39
 *  风格按钮
曹云霄's avatar
曹云霄 committed
40
 */
41
@property (strong, nonatomic) ScreeningButton *styleButton;
勾芒's avatar
勾芒 committed
42

曹云霄's avatar
曹云霄 committed
43 44

/**
勾芒's avatar
勾芒 committed
45
 *  房型按钮
曹云霄's avatar
曹云霄 committed
46
 */
47
@property (strong, nonatomic) ScreeningButton *spaceButton;
勾芒's avatar
勾芒 committed
48 49


50 51 52 53
/**
 *  搜索模型
 */
@property (nonatomic,strong) SceneCondition *conditionModel;
勾芒's avatar
勾芒 committed
54 55 56 57 58 59 60 61 62 63 64 65 66 67














曹云霄's avatar
曹云霄 committed
68 69


曹云霄's avatar
曹云霄 committed
70
@end