25-5-10/1
This commit is contained in:
18
ios/MyWidgetHome/MyWidgetHomeBundle.swift
Normal file
18
ios/MyWidgetHome/MyWidgetHomeBundle.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MyWidgetHomeBundle.swift
|
||||
// MyWidgetHome
|
||||
//
|
||||
// Created by Hamza Aleghwairyeen on 11/05/2025.
|
||||
//
|
||||
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct MyWidgetHomeBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
MyWidgetHome()
|
||||
MyWidgetHomeControl()
|
||||
MyWidgetHomeLiveActivity()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user