first commit

This commit is contained in:
fototeddy
2026-09-04 21:30:51 +02:00
commit da64b1b6bd
160 changed files with 20664 additions and 0 deletions
@@ -0,0 +1,18 @@
//
// VanAligneiOSWidgetBundle.swift
// VanAligneiOSWidget
//
// Created by Christopher Helberg on 02.09.26.
//
import WidgetKit
import SwiftUI
@main
struct VanAligneiOSWidgetBundle: WidgetBundle {
var body: some Widget {
VanAligneiOSWidget()
VanAligneiOSWidgetControl()
VanAligneiOSWidgetLiveActivity()
}
}