// // LoadingView.swift // AIGrammar // // Created by oscar on 2024/7/7. // import SwiftUI struct LoadingView: View { var body: some View { Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) } } #Preview { LoadingView() }