Created
October 11, 2018 03:08
-
-
Save vialyx/f5ec0a165d9177486cf650f373e86c4e to your computer and use it in GitHub Desktop.
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
// class Setting | |
init(name: String, action: Action, state: State = .on) { | |
self.name = name | |
self.action = action | |
self.state = state | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment