Skip to content

Commit

Permalink
Make flow final class
Browse files Browse the repository at this point in the history
  • Loading branch information
kudoleh committed Sep 5, 2020
1 parent f5a3dc4 commit de71721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Application/AppFlowCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import UIKit

class AppFlowCoordinator {
final class AppFlowCoordinator {

private weak var navigationController: UINavigationController?
private let appDIContainer: AppDIContainer
Expand Down

0 comments on commit de71721

Please sign in to comment.