mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-23 06:42:23 +00:00
225c2b095b
Has menu items to join/leave networks which currently displays an empty popover from the icon (icon needs to be made still)
19 lines
337 B
Swift
19 lines
337 B
Swift
//
|
|
// ShowNetworksViewController.swift
|
|
// ZeroTier One
|
|
//
|
|
// Created by Grant Limberg on 5/14/16.
|
|
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
|
//
|
|
|
|
import Cocoa
|
|
|
|
class ShowNetworksViewController: NSViewController {
|
|
|
|
override func viewDidLoad() {
|
|
super.viewDidLoad()
|
|
// Do view setup here.
|
|
}
|
|
|
|
}
|