mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
RoomCoordinatorProtocol: Update comment description.
This commit is contained in:
@@ -25,7 +25,7 @@ protocol RoomCoordinatorDelegate: AnyObject {
|
||||
func roomCoordinatorDidDismissInteractively(_ coordinator: RoomCoordinatorProtocol)
|
||||
}
|
||||
|
||||
/// `RoomCoordinatorProtocol` is a protocol describing a Coordinator that handle key backup setup passphrase navigation flow.
|
||||
/// `RoomCoordinatorProtocol` is a protocol describing a Coordinator that handle room navigation flow.
|
||||
protocol RoomCoordinatorProtocol: Coordinator, Presentable, RoomIdentifiable {
|
||||
var delegate: RoomCoordinatorDelegate? { get }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user