mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
5 lines
91 B
C#
5 lines
91 B
C#
using FlappyDon.iOS;
|
|
using UIKit;
|
|
|
|
UIApplication.Main(args, null, typeof(AppDelegate));
|