Productivity: Tweak templates a bit more

This commit is contained in:
manuroe
2019-04-04 21:06:46 +02:00
parent 456a37fdfc
commit bad2f2ca8a
3 changed files with 6 additions and 5 deletions
@@ -28,7 +28,8 @@ final class TemplateScreenCoordinator: TemplateScreenCoordinatorType {
private let templateScreenViewController: TemplateScreenViewController
// MARK: Public
// Must be used only internally
var childCoordinators: [Coordinator] = []
weak var delegate: TemplateScreenCoordinatorDelegate?