End-Of-Session: added SwiftUI to KeyboardViewController + starting config saving
This commit is contained in:
parent
1e4f0606a3
commit
729cb76180
19
awkbd/KeyboardView.swift
Normal file
19
awkbd/KeyboardView.swift
Normal file
@ -0,0 +1,19 @@
|
||||
//
|
||||
// KeyboardView.swift
|
||||
// AllenWrench
|
||||
//
|
||||
// Created by Elizabeth Cray on 1/10/25.
|
||||
// Copyright © 2025 Cray. All rights reserved.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct KeyboardView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
KeyboardView()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user