Skip to content

Instantly share code, notes, and snippets.

@shingohry
Last active September 24, 2024 12:49
Show Gist options
  • Save shingohry/600f3a62dd121bdf7b948e01685e47c0 to your computer and use it in GitHub Desktop.
Save shingohry/600f3a62dd121bdf7b948e01685e47c0 to your computer and use it in GitHub Desktop.
Xcode file template (original)
//___FILEHEADER___
import SwiftUI
struct ___FILEBASENAMEASIDENTIFIER___: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
___FILEBASENAMEASIDENTIFIER___()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment