From e22598b0a62471b97a6337a6f461254433f0ffd1 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 14 Nov 2025 21:41:04 +0800 Subject: [PATCH] :hammer: Preview of the watchOS app main screen --- ios/Solian Watch App/ContentView.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ios/Solian Watch App/ContentView.swift b/ios/Solian Watch App/ContentView.swift index 5d5b0f79..3eca53fc 100644 --- a/ios/Solian Watch App/ContentView.swift +++ b/ios/Solian Watch App/ContentView.swift @@ -48,3 +48,11 @@ struct ContentView: View { } } } + +// --- Placeholder Implementations for Preview --- + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +}