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

20 lines
333 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// BottleDetialController.h
// TreeHole
//
// Created by 末班车 on 2022/11/30.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface BottleDetialController : PYBaseViewController
@property (nonatomic, strong) UICollectionView *collectionView;
- (void)refreshHomeBottleData;
@end
NS_ASSUME_NONNULL_END