mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +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
|
import Cocoa
|
||||||
|
|
||||||
@NSApplicationMain
|
@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
|
import Cocoa
|
||||||
|
|
||||||
class ViewController: NSViewController {
|
class ViewController: NSViewController {
|
||||||
override func viewDidLoad() {
|
override func viewDidLoad() {
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
|
|
||||||
// Do any additional setup after loading the view.
|
// Do any additional setup after loading the view.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user