LogFirstCell.h 584 B

1234567891011121314151617181920
  1. //
  2. // LogFirstCell.h
  3. // yunbaolive
  4. //
  5. // Created by Rookie on 2017/4/1.
  6. // Copyright © 2017年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LogFirstCell : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *bgIV2; //当天旋转背景
  11. @property (weak, nonatomic) IBOutlet UIImageView *bgIV; //底层背景
  12. @property (weak, nonatomic) IBOutlet UILabel *titleL; //标题
  13. @property (weak, nonatomic) IBOutlet UIImageView *imageIV; //中间钻石
  14. @property (weak, nonatomic) IBOutlet UILabel *numL; //奖励
  15. @end