~cytrogen/fluent-reader-mobile

ref: dbd02217701c7c100a42547657eca94ed65ab405 fluent-reader-mobile/ios/Runner/AppDelegate.swift -rw-r--r-- 404 bytes
dbd02217 — Haoyuan Liu Merge pull request #68 from yang991178/1.0.3 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
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)
  }
}