using System; using ObjCRuntime; using Foundation; using UIKit; namespace EZTest.iOS { // @interface EZTestSDK : NSObject [BaseType(typeof(NSObject))] interface EZTestSDK { // +(void)go2EZvizMonitor; [Static] [Export("go2EZvizMonitor")] void Go2EZvizMonitor(); } }