mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Minor documentation changes
This commit is contained in:
@@ -19,7 +19,7 @@ import CommonKit
|
||||
|
||||
/// A convenience objc-compatible wrapper around `UserIndicatorTypePresenterProtocol`.
|
||||
///
|
||||
/// This class wraps swift-only protocol by exponsing multiple methods instead of accepting struct types
|
||||
/// This class wraps swift-only protocol by exposing multiple methods instead of accepting struct types
|
||||
/// and it keeps a track of `UserIndicator`s instead of returning them to the caller.
|
||||
@objc final class UserIndicatorPresenterWrapper: NSObject {
|
||||
private let presenter: UserIndicatorTypePresenterProtocol
|
||||
|
||||
Reference in New Issue
Block a user