12345678910111213141516171819202122 |
- //
- // YOUPAIHRChatRoomHeaderView.h
- // VQU
- //
- // Created by xiaohaoran on 2021/10/29.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZChatRoomSeatModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIHRChatRoomHeaderView : UIView
- @property(nonatomic,strong)NSMutableArray <YOUPAILZChatRoomSeatModel *>*youpaipseats;
- //@property (nonatomic,assign) BOOL youpaipisAnchor; // 是不是女神
- - (instancetype)initWithFrame:(CGRect)frame send_gift_hide:(NSInteger)send_gift_hide;
- @end
- NS_ASSUME_NONNULL_END
|