mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Templates: Use struct instead of class for coordinator paramaters.
This commit is contained in:
@@ -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