xamarin-macios/tests/fsharp/Main.fs

18 строки
246 B
Forth

namespace Test
#if __UNIFIED__
open UIKit
#else
open MonoTouch.UIKit
#endif
#if !__WATCHOS__ && !TODAY_EXTENSION
module Main =
[<EntryPoint>]
let main args =
UIApplication.Main(args, null, "AppDelegate")
0
#endif