mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
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
|
|
|