gioui.org/ui@v0.0.0-20190926171558-ce74bc0cbaea/app/framework_ios.h (about) 1 // SPDX-License-Identifier: Unlicense OR MIT 2 3 @import UIKit; 4 5 @interface GioAppDelegate : UIResponder <UIApplicationDelegate> 6 @property (strong, nonatomic) UIWindow *window; 7 @end 8