12345678910111213141516171819202122 |
- //
- // YOUPAILZChatRoomOthearSeatCell.h
- // VQU
- //
- // Created by CY on 2021/10/29.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #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
|