metal-examples-tutorials/ch07/chapter07/AppDelegate.swift

14 lines
225 B
Swift

//
// AppDelegate.swift
// chapter07
//
// Created by Marius on 2/29/16.
// Copyright © 2016 Marius Horga. All rights reserved.
//
import Cocoa
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
}