1 package com.apple.cocoa.application;2 3 public class NSApplication extends NSResponder4 {5 public static native NSApplication sharedApplication();6 public native void setServicesProvider(Object o);7 public native void setDelegate(Object o);8 }9