Program.cs 199 B

123456789101112
  1. using System;
  2. namespace GooCursor.Platforms.iOS
  3. {
  4. public class Program
  5. {
  6. static void Main(string[] args)
  7. {
  8. // iOS entry point logic here (stub)
  9. }
  10. }
  11. }