Last active
August 29, 2015 14:25
-
-
Save fjolnir/e198dd6186a0fb62dc86 to your computer and use it in GitHub Desktop.
No DRYer way?
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
enum Question { | |
case Confirmation | |
case Photo | |
enum Answer { | |
case Confirmation(Bool) | |
case Photo(UIImage) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to do something along the lines of