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