| 123456789101112131415161718 |
- //
- // MyStyleVideoCell.h
- // KulexiuForTeacher
- //
- // Created by 王智 on 2022/4/11.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MyStyleVideoCell : UITableViewCell
- - (void)configWithSource:(NSMutableArray *)videoArray;
- @end
- NS_ASSUME_NONNULL_END
|