Skip to content

Commit 1c9487b

Browse files
author
Oleh Kulykov
committed
1746165598
1 parent c7d81bf commit 1c9487b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

swift/InStream.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
//
2626

2727

28+
29+
30+
2831
import Foundation
2932
#if SWIFT_PACKAGE
3033
import libplzma

swift/Item.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ public final class Item {
5353
}
5454

5555

56+
57+
58+
5659
/// The item's index inside the archive.
5760
public var index: Size {
5861
var item = object

0 commit comments

Comments
 (0)