Files
FloatingPanel/Examples/Samples/Sources/AppDelegate.swift
T
2018-10-23 00:08:13 +09:00

12 lines
226 B
Swift

//
// Created by Shin Yamamoto on 2018/09/18.
// Copyright © 2018 Shin Yamamoto. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
}