1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-02 10:27:08 +01:00
mastodon-app-ufficiale-ipho.../WidgetExtension/WidgetExtensionBundle.swift
2023-01-24 11:15:21 +01:00

12 lines
214 B
Swift

// Copyright © 2023 Mastodon gGmbH. All rights reserved.
import WidgetKit
import SwiftUI
@main
struct WidgetExtensionBundle: WidgetBundle {
var body: some Widget {
FollowersWidgetExtension()
}
}