skia2/experimental/FileReaderApp/FileReaderAppDelegate.mm
2011-06-17 18:31:01 +00:00

11 lines
250 B
Plaintext

#import "FileReaderAppDelegate.h"
@implementation FileReaderAppDelegate
@synthesize window;
-(void) applicationDidFinishLaunching:(NSNotification *)aNotification {
//Load specified skia views after launching
[window installSkViews];
}
@end