IM: Display terms in table view

This commit is contained in:
manuroe
2019-08-09 17:58:02 +02:00
parent bbc0ff1cf9
commit d8e068855a
6 changed files with 141 additions and 27 deletions
@@ -21,6 +21,7 @@ import Foundation
/// ServiceTermsModalScreenViewController view actions exposed to view model
enum ServiceTermsModalScreenViewAction {
case load
case review(String)
case accept
case cancel
}