Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #if DEBUG
  2. struct ContentView_Previews: PreviewProvider {
  3. static var previews: some View {
  4. ContentView()
  5. .environment(\.font, Font.Typography.mainFont)
  6. .environment(\.colorScheme, .dark)
  7. }
  8. }
  9. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement