Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created May 1, 2022 00:31
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 laevandus/d39f147f023cae6b47b0ea5dc3264578 to your computer and use it in GitHub Desktop.
Save laevandus/d39f147f023cae6b47b0ea5dc3264578 to your computer and use it in GitHub Desktop.
#if DEBUG
import SwiftUI
public struct DebugView: View {
public init() {}
public var body: some View {
Text("Debug View")
}
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment