Added About view

also not yet populated
This commit is contained in:
Grant Limberg 2016-06-23 20:22:03 -07:00
parent 35d1736c97
commit f2e2632ae7
4 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,18 @@
//
// AboutViewController.swift
// ZeroTier One
//
// Created by Grant Limberg on 6/23/16.
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
//
import Cocoa
class AboutViewController: NSViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do view setup here.
}
}