// // YOUPAILZChatRoomOthearSeatCell.h // VQU // // Created by CY on 2021/10/29. // Copyright © 2021 MS. All rights reserved. // #import #import "YOUPAILZChatRoomSeatModel.h" #import "YOUPAILZChatRoomSeatView.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZChatRoomOthearSeatCell : UICollectionViewCell @property (nonatomic,weak)YOUPAILZChatRoomSeatView *youpaipseatView; - (void)youpaifreloadWithModel:(YOUPAILZChatRoomSeatModel *)youpaipmodel; @end NS_ASSUME_NONNULL_END