framework_ios.h 125 B

123456
  1. // SPDX-License-Identifier: Unlicense OR MIT
  2. #include <UIKit/UIKit.h>
  3. @interface GioViewController : UIViewController
  4. @end