YOUPAILZChatRoomOthearSeatCell.h 498 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZChatRoomOthearSeatCell.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/10/29.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILZChatRoomSeatModel.h"
  10. #import "YOUPAILZChatRoomSeatView.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface YOUPAILZChatRoomOthearSeatCell : UICollectionViewCell
  13. @property (nonatomic,weak)YOUPAILZChatRoomSeatView *youpaipseatView;
  14. - (void)youpaifreloadWithModel:(YOUPAILZChatRoomSeatModel *)youpaipmodel;
  15. @end
  16. NS_ASSUME_NONNULL_END