STTableRewardCell.h 498 B

123456789101112131415161718
  1. //
  2. // STTableRewardCell.h
  3. // BuguLive
  4. //
  5. // Created by 岳克奎 on 17/5/4.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface STTableRewardCell : STTableBaseCell
  10. @property (weak, nonatomic) IBOutlet UILabel *topLab;
  11. @property (weak, nonatomic) IBOutlet UILabel *bottomLab;
  12. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *bgimgeViewRightLayoutConstraint;
  13. @property (weak, nonatomic) IBOutlet UIImageView *bgImgeView;
  14. @end