Skip to content

Instantly share code, notes, and snippets.

View iva1ex's full-sized avatar
🎯
Focusing

Oleksandr Ivashchenko iva1ex

🎯
Focusing
View GitHub Profile
// stage 1
import SwiftUI
import WidgetKit
struct WaterAppTimelineProvider: TimelineProvider {
func placeholder(in context: Self.Context) -> WaterAppWidgetEntry {
return .previewData
}