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

20 lines
345 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// BottleViewController.h
// TreeHole
//
// Created by mambaxie on 2022/4/27.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface BottleViewController : PYBaseViewController
@property (nonatomic, strong) UICollectionView *collectionView;
- (void)refreshHomeBottleData;
- (void)getBottle;
@end
NS_ASSUME_NONNULL_END