123456789101112131415161718 |
- //
- // YOUPAIHRChatRoomContributeCell.h
- // VQU
- //
- // Created by xiaohaoran on 2021/11/3.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZLiveMemberModel.h"
- #import "LZLiveEnum.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIHRChatRoomContributeCell : UITableViewCell
- - (void)youpaifreloadWithModel:(YOUPAILZLiveMemberModel *)member indexPath:(NSIndexPath *)indexPath type:(LZLiveMemberListType)type youpaipthemeColor:(UIColor *)youpaipthemeColor;
- @end
- NS_ASSUME_NONNULL_END
|