Skip to content

Commit 12fa337

Browse files
committed
add Foundation to traits
1 parent 4438a62 commit 12fa337

22 files changed

+44
-0
lines changed

bindings/LDK/traits/Access.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class Access: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/BaseSign.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class BaseSign: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/BroadcasterInterface.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class BroadcasterInterface: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/ChannelManagerPersister.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class ChannelManagerPersister: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/ChannelMessageHandler.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class ChannelMessageHandler: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/Confirm.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class Confirm: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/CustomMessageHandler.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class CustomMessageHandler: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/CustomMessageReader.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class CustomMessageReader: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/EventHandler.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class EventHandler: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

bindings/LDK/traits/EventsProvider.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class EventsProvider: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

0 commit comments

Comments
 (0)