2026-02-28-1

This commit is contained in:
Hamza-Ayed
2026-02-28 01:12:28 +03:00
parent 33f34f7c50
commit 76c04702cd
409 changed files with 2858 additions and 1090 deletions

View File

@@ -0,0 +1,20 @@
//
// RideWidgetBundle.swift
// RideWidget
//
// Created by Hamza Aleghwairyeen on 26/02/2026.
//
import WidgetKit
import SwiftUI
@main
struct RideWidgetBundle: WidgetBundle {
var body: some Widget {
RideWidget() // الويدجت العادية
RideWidgetLiveActivity() // هذا السطر ضروري وغالبًا ناقص!
}
}