more swift cleanup

This commit is contained in:
Kyle Spearrin 2019-08-22 10:28:09 -04:00
parent 058b58842c
commit 699e2a9e0b
2 changed files with 0 additions and 17 deletions

View File

@ -1,11 +1,3 @@
//
// AppDelegate.swift
// desktop
//
// Created by Kyle Spearrin on 8/1/19.
// Copyright © 2019 8bit Solutions LLC. All rights reserved.
//
import Cocoa
@NSApplicationMain

View File

@ -1,17 +1,8 @@
//
// ViewController.swift
// desktop
//
// Created by Kyle Spearrin on 8/1/19.
// Copyright © 2019 8bit Solutions LLC. All rights reserved.
//
import Cocoa
class ViewController: NSViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}