MinePageVideoView.h 300 B

12345678910111213141516171819
  1. //
  2. // MinePageVideoView.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by Kyle on 2022/3/30.
  6. //
  7. #import "kSJXCollectionView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. /// 视频课table
  10. @interface MinePageVideoView : kSJXCollectionView
  11. @property (nonatomic, strong) NSString *teaherStatus;
  12. @end
  13. NS_ASSUME_NONNULL_END