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

21 lines
425 B
Objective-C

//
// BottleNerbyViewController.h
// TreeHole
//
// Created by 郑创权 on 2022/10/6.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface BottleNerbyViewController : PYBaseViewController
@property (nonatomic, strong) UITableView *contentTableView;
-(void)shaiXuanClick;
@property (nonatomic,strong) UIButton *navBottleBtn;
@property (nonatomic,strong) UIView *leftView;
@end
NS_ASSUME_NONNULL_END