1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

move re-organize app path. cleanup old safari

This commit is contained in:
Kyle Spearrin
2019-08-22 08:51:08 -04:00
parent 56263cb22a
commit 66396dfaa2
27 changed files with 5 additions and 145 deletions

View File

@@ -0,0 +1,23 @@
//
// 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.
}
override var representedObject: Any? {
didSet {
// Update the view, if already loaded.
}
}
}