mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 15:37:45 +02:00
Formating fixes
This commit is contained in:
+1
-1
@@ -24,10 +24,10 @@ struct UserOtherSessionsCoordinatorParameters {
|
||||
}
|
||||
|
||||
final class UserOtherSessionsCoordinator: Coordinator, Presentable {
|
||||
|
||||
private let parameters: UserOtherSessionsCoordinatorParameters
|
||||
private let userOtherSessionsHostingController: UIViewController
|
||||
private var userOtherSessionsViewModel: UserOtherSessionsViewModelProtocol
|
||||
|
||||
private var indicatorPresenter: UserIndicatorTypePresenterProtocol
|
||||
private var loadingIndicator: UserIndicator?
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ enum OtherUserSessionsFilter {
|
||||
}
|
||||
|
||||
class UserOtherSessionsViewModel: UserOtherSessionsViewModelType, UserOtherSessionsViewModelProtocol {
|
||||
|
||||
var completion: ((UserOtherSessionsViewModelResult) -> Void)?
|
||||
private let sessionsInfo: [UserSessionInfo]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user