mastodon-ios/Mastodon/Scene/Settings/Notification Settings/NotificationSettingsViewMod...

8 lines
162 B
Swift
Raw Normal View History

// Copyright © 2023 Mastodon gGmbH. All rights reserved.
import Foundation
struct NotificationSettingsViewModel {
var selectedPolicy: NotificationPolicy
}