Spaces:
Sleeping
Sleeping
File size: 182 Bytes
7aec436 |
1 2 3 4 5 6 7 8 9 |
import Cocoa
class WindowController : NSWindowController {
required init?(coder: NSCoder) {
super.init(coder: coder)
shouldCascadeWindows = true
}
}
|