[kit] Add PreferencesWindowController
This commit is contained in:
parent
e7e168ba79
commit
ec6d6320db
4 changed files with 32 additions and 465 deletions
9
MetaballsKit/Preferences.swift
Normal file
9
MetaballsKit/Preferences.swift
Normal file
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// Preferences.swift
|
||||
// Metaballs
|
||||
//
|
||||
// Created by Eryn Wells on 8/14/17.
|
||||
// Copyright © 2017 Eryn Wells. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
15
MetaballsKit/PreferencesWindowController.swift
Normal file
15
MetaballsKit/PreferencesWindowController.swift
Normal file
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// PreferencesWindowController.swift
|
||||
// Metaballs
|
||||
//
|
||||
// Created by Eryn Wells on 8/15/17.
|
||||
// Copyright © 2017 Eryn Wells. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
|
||||
class PreferencesWindowController: NSWindowController {
|
||||
override func prepare(for segue: NSStoryboardSegue, sender: Any?) {
|
||||
print("prepare for segue:\(segue), sender:\(String(describing: sender))")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue