Hibit_iOS/HiBit/AppDelegate/AppDelegate.h
2024-06-07 11:26:43 +08:00

15 lines
169 B
Objective-C

//
// AppDelegate.h
// HiBit
//
// Created by HI_LOSER on 2024/6/7.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end