cdts/xdts-ios 3/TreeHole/Code/Features/Settings/ViewController/InviteCodeViewController.h

17 lines
240 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// InviteCodeViewController.h
// TreeHole
//
// Created by 郑创权 on 2022/11/9.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface InviteCodeViewController : PYBaseViewController
@end
NS_ASSUME_NONNULL_END