1234567891011121314151617 |
- //
- // HRPopView.h
- // VQU
- //
- // Created by xiaohaoran on 2021/10/27.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class YOUPAILZEndLiveHintModel;
- NS_ASSUME_NONNULL_BEGIN
- @interface HRPopView : UIView
- - (instancetype)initWithFrame:(CGRect)frame Model:(YOUPAILZEndLiveHintModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|