cdts/xdts-ios 3/TreeHole/Code/Features/Profile/View/THMineHeaderView.h
2023-07-31 09:33:00 +08:00

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