metal-examples-tutorials/ch02/chapter02/AppDelegate.swift

14 lines
224 B
Swift

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