15 lines
173 B
Objective-C
15 lines
173 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// HeadlessCocos
|
|
//
|
|
// Created by zhl on 2022/6/28.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
|
|
@end
|
|
|