Home | History | Annotate | Download | only in FileReaderApp
      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
     11