mirror of
https://github.com/Moya/Moya.git
synced 2026-03-18 19:52:28 +00:00
9 lines
119 B
Swift
9 lines
119 B
Swift
import UIKit
|
|
|
|
@UIApplicationMain
|
|
class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
|
|
var window: UIWindow?
|
|
|
|
}
|