summaryrefslogtreecommitdiff
path: root/I2C/I2C/I2CApp.swift
blob: b70050fc87fe100289aec6e1230eef809c88752b (plain)
1
2
3
4
5
6
7
8
9
10
import SwiftUI

@main
struct I2CApp: App {
    var body: some Scene {
        WindowGroup {
            ContentView()
        }
    }
}