cdts/xdts-ios 3/TreeHole/Code/Features/Bottle/ViewController/BottleBaseViewController.h
2023-07-27 09:20:00 +08:00

19 lines
289 B
Objective-C

//
// BottleBaseViewController.h
// TreeHole
//
// Created by 郑创权 on 2022/10/6.
//
#import <YNPageViewController/YNPageViewController.h>
NS_ASSUME_NONNULL_BEGIN
@interface BottleBaseViewController : YNPageViewController
+ (instancetype)navPageVC;
@end
NS_ASSUME_NONNULL_END