Skip to content

Commit b605fe2

Browse files
a2kylef
authored andcommitted
Add missing Foundation imports (#60)
1 parent f117676 commit b605fe2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Sources/ClaimSet.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
public struct ClaimSet {
24
var claims: [String: Any]
35

Sources/Encode.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
/*** Encode a set of claims
24
- parameter claims: The set of claims
35
- parameter algorithm: The algorithm to sign the payload with

0 commit comments

Comments
 (0)