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