// // QXUserInfoEditCell.h // QXLive // // Created by 启星 on 2025/5/20. // #import NS_ASSUME_NONNULL_BEGIN @interface QXUserInfoEditCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *titleLabel; @property (weak, nonatomic) IBOutlet UITextField *textField; +(instancetype)cellWithTableView:(UITableView *)tableView; @end NS_ASSUME_NONNULL_END