swipe to delete nodes

This commit is contained in:
Garth Vander Houwen 2021-09-23 07:48:25 -07:00
parent 7726914ad1
commit c1200569fb
17 changed files with 169 additions and 36 deletions

View file

@ -6,7 +6,7 @@
//
import Foundation
struct ChatMessage : Identifiable
struct MessageModel : Identifiable
{
let id: UUID
var messageId: UInt32