Files
gio/app/internal/window/framework_ios.h
T
2019-10-14 16:39:32 +02:00

9 lines
180 B
Objective-C

// SPDX-License-Identifier: Unlicense OR MIT
@import UIKit;
@interface GioAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end