// // LogFirstCell2.h // yunbaolive // // Created by Rookie on 2017/4/8. // Copyright © 2017年 cat. All rights reserved. // #import @interface LogFirstCell2 : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *bgIV; @property (weak, nonatomic) IBOutlet UIImageView *bgIV2; @property (weak, nonatomic) IBOutlet UILabel *titleL; @property (weak, nonatomic) IBOutlet UIImageView *imageIV; @property (weak, nonatomic) IBOutlet UILabel *day7L; @end