Skip to content

Instantly share code, notes, and snippets.

@romainbsl
Last active August 29, 2020 12:33
Show Gist options
  • Save romainbsl/4d252ce6dddd2918ce37c77136cfa279 to your computer and use it in GitHub Desktop.
Save romainbsl/4d252ce6dddd2918ce37c77136cfa279 to your computer and use it in GitHub Desktop.
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