cdts/xdts-ios 3/TreeHole/Code/Features/VIP/VIPViewController.h

23 lines
381 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// VIPViewController.h
// TreeHole
//
// Created by 谢培艺 on 2022/5/1.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface VIPViewController : PYBaseViewController
@property (nonatomic, copy) NSString *vipSource;
@property (nonatomic,copy) NSString *userID;
@property (nonatomic, strong) void(^didCloseAction)(void);
@end
NS_ASSUME_NONNULL_END