DJVipPayViewController.h 421 B

12345678910111213141516171819
  1. //
  2. // DJVipPayViewController.h
  3. // DailyESports
  4. //
  5. // Created by 曹福涛 on 2019/5/13.
  6. // Copyright © 2019 com.cmel365. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "DJVipInfoModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface DJVipPayViewController : UIViewController
  12. //@property (nonatomic, assign) NSInteger orderType;
  13. @property (nonatomic, strong) DJVipGradeModel *gradeModel;
  14. @end
  15. NS_ASSUME_NONNULL_END