RQExerciseVideoExplainCell.h 713 B

1234567891011121314151617181920212223
  1. //
  2. // RQExerciseVideoExplainCell.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2022/11/23.
  6. // Copyright © 2022 JCZ. All rights reserved.
  7. //
  8. #import "RQCommonCell.h"
  9. #import "RQExerciseVideoExplainItemViewModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface RQExerciseVideoExplainCell : RQCommonCell
  12. @property (weak, nonatomic) IBOutlet UIImageView *tryLookCoverImageView;
  13. @property (weak, nonatomic) IBOutlet UIStackView *tryLookView;
  14. @property (weak, nonatomic) IBOutlet UIButton *openVipBtn;
  15. @property (weak, nonatomic) IBOutlet UIImageView *tryLookBgImageView;
  16. @property (weak, nonatomic) IBOutlet UIStackView *tryLookBottomView;
  17. @property (weak, nonatomic) IBOutlet UILabel *tryLookLabel;
  18. @end
  19. NS_ASSUME_NONNULL_END