Skip to content

Commit 73af3da

Browse files
authored
fix(Auth): Import Foundation to fix compile error (#514)
1 parent 659afea commit 73af3da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AmplifyPlugins/Core/AWSPluginsCore/Auth/Provider/AuthAWSCredentialsProvider.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import Amplify
9+
import Foundation
910

1011
public protocol AuthAWSCredentialsProvider {
1112
func getAWSCredentials() -> Result<AuthAWSCredentials, AuthError>

0 commit comments

Comments
 (0)