// // GroupApplyChooseCell.h // KulexiuForTeacher // // Created by Kyle on 2022/3/25. // #import #import "ApplyMemberModel.h" NS_ASSUME_NONNULL_BEGIN @interface GroupApplyChooseCell : UITableViewCell - (void)configWithSource:(ApplyMemberModel *)source; @end NS_ASSUME_NONNULL_END