Files
RuView/integrations/iphone-lidar/native/RuViewLiDAR/RuViewLiDARApp.swift

11 lines
144 B
Swift

import SwiftUI
@main
struct RuViewLiDARApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}