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

15 lines
226 B
Swift

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