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

22 lines
391 B
Objective-C

//
// BottlePublishViewController.h
// TreeHole
//
// Created by mambaxie on 2022/4/28.
//
#import "PYBaseViewController.h"
#import "BottleTypeInfo.h"
NS_ASSUME_NONNULL_BEGIN
@interface BottlePublishViewController : PYBaseViewController
@property (nonatomic, strong) BottleTypeInfo *info;
@property (nonatomic, strong) void(^publishSucceedAction)(void);
@end
NS_ASSUME_NONNULL_END