forked from joejulian/gio
10c1b2cb8d
Signed-off-by: Elias Naur <mail@eliasnaur.com>
9 lines
180 B
Objective-C
9 lines
180 B
Objective-C
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
@import UIKit;
|
|
|
|
@interface GioAppDelegate : UIResponder <UIApplicationDelegate>
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
@end
|
|
|