Last active
January 23, 2022 19:08
-
-
Save paulw11/7772e98743bcf39407e2bad884018330 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Passbase | |
class MyPassbaseWrapper { | |
static func initialisePassbase:(_ apiKey: String) { | |
PassbaseSDK.initialize(publishableApiKey: apiKey) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are the errors I get without making any changes to your code: