using Foundation; // @interface GlobalInfo : NSObject [BaseType (typeof(NSObject))] interface GlobalInfo { // +(GlobalInfo *)sharedInstance; [Static] [Export ("sharedInstance")] [Verify (MethodToProperty)] GlobalInfo SharedInstance { get; } }