Initial Commit
This commit is contained in:
commit
1b4a17dc20
12 changed files with 1297 additions and 0 deletions
18
Waveform/AppDelegate.swift
Normal file
18
Waveform/AppDelegate.swift
Normal 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
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue