mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
more swift cleanup
This commit is contained in:
parent
058b58842c
commit
699e2a9e0b
@ -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.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user