mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 07:43:28 +01:00
[AltWidget] Refactors widgets into separate files
This commit is contained in:
21
AltWidget/AltWidgetBundle.swift
Normal file
21
AltWidget/AltWidgetBundle.swift
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// AltWidgetBundle.swift
|
||||
// AltWidgetExtension
|
||||
//
|
||||
// Created by Riley Testut on 8/22/23.
|
||||
// Copyright © 2023 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import WidgetKit
|
||||
|
||||
@main
|
||||
struct AltWidgetBundle: WidgetBundle
|
||||
{
|
||||
var body: some Widget {
|
||||
AppDetailWidget()
|
||||
|
||||
IconLockScreenWidget()
|
||||
TextLockScreenWidget()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user