mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
more swift cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user