This commit is contained in:
Peter
2019-10-03 04:11:41 +04:00
parent 5da7197c55
commit bb9b706c94
44 changed files with 781 additions and 175 deletions

View File

@@ -54,7 +54,7 @@ public extension TermsOfServiceControllerTheme {
}
}
public class TermsOfServiceController: ViewController {
public class TermsOfServiceController: ViewController, StandalonePresentableController {
private var controllerNode: TermsOfServiceControllerNode {
return self.displayNode as! TermsOfServiceControllerNode
}