mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Display additional command content in suggestion list
This commit is contained in:
+2
@@ -26,6 +26,8 @@ protocol CompletionSuggestionUserItemProtocol: Avatarable {
|
||||
|
||||
protocol CompletionSuggestionCommandItemProtocol {
|
||||
var name: String { get }
|
||||
var parametersFormat: String { get }
|
||||
var description: String { get }
|
||||
}
|
||||
|
||||
enum CompletionSuggestionItem {
|
||||
|
||||
Reference in New Issue
Block a user