/* AppController */ #import #import @interface AppController : NSObject { IBOutlet id mainWindow; IBOutlet id webView; } - (void)loadPage; @end