// // TestTableViewCell.h // TestUITextView // // Created by *** on 2022/6/8. // #import #import "TestModel.h" NS_ASSUME_NONNULL_BEGIN @interface TestTableViewCell : UITableViewCell - (void)bindModel:(TestModel *)model; @end NS_ASSUME_NONNULL_END