4 changed files with 70 additions and 0 deletions
@ -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. |
||||
} |
||||
|
||||
} |
||||
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10101" systemVersion="15E32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
||||
<dependencies> |
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10101"/> |
||||
</dependencies> |
||||
<objects> |
||||
<customObject id="-2" userLabel="File's Owner" customClass="AboutViewController" customModuleProvider="target"> |
||||
<connections> |
||||
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> |
||||
</connections> |
||||
</customObject> |
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
||||
<customView id="Hz6-mo-xeY"> |
||||
<rect key="frame" x="0.0" y="0.0" width="480" height="272"/> |
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
||||
</customView> |
||||
</objects> |
||||
</document> |
||||
Loading…
Reference in new issue