damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

MutelistModel.swift (217B)


      1 //
      2 //  ListModel.swift
      3 //  damus
      4 //
      5 //  Created by William Casarin on 2023-01-25.
      6 //
      7 
      8 import Foundation
      9 
     10 
     11 /*
     12  class MutelistModel: ObservableObject {
     13  let contacts: Contacts
     14  
     15  @Published var users: [String]
     16  
     17  }
     18  */