// // XYVoiceRoomCreateTableViewCell.h // Starbuds // // Created by 翟玉磊 on 2020/7/7. // Copyright © 2020 翟玉磊. All rights reserved. // #import "BaseTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @protocol XYVoiceRoomCreateTableViewCellDelegate - (void)textChangeWithText:(NSString *)text atIndexPath:(NSIndexPath *)indexPath; @end @interface XYVoiceRoomCreateTableViewCell : BaseTableViewCell @property (nonatomic, weak) iddelegate; @end NS_ASSUME_NONNULL_END