s4s-packager / wkwebview /WebView /WindowController.swift
soiz1's picture
Upload 225 files
7aec436 verified
import Cocoa
class WindowController : NSWindowController {
required init?(coder: NSCoder) {
super.init(coder: coder)
shouldCascadeWindows = true
}
}