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