| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/otistav/API-Examples/master/iOS/APIExample/AppDelegate.swift | [Back] [Original] |
//
// AppDelegate.swift
// APIExample
//
// Created by on 2020/4/16.
// Copyright 2020 Agora Corp. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
}
| Web Proxy Viewer | New URL | Original Page |