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