Last active
August 7, 2018 00:40
-
-
Save marcosatanaka/6bc26049b603c6c256bdecd0a4fbd7ee 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
import UIKit | |
struct OnboardingModel { | |
let title: String | |
let content: String | |
let iconImage: String | |
let backgroundColor: UIColor | |
let hideButton: Bool | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment