mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 23:55:39 +00:00
45da52cee7
The app and app/internal/wm packages are tightly coupled, requiring quite a bit of forwarding types, values and constants from the internal package to export it. Further, no other package imports package wm. This change merges the two packages. While here, drop the pre-Go 1.14 SIGPIPE workaround. Signed-off-by: Elias Naur <mail@eliasnaur.com>
7 lines
125 B
Objective-C
7 lines
125 B
Objective-C
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
#include <UIKit/UIKit.h>
|
|
|
|
@interface GioViewController : UIViewController
|
|
@end
|