forked from joejulian/gio
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
|