Last active
September 24, 2024 12:49
-
-
Save shingohry/600f3a62dd121bdf7b948e01685e47c0 to your computer and use it in GitHub Desktop.
Xcode file template (original)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//___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