mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
Templates: Use struct instead of class for coordinator paramaters.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import Foundation
|
||||
|
||||
/// FlowTemplateCoordinator input parameters
|
||||
class FlowTemplateCoordinatorParameters {
|
||||
struct FlowTemplateCoordinatorParameters {
|
||||
|
||||
/// The Matrix session
|
||||
let session: MXSession
|
||||
|
||||
@@ -17,12 +17,8 @@
|
||||
import Foundation
|
||||
|
||||
/// TemplateScreenCoordinator input parameters
|
||||
class TemplateScreenCoordinatorParameters {
|
||||
struct TemplateScreenCoordinatorParameters {
|
||||
|
||||
/// The Matrix session
|
||||
let session: MXSession
|
||||
|
||||
init(session: MXSession) {
|
||||
self.session = session
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user