MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
AppDelegate.h
[詳解]
1// SPDX-License-Identifier: CC0-1.0
2/* ------------------------------------------------------------------------- */
9/* ------------------------------------------------------------------------- */
10
11#ifndef INCGUARD_APPDELEGATE_H_1667547140
12#define INCGUARD_APPDELEGATE_H_1667547140
13
14#import <UIKit/UIKit.h>
15
16@interface AppDelegate : UIResponder <UIApplicationDelegate>
17@property (strong, nonatomic) UIWindow *window;
18@end
19
20#endif // INCGUARD_APPDELEGATE_H_1667547140
21
22// vim: et ts=4 sw=4 sts=4
Definition AppDelegate.h:16