Productivity: Tweak templates a bit

This commit is contained in:
manuroe
2019-04-04 18:59:06 +02:00
parent 0a29c816a9
commit 456a37fdfc
3 changed files with 5 additions and 4 deletions
@@ -17,8 +17,8 @@
import Foundation
protocol TemplateScreenCoordinatorDelegate: class {
func templateScreenCoordinator(_ templateScreenCoordinator: TemplateScreenCoordinatorType, didCompleteWithMessage message: String)
func templateScreenCoordinatorDidCancel(_ templateScreenCoordinator: TemplateScreenCoordinatorType)
func templateScreenCoordinator(_ coordinator: TemplateScreenCoordinatorType, didCompleteWithMessage message: String)
func templateScreenCoordinatorDidCancel(_ coordinator: TemplateScreenCoordinatorType)
}
/// `TemplateScreenCoordinatorType` is a protocol describing a Coordinator that handle key backup setup passphrase navigation flow.