026427654f
git-svn-id: http://skia.googlecode.com/svn/trunk@1641 2bbb7eff-a529-9590-31e7-b0007b416f81
11 lines
250 B
Plaintext
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
|