moogfest18-waveform/Waveform/AppDelegate.swift

19 lines
373 B
Swift
Raw Normal View History

2018-09-16 22:04:00 -07:00
//
// AppDelegate.swift
// Waveform
//
// Created by Eryn Wells on 9/16/18.
// Copyright © 2018 Eryn Wells. All rights reserved.
//
import Cocoa
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ aNotification: Notification) {
// Insert code here to initialize your application
}
}