Skip to content
Snippets Groups Projects
Select Git revision
  • fb5b397122de7c0427d2a17cd1ca3ff137b544dc
  • main default protected
  • QSPI-map
  • feat_dmax4
  • nanosoc_accel-2023
5 results

hash_model.py

Blame
  • Program.cs 358 B
    using ObjCRuntime;
    using UIKit;
    
    namespace RobobinApp;
    
    public class Program
    {
    	// 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, typeof(AppDelegate));
    	}
    }