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

#import <UIKit/UIKit.h>




@interface ScreeningSecondCollectionReusableView : UICollectionReusableView



/**
 *  区头按钮(全部)
 */
@property (nonatomic,strong) UIButton *alltitleButton;


/**
 *  副标题按钮
 */
@property (nonatomic,strong) UIButton *subTitleButton;

/**
 *  传入indexpath
 */
@property (nonatomic,strong) NSIndexPath *indexPath;



@end