using System; namespace GooCursor.Platforms.iOS { public class Program { static void Main(string[] args) { // iOS entry point logic here (stub) } } }