mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Add ViewFrameReader
This commit is contained in:
@@ -31,7 +31,7 @@ protocol NotificationSettingsServiceType {
|
||||
*/
|
||||
var contentRulesPublisher: AnyPublisher<[MXPushRule], Never> { get }
|
||||
/**
|
||||
Adds a keword.
|
||||
Adds a keyword.
|
||||
|
||||
- Parameters:
|
||||
- keyword: The keyword to add.
|
||||
@@ -39,7 +39,7 @@ protocol NotificationSettingsServiceType {
|
||||
*/
|
||||
func add(keyword: String, enabled: Bool)
|
||||
/**
|
||||
Removes a keword.
|
||||
Removes a keyword.
|
||||
|
||||
- Parameters:
|
||||
- keyword: The keyword to remove.
|
||||
|
||||
Reference in New Issue
Block a user