Created
September 24, 2024 12:48
-
-
Save shingohry/992f5391dc888744e16fd7159cd4d748 to your computer and use it in GitHub Desktop.
Xcode file template (edited)
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("___VARIABLE_productName:identifier___") | |
} | |
} | |
#Preview { | |
___FILEBASENAMEASIDENTIFIER___() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment