19 lines
298 B
Objective-C
19 lines
298 B
Objective-C
//
|
|
// THMineHeaderView.h
|
|
// TreeHole
|
|
//
|
|
// Created by iOS on 2023/7/28.
|
|
// Copyright © 2023 CYH. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface THMineHeaderView : UIView
|
|
@property (weak, nonatomic) IBOutlet UILabel *descLbl;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|