Initial commit
This commit is contained in:
16
Emoney Info/Classes/api/callback/ApduCallback.swift
Executable file
16
Emoney Info/Classes/api/callback/ApduCallback.swift
Executable file
@ -0,0 +1,16 @@
|
||||
//
|
||||
// ApduCallback.swift
|
||||
// Emoney Info
|
||||
//
|
||||
// Created by Wira Irawan on 24/07/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import CoreNFC
|
||||
|
||||
protocol ApduCallback {
|
||||
func connected(unifiedNfcApi : UnifiedNfcApi)
|
||||
func felicaConnected(unifiedNfcApi : UnifiedNfcApi, tag : NFCFeliCaTag)
|
||||
func complete(emoney: Emoney)
|
||||
func failed(error: NSError)
|
||||
}
|
||||
Reference in New Issue
Block a user