xamarin-macios/tests/fsharp/Main.fs

14 строки
204 B
Forth

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