metal-examples-tutorials/ch05/chapter05/AppDelegate.swift

14 lines
224 B
Swift

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