1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Quarterly maintenance on isolate_example (#142)

This commit is contained in:
Andrew Brogdon
2019-09-13 10:25:16 -07:00
committed by GitHub
parent 7a63156650
commit 0f3721f696
12 changed files with 245 additions and 230 deletions

View File

@@ -0,0 +1,13 @@
import UIKit
import Flutter
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}

View File

@@ -0,0 +1 @@
#import "GeneratedPluginRegistrant.h"