github.com/gop9/olt@v0.0.0-20200202132135-d956aad50b08/gio/app/internal/window/framework_ios.h (about)

     1  // SPDX-License-Identifier: Unlicense OR MIT
     2  
     3  #include <UIKit/UIKit.h>
     4  
     5  @interface GioAppDelegate : UIResponder <UIApplicationDelegate>
     6  @property (strong, nonatomic) UIWindow *window;
     7  @end
     8