spotube/ios/HomePlayerWidget/HomePlayerWidgetBundle.swift
2024-12-16 20:30:41 +06:00

17 lines
259 B
Swift

//
// HomePlayerWidgetBundle.swift
// HomePlayerWidget
//
// Created by Kingkor Roy Tirtho on 15/12/24.
//
import WidgetKit
import SwiftUI
@main
struct HomePlayerWidgetBundle: WidgetBundle {
var body: some Widget {
HomePlayerWidget()
}
}