diff --git a/integrations/iphone-lidar/native/RuViewLiDAR/RuViewLiDARApp.swift b/integrations/iphone-lidar/native/RuViewLiDAR/RuViewLiDARApp.swift new file mode 100644 index 00000000..d028a280 --- /dev/null +++ b/integrations/iphone-lidar/native/RuViewLiDAR/RuViewLiDARApp.swift @@ -0,0 +1,10 @@ +import SwiftUI + +@main +struct RuViewLiDARApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +}