YOUPAILZExposureWindow.h 318 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZExposureWindow.h
  3. // MSYOUPAI
  4. //
  5. // Created by CY on 2022/3/14.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZExposureWindow : ZYBaseWindow
  11. @property (nonatomic,copy) void (^goVipPageBlock)(void);
  12. @end
  13. NS_ASSUME_NONNULL_END