android_mt6572_jiabo/external/skia/experimental/FileReaderApp/FileReaderAppDelegate.mm
2025-09-05 16:56:03 +08:00

10 lines
250 B
Text

#import "FileReaderAppDelegate.h"
@implementation FileReaderAppDelegate
@synthesize window;
-(void) applicationDidFinishLaunching:(NSNotification *)aNotification {
//Load specified skia views after launching
[window installSkViews];
}
@end