Initial commit
This commit is contained in:
18
AIGrammar/GrammarSubView/CameraView.swift
Normal file
18
AIGrammar/GrammarSubView/CameraView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// CameraView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/4/3.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct CameraView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
CameraView()
|
||||
}
|
||||
18
AIGrammar/GrammarSubView/IAPTestView.swift
Normal file
18
AIGrammar/GrammarSubView/IAPTestView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// IAPTestView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/6/19.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct IAPTestView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
IAPTestView()
|
||||
}
|
||||
18
AIGrammar/GrammarSubView/InputView.swift
Normal file
18
AIGrammar/GrammarSubView/InputView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// InputView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/4/1.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct InputView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
InputView()
|
||||
}
|
||||
18
AIGrammar/GrammarSubView/ResultView.swift
Normal file
18
AIGrammar/GrammarSubView/ResultView.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// ResultView.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/4/1.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ResultView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
ResultView()
|
||||
}
|
||||
18
AIGrammar/GrammarSubView/RichText.swift
Normal file
18
AIGrammar/GrammarSubView/RichText.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// RichText.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/4/3.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct RichText: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
RichText()
|
||||
}
|
||||
18
AIGrammar/GrammarSubView/ShareSheet.swift
Normal file
18
AIGrammar/GrammarSubView/ShareSheet.swift
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// ShareSheet.swift
|
||||
// AIGrammar
|
||||
//
|
||||
// Created by oscar on 2024/4/3.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ShareSheet: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
ShareSheet()
|
||||
}
|
||||
Reference in New Issue
Block a user