Skip to content

Commit 21936bc

Browse files
committed
Update generated sources
1 parent bf3b0f0 commit 21936bc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Sources/AndroidNFC/HostApduService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open class HostApduService: Service {
1818
/// public final android.os.IBinder android.nfc.cardemulation.HostApduService.onBind(android.content.Intent)
1919
/// ```
2020
@JavaMethod
21-
open override func onBind(_ arg0: Intent?) -> IBinder!
21+
open func onBind(_ arg0: Intent?) -> IBinder!
2222

2323
/// Java method `sendResponseApdu`.
2424
///

Sources/AndroidNFC/HostNfcFService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open class HostNfcFService: Service {
1818
/// public final android.os.IBinder android.nfc.cardemulation.HostNfcFService.onBind(android.content.Intent)
1919
/// ```
2020
@JavaMethod
21-
open override func onBind(_ arg0: Intent?) -> IBinder!
21+
open func onBind(_ arg0: Intent?) -> IBinder!
2222

2323
/// Java method `onDeactivated`.
2424
///

Sources/AndroidNFC/OffHostApduService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open class OffHostApduService: Service {
1818
/// public abstract android.os.IBinder android.nfc.cardemulation.OffHostApduService.onBind(android.content.Intent)
1919
/// ```
2020
@JavaMethod
21-
open override func onBind(_ arg0: Intent?) -> IBinder!
21+
open func onBind(_ arg0: Intent?) -> IBinder!
2222
}
2323
@available(Android 19, *)
2424
extension JavaClass<OffHostApduService> {

Sources/AndroidNFC/TagLostException.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Auto-generated by Java-to-Swift wrapper generator.
2-
import JavaIO
2+
import JavaLangIO
33
import SwiftJava
44
import SwiftJavaJNICore
55

0 commit comments

Comments
 (0)