xamarin-macios/tests/fsharp/Main.fs

18 строки
226 B
Forth
Исходник Обычный вид История

2016-05-26 16:06:52 +03:00
namespace Test
#if __UNIFIED__
open UIKit
#else
open MonoTouch.UIKit
#endif
#if !__WATCHOS__
module Main =
[<EntryPoint>]
let main args =
UIApplication.Main(args, null, "AppDelegate")
0
#endif