HRPopView.h 347 B

1234567891011121314151617
  1. //
  2. // HRPopView.h
  3. // VQU
  4. //
  5. // Created by xiaohaoran on 2021/10/27.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class YOUPAILZEndLiveHintModel;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface HRPopView : UIView
  12. - (instancetype)initWithFrame:(CGRect)frame Model:(YOUPAILZEndLiveHintModel *)model;
  13. @end
  14. NS_ASSUME_NONNULL_END