YOUPAILZSignWindow.h 472 B

123456789101112131415161718192021222324
  1. //
  2. // YOUPAILZSignWindow.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/9/9.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZSignWindow : ZYBaseWindow
  11. @property (nonatomic,copy) void (^goSignBlock)(NSString *signUrl);
  12. @property (nonatomic,strong) NSString *youpaipmsg;
  13. @property (nonatomic,strong) NSString *youpaipbeans;
  14. @property (nonatomic,strong) NSString *youpaiplink;
  15. @end
  16. NS_ASSUME_NONNULL_END