mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-09-11 19:09:03 +02:00
Fix tests
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import Foundation
|
||||
|
||||
public struct SignedData {
|
||||
|
||||
public let data: Data
|
||||
public let requiredAuthentication: Bool
|
||||
|
||||
public init(data: Data, requiredAuthentication: Bool) {
|
||||
self.data = data
|
||||
self.requiredAuthentication = requiredAuthentication
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user