damus

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

LocalUserConfig.swift (183B)


      1 //
      2 //  LocalUserConfig.swift
      3 //  damus
      4 //
      5 //  Created by William Casarin on 2022-06-15.
      6 //
      7 
      8 import Foundation
      9 
     10 
     11 struct LocalUserConfig: Codable {
     12     let relays: [RelayDescriptor]
     13 }
     14