damus

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

ZapButtonModel.swift (214B)


      1 //
      2 //  ZapButtonModel.swift
      3 //  damus
      4 //
      5 //  Created by Terry Yiu on 6/1/23.
      6 //
      7 
      8 import Foundation
      9 
     10 class ZapButtonModel: ObservableObject {
     11     var invoice: String? = nil
     12     @Published var zapping: String = ""
     13 }