74364ee94c
First commit contains v1 of PS Classics fPKG Builder for macOS.
18 lines
265 B
Swift
18 lines
265 B
Swift
//
|
|
// PPPwnWindowController.swift
|
|
// PS Mac Tools
|
|
//
|
|
// Created by SvenGDK on 14/08/2024.
|
|
//
|
|
|
|
import Foundation
|
|
import AppKit
|
|
|
|
class PSClassicsWindowController: NSWindowController {
|
|
|
|
override func windowDidLoad() {
|
|
super.windowDidLoad()
|
|
}
|
|
|
|
}
|