Add ViewFrameReader

This commit is contained in:
David Langley
2021-08-25 19:24:33 +01:00
parent bed2e07793
commit ced1b88123
10 changed files with 97 additions and 72 deletions
@@ -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.