Mark
This commit is contained in:
parent
f79f47769f
commit
d6943c8f32
|
@ -5,6 +5,8 @@ import SwiftData
|
||||||
import WidgetKit
|
import WidgetKit
|
||||||
import AppIntents
|
import AppIntents
|
||||||
|
|
||||||
|
// MARK: - Account Intents
|
||||||
|
|
||||||
/// Widgets that require to select only an account will use this `ConfigurationIntent`
|
/// Widgets that require to select only an account will use this `ConfigurationIntent`
|
||||||
struct AccountAppIntent: WidgetConfigurationIntent {
|
struct AccountAppIntent: WidgetConfigurationIntent {
|
||||||
static var title: LocalizedStringResource = "widget.follow-count"
|
static var title: LocalizedStringResource = "widget.follow-count"
|
||||||
|
|
Loading…
Reference in New Issue