Skip to content

Commit

Permalink
feat: integrate use case to show a custom keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 7, 2022
1 parent d9c0c19 commit a6e9c2f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PlantUML/PlantUMLTextField.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//
// PlantUMLTextField.swift
// PlantUML
//
// Created by Bartolomeo Sorrentino on 06/09/22.
//

import SwiftUI

struct PlantUMLTextField: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}

struct PlantUMLTextField_Previews: PreviewProvider {
static var previews: some View {
PlantUMLTextField()
}
}

0 comments on commit a6e9c2f

Please sign in to comment.