cdts/xdts-ios 3/TreeHole/Code/Features/Bottle/View/THLVTipView.h
2023-07-27 18:25:18 +08:00

20 lines
343 B
Objective-C

//
// THLVTipView.h
// TreeHole
//
// Created by iOS on 2023/7/27.
// Copyright © 2023 CYH. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface THLVTipView : UIView
@property (weak, nonatomic) IBOutlet UILabel *descLbl;
@property (weak, nonatomic) IBOutlet UIButton *tipBtn;
@end
NS_ASSUME_NONNULL_END