Files
GitHawk/SwipeCellKit/Example/MailExample/AppDelegate.swift
2017-06-26 11:14:21 -04:00

16 lines
234 B
Swift
Executable File

//
// AppDelegate.swift
//
// Created by Jeremy Koch
// Copyright © 2017 Jeremy Koch. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
}