WebSurf/frontends/gnustep/BrowserWindowController.m

13 lines
198 B
Mathematica
Raw Normal View History

/* All Rights reserved */
#include <AppKit/AppKit.h>
#include "BrowserWindowController.h"
@implementation BrowserWindowController
-(void)windowDidLoad {
NSLog(@"Browser window loaded");
}
@end