Skip to content

Commit aefacf3

Browse files
committed
[7-Zip] Change SevenZipProperty from class to struct
1 parent f5ecfec commit aefacf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/7-Zip/7zProperty.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import Foundation
77
import BitByteData
88

9-
class SevenZipProperty {
9+
struct SevenZipProperty {
1010

1111
let type: UInt8
1212
let size: Int

0 commit comments

Comments
 (0)