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

#import <UIKit/UIKit.h>

@interface HotCollectionViewCell : UICollectionViewCell



/**
 *  数据源
 */
@property (nonatomic,strong) DataDict *responseDatas;


/**
 *  title
 */
@property (weak, nonatomic) IBOutlet UILabel *titleLabe;

@end