Initial commit
This commit is contained in:
18
AIGrammar/View/GrammarCheckView.swift
Normal file
18
AIGrammar/View/GrammarCheckView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// GrammarCheckView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/3/27.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct GrammarCheckView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
GrammarCheckView()
|
||||
}
|
||||
18
AIGrammar/View/IAPView.swift
Normal file
18
AIGrammar/View/IAPView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// IAPView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/7/9.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct IAPView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
IAPView()
|
||||
}
|
||||
18
AIGrammar/View/SettingsView.swift
Normal file
18
AIGrammar/View/SettingsView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// SettingsView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/3/27.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct SettingsView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
SettingsView()
|
||||
}
|
||||
18
AIGrammar/View/TranslateView.swift
Normal file
18
AIGrammar/View/TranslateView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// TranslateView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/3/27.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct TranslateView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
TranslateView()
|
||||
}
|
||||
18
AIGrammar/View/WordsView.swift
Normal file
18
AIGrammar/View/WordsView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// WordsView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/3/27.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct WordsView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
WordsView()
|
||||
}
|
||||
Reference in New Issue
Block a user