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