Skip to content

Instantly share code, notes, and snippets.

@ashour
Last active June 18, 2019 09:47
Show Gist options
  • Save ashour/36e14fbb3e85c6821433e103bd9d5c2c to your computer and use it in GitHub Desktop.
Save ashour/36e14fbb3e85c6821433e103bd9d5c2c to your computer and use it in GitHub Desktop.
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
OTATranslations.shared.updateTranslations()
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment