blob: 6b706b6aaf0c2d49c1742ad8cc8279b9d97369fe [file] [log] [blame]
yangsu@google.com02642762011-06-17 18:31:01 +00001#import "FileReaderAppDelegate.h"
2
3@implementation FileReaderAppDelegate
4@synthesize window;
5
6-(void) applicationDidFinishLaunching:(NSNotification *)aNotification {
7 //Load specified skia views after launching
8 [window installSkViews];
9}
10@end