Skip to content

Instantly share code, notes, and snippets.

@marcosatanaka
Last active August 7, 2018 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcosatanaka/6bc26049b603c6c256bdecd0a4fbd7ee to your computer and use it in GitHub Desktop.
Save marcosatanaka/6bc26049b603c6c256bdecd0a4fbd7ee to your computer and use it in GitHub Desktop.
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