// // YOUPAILZChatRoomSeatInlineCell.h // VQU // // Created by CY on 2021/11/6. // Copyright © 2021 MS. All rights reserved. // #import #import "YOUPAILZChatRoomMemberModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZChatRoomSeatInlineCell : UITableViewCell - (void)youpaifreloadWithModel:(YOUPAILZChatRoomMemberModel *)model; @end NS_ASSUME_NONNULL_END