diff --git a/app/internal/window/framework_ios.h b/app/internal/window/framework_ios.h index 1a0b6f9b..87b682b6 100644 --- a/app/internal/window/framework_ios.h +++ b/app/internal/window/framework_ios.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: Unlicense OR MIT -@import UIKit; +#include @interface GioAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;