LogFirstCell2.h 491 B

1234567891011121314151617181920
  1. //
  2. // LogFirstCell2.h
  3. // yunbaolive
  4. //
  5. // Created by Rookie on 2017/4/8.
  6. // Copyright © 2017年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LogFirstCell2 : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *bgIV;
  11. @property (weak, nonatomic) IBOutlet UIImageView *bgIV2;
  12. @property (weak, nonatomic) IBOutlet UILabel *titleL;
  13. @property (weak, nonatomic) IBOutlet UIImageView *imageIV;
  14. @property (weak, nonatomic) IBOutlet UILabel *day7L;
  15. @end