cdts/xdts-ios 3/TreeHole/CYHResetCode/Home(首页)/View/THBottleInfoBuyVipView.h

20 lines
316 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// THBottleInfoBuyVipView.h
// TreeHole
//
// Created by iOS on 2023/2/9.
// Copyright © 2023 CYH. All rights reserved.
//
#import "THView.h"
NS_ASSUME_NONNULL_BEGIN
@interface THBottleInfoBuyVipView : THView
- (void)setVipDesc:(NSString *)vipDesc buyTip:(NSString *)buyTip;
@end
NS_ASSUME_NONNULL_END