remove example

This commit is contained in:
Neevash Ramdial
2021-01-21 06:27:35 -04:00
parent 2982c2d824
commit b5feb31fd0
66 changed files with 0 additions and 1113 deletions
@@ -1,13 +0,0 @@
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)
}
}