| yangsu@google.com | 0264276 | 2011-06-17 18:31:01 +0000 | [diff] [blame] | 1 | #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 | ||||