cdts/xdts-ios 3/TreeHole/CYHResetCode/THBaseViewController/View/THView.h

23 lines
270 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// THView.h
// TreeHole
//
// Created by iOS on 2023/2/6.
// Copyright © 2023 CYH. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface THView : UIView
///初始化子控件
- (void)setupSubViews;
@end
NS_ASSUME_NONNULL_END