YOUPAILZPaySuccessVC.h 299 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZPaySuccessVC.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/8/26.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZPaySuccessVC : ZCBaseVC
  11. @property (nonatomic,strong) NSString *youpaipcontent;
  12. @end
  13. NS_ASSUME_NONNULL_END