skia2/experimental/FileReaderApp/FileReaderAppDelegate.mm

11 lines
250 B
Plaintext
Raw Normal View History

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