Fix ordering, add pragmas, fix visibility on a few functions, remove default param on state.

This commit is contained in:
David Langley
2021-09-08 11:43:57 +01:00
parent c6996cf62d
commit 13a9d82486
6 changed files with 52 additions and 31 deletions
@@ -46,7 +46,7 @@ final class TemplateUserProfileCoordinator: Coordinator {
templateUserProfileViewController = VectorHostingController(rootView: view)
}
// MARK: - Public methods
// MARK: - Public
func start() {
templateUserProfileViewModel.completion = { [weak self] result in
guard let self = self else { return }