Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
58cda8fa495225bbcb3d93bdd7f81ec515402475
/
.
/
experimental
/
FileReaderApp
/
FileReaderAppDelegate.mm
blob: 6b706b6aaf0c2d49c1742ad8cc8279b9d97369fe [
file
] [
log
] [
blame
]
#import "FileReaderAppDelegate.h"
@implementation
FileReaderAppDelegate
@synthesize
window
;
-(
void
)
applicationDidFinishLaunching
:(
NSNotification
*)
aNotification
{
//Load specified skia views after launching
[
window installSkViews
];
}
@end