| 123456789101112131415 |
- using System;
- namespace RobotRampage.iOS
- {
- static class Program
- {
- /// <summary>
- /// The main entry point for the application.
- /// </summary>
- static void Main(string[] args)
- {
- UIKit.UIApplication.Main(args, null, typeof(AppDelegate));
- }
- }
- }
|