feat(ios): add RuView LiDAR app entrypoint

This commit is contained in:
rUv
2026-08-22 17:29:59 -04:00
parent 9af1442a11
commit 924f860937

View File

@@ -0,0 +1,10 @@
import SwiftUI
@main
struct RuViewLiDARApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}