Last active
August 29, 2020 12:33
-
-
Save romainbsl/4d252ce6dddd2918ce37c77136cfa279 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 UIKit | |
class LoginViewController: UIViewController { | |
@IBOutlet weak var login_secret: UITextField! | |
@IBOutlet weak var login_button: UIButton! | |
// Using Kotlin/Multiplatform code here! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment