metal-examples-tutorials/ch06/chapter06/AppDelegate.swift

16 lines
249 B
Swift

//
// AppDelegate.swift
// chapter06
//
// Created by Marius on 7/26/16.
// Copyright © 2016 Marius. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
}