cdts/xdts-ios 3/TreeHole/Code/Features/Bottle/ViewController/BottleBaseViewController.h

19 lines
289 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// 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