mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-20 07:24:26 +01:00
4 lines
146 B
Swift
4 lines
146 B
Swift
public func dummyMethodToEnforceBundling() -> Int64 {
|
|
return dummy_method_to_enforce_bundling()
|
|
}
|
|
let dummyVar = dummyMethodToEnforceBundling(); |