Skip to content

Instantly share code, notes, and snippets.

@cipolleschi
Created March 29, 2020 11:03
Show Gist options
  • Select an option

  • Save cipolleschi/a601898f420b479edaada29ef4b74aac to your computer and use it in GitHub Desktop.

Select an option

Save cipolleschi/a601898f420b479edaada29ef4b74aac to your computer and use it in GitHub Desktop.
Dice Roller VC
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