Files
WebApp/ShenQi/HeadToolBar.h
2024-12-20 17:49:45 +08:00

17 lines
189 B
Objective-C

//
// HeadToolBar.h
// TestFlightApp
//
// Created by mac on 2024/6/7.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface HeadToolBar : UIView
@end
NS_ASSUME_NONNULL_END