summaryrefslogtreecommitdiff
path: root/PagesGallery/PagesGallery.iOS/Main.cs
diff options
context:
space:
mode:
Diffstat (limited to 'PagesGallery/PagesGallery.iOS/Main.cs')
-rw-r--r--PagesGallery/PagesGallery.iOS/Main.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/PagesGallery/PagesGallery.iOS/Main.cs b/PagesGallery/PagesGallery.iOS/Main.cs
new file mode 100644
index 00000000..b4caffaa
--- /dev/null
+++ b/PagesGallery/PagesGallery.iOS/Main.cs
@@ -0,0 +1,15 @@
+using UIKit;
+
+namespace PagesGallery.iOS
+{
+ public class Application
+ {
+ // This is the main entry point of the application.
+ static void Main(string[] args)
+ {
+ // if you want to use a different Application Delegate class from "AppDelegate"
+ // you can specify it here.
+ UIApplication.Main(args, null, "AppDelegate");
+ }
+ }
+} \ No newline at end of file