Last active
July 6, 2022 06:34
-
-
Save alkozin/de451e590f49b0dc5c86f21e32f0fe9d to your computer and use it in GitHub Desktop.
This file contains 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
//Anything from Something | |
let anything: Anything = something| | |
let i: Int = float| | |
let string: String = data| | |
let front: UIColor = 0x554292| | |
let back: UIColor? = "#554292"| | |
let message: NFCNDEFMessage? = URL(string: "https://exmaple.com/handle")| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment