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
| #!/usr/bin/env swift -suppress-warnings | |
| import Foundation | |
| import Security | |
| import CommonCrypto | |
| import CryptoKit | |
| let sema = DispatchSemaphore(value: 0) | |
| // Structure to hold the api response values we need |
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
| .loader { | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| margin-left: -50px; | |
| margin-top: -50px; | |
| border: 16px solid #f3f3f3; | |
| border-top: 16px solid #3498db; | |
| border-radius: 50%; |
OlderNewer