| 12345678910111213141516171819 |
- //
- // DJVipPayViewController.h
- // DailyESports
- //
- // Created by 曹福涛 on 2019/5/13.
- // Copyright © 2019 com.cmel365. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "DJVipInfoModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface DJVipPayViewController : UIViewController
- //@property (nonatomic, assign) NSInteger orderType;
- @property (nonatomic, strong) DJVipGradeModel *gradeModel;
- @end
- NS_ASSUME_NONNULL_END
|