Initial Commit

This commit is contained in:
Eryn Wells 2018-09-16 22:04:00 -07:00
commit 1b4a17dc20
12 changed files with 1297 additions and 0 deletions

View file

@ -0,0 +1,18 @@
//
// 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
}
}