123456789101112131415161718192021222324 |
- //
- // YOUPAILZSignWindow.h
- // VQU
- //
- // Created by CY on 2021/9/9.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "ZYBaseWindow.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZSignWindow : ZYBaseWindow
- @property (nonatomic,copy) void (^goSignBlock)(NSString *signUrl);
- @property (nonatomic,strong) NSString *youpaipmsg;
- @property (nonatomic,strong) NSString *youpaipbeans;
- @property (nonatomic,strong) NSString *youpaiplink;
- @end
- NS_ASSUME_NONNULL_END
|