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