damus

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

Liked.swift (184B)


      1 //
      2 //  Liked.swift
      3 //  damus
      4 //
      5 //  Created by William Casarin on 2022-04-30.
      6 //
      7 
      8 import Foundation
      9 
     10 struct Counted {
     11     let event: NostrEvent
     12     let id: NoteId
     13     let total: Int
     14 }