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