mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
Added About view
also not yet populated
This commit is contained in:
parent
35d1736c97
commit
f2e2632ae7
4 changed files with 70 additions and 0 deletions
18
ZeroTier One/AboutViewController.swift
Normal file
18
ZeroTier One/AboutViewController.swift
Normal 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.
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue