Skip to content

Instantly share code, notes, and snippets.

@shingohry
Created September 24, 2024 12:48
Show Gist options
  • Save shingohry/992f5391dc888744e16fd7159cd4d748 to your computer and use it in GitHub Desktop.
Save shingohry/992f5391dc888744e16fd7159cd4d748 to your computer and use it in GitHub Desktop.
Xcode file template (edited)
//___FILEHEADER___
import SwiftUI
struct ___FILEBASENAMEASIDENTIFIER___: View {
var body: some View {
Text("___VARIABLE_productName:identifier___")
}
}
#Preview {
___FILEBASENAMEASIDENTIFIER___()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment