MyStyleVideoCell.h 272 B

123456789101112131415161718
  1. //
  2. // MyStyleVideoCell.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by 王智 on 2022/4/11.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MyStyleVideoCell : UITableViewCell
  10. - (void)configWithSource:(NSMutableArray *)videoArray;
  11. @end
  12. NS_ASSUME_NONNULL_END