mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
7059b6284a
Package wm (for "window manager") is a better fit for the package, and distinguishes it from the low-level package windows for the Windows API. 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
|