mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
15 lines
269 B
Swift
15 lines
269 B
Swift
//
|
|
// AppDelegate.swift
|
|
// Example
|
|
//
|
|
// Created by Nick Lockwood on 11/12/2018.
|
|
// Copyright © 2018 Nick Lockwood. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
@UIApplicationMain
|
|
final class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
var window: UIWindow?
|
|
}
|