Skip to content

Instantly share code, notes, and snippets.

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 lammertw/d0163bc090512d5654649b8882a5a5d1 to your computer and use it in GitHub Desktop.
Save lammertw/d0163bc090512d5654649b8882a5a5d1 to your computer and use it in GitHub Desktop.
struct RestaurantDetailView_Previews: PreviewProvider {
static var previews: some View {
InnerView(
output: RestaurantDetailViewModelOutput(
name: "My restaurant",
priceCategory: "Expensive",
reservations: RestaurantDetailViewModelOutput.ReservationsLoading()
)
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment