implementation done, only tests, localisation and design feedback are left

This commit is contained in:
Mauro Romito
2022-12-12 18:29:13 +01:00
parent 27c4ba45fd
commit 26e735b0b9
12 changed files with 66 additions and 13 deletions
@@ -25,6 +25,7 @@ protocol ComposerViewModelProtocol {
var placeholder: String? { get set }
var isFocused: Bool { get }
var isLandscapePhone: Bool { get set }
var selectionToRestore: NSRange? { get }
func dismissKeyboard()
func showKeyboard()