GroupApplyChooseCell.h 305 B

12345678910111213141516171819
  1. //
  2. // GroupApplyChooseCell.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by Kyle on 2022/3/25.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "ApplyMemberModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface GroupApplyChooseCell : UITableViewCell
  11. - (void)configWithSource:(ApplyMemberModel *)source;
  12. @end
  13. NS_ASSUME_NONNULL_END