mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-06-06 20:17:36 +00:00
9 lines
161 B
Swift
9 lines
161 B
Swift
import Cocoa
|
|
import Foundation
|
|
|
|
final class MainWindowController: NSWindowController {
|
|
override func windowDidLoad() {
|
|
super.windowDidLoad()
|
|
}
|
|
}
|