aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/app/framework_ios.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gioui.org/app/framework_ios.h')
-rw-r--r--vendor/gioui.org/app/framework_ios.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/gioui.org/app/framework_ios.h b/vendor/gioui.org/app/framework_ios.h
new file mode 100644
index 0000000..18e5a02
--- /dev/null
+++ b/vendor/gioui.org/app/framework_ios.h
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: Unlicense OR MIT
+
+#include <UIKit/UIKit.h>
+
+@interface GioViewController : UIViewController
+@end