Created
March 29, 2020 11:03
-
-
Save cipolleschi/a601898f420b479edaada29ef4b74aac to your computer and use it in GitHub Desktop.
Dice Roller VC
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 Tempura | |
| class DiceRollerVC: ViewController<DiceRollerView> { | |
| override func viewDidLoad() { | |
| super.viewDidLoad() | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment