// // FullScreenViewController.h // Lighting // // Created by 曹云霄 on 16/5/20. // Copyright © 2016年 上海勾芒科技有限公司. All rights reserved. // #import @interface FullScreenViewController : UICollectionViewController /** * 传入数据源数组 */ @property (nonatomic,copy) NSArray *datasArray; /** * 身份ID/判断是场景库调用还是产品库调用 */ @property (nonatomic,assign) BOOL isProductLibrary; /** * 应该现在的下标 */ @property (nonatomic,assign) NSInteger currentindex; @end