diff --git a/PlayAways/MainWindowController.swift b/PlayAways/MainWindowController.swift index fa27611..0b70797 100644 --- a/PlayAways/MainWindowController.swift +++ b/PlayAways/MainWindowController.swift @@ -8,6 +8,7 @@ import Cocoa +/// Currently unused, will be used to show playground creation options in the future class MainWindowController: NSWindowController { init() { diff --git a/PlayAways/PlaygroundViewController.swift b/PlayAways/PlaygroundViewController.swift index b7e01bd..e879d95 100644 --- a/PlayAways/PlaygroundViewController.swift +++ b/PlayAways/PlaygroundViewController.swift @@ -8,6 +8,7 @@ import Cocoa +/// Currently unused, will be used to show playground creation options in the future class PlaygroundViewController: NSViewController { override func viewDidLoad() {