From 41f817c3acfd36c39be2f24208fac0d6a31206a3 Mon Sep 17 00:00:00 2001 From: Guilherme Rambo Date: Thu, 8 Dec 2016 19:48:01 -0200 Subject: [PATCH] Added comments to unused stuff --- PlayAways/MainWindowController.swift | 1 + PlayAways/PlaygroundViewController.swift | 1 + 2 files changed, 2 insertions(+) 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() {