apps-projectcenter/Modules/RenaissanceProject/AppController.m

19 lines
321 B
Mathematica
Raw Normal View History

/*
* AppController.m
*
* GNUstep Renaissance Application Controller
*
* Created with ProjectCenter - http://www.gnustep.org
*
*/
#include "AppController.h"
@implementation AppController
- (void) applicationDidFinishLaunching: (NSNotification *)not
{
[NSBundle loadGSMarkupNamed: @"Main" owner: self];
}
@end