forked from Louvorg/ReaderForSelfoss-multiplatform
Init.
This commit is contained in:
18
iosApp/iosApp/ContentView.swift
Normal file
18
iosApp/iosApp/ContentView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
import SwiftUI
|
||||
import shared
|
||||
|
||||
struct ContentView: View {
|
||||
let greet = Greeting().greeting()
|
||||
|
||||
let toto = SelfossApi().getItems()
|
||||
|
||||
var body: some View {
|
||||
Text(greet)
|
||||
}
|
||||
}
|
||||
|
||||
struct ContentView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user