Skip to content

Commit f490a80

Browse files
committed
[Tech] Try fix build
1 parent 7c6f60d commit f490a80

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

TangemSdk/TangemSdk/Operations/Sign/ChunkHashesUtil.swift

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// Copyright © 2024 Tangem AG. All rights reserved.
77
//
88

9+
import Foundation
10+
911
struct ChunkHashesUtil {
1012
func chunkHashes(_ hashes: [Data]) -> [Chunk] {
1113
let hashes = hashes.enumerated().map { Hash(index: $0.offset, data: $0.element) }

TangemSdk/TangemSdk/Operations/Sign/SignDTO.swift

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// Copyright © 2024 Tangem AG. All rights reserved.
77
//
88

9+
import Foundation
910

1011
// MARK: - Hash
1112

0 commit comments

Comments
 (0)