Last active
January 7, 2019 19:12
-
-
Save yunustek/5c1d25500281154f2075f205906cb636 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
class AccountViewController: UIViewController { | |
@IBOutlet var photoButton: UIButton! | |
@IBOutlet var usernameLabel: UILabel! | |
@IBOutlet var pointButton: UIButton! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment