summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Notifications/NotificationManagerDelegate.swift
blob: 818d7deaad5f5e1a1d256c8dcfc09b378fc4bfe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  NotificationManagerDelegate.swift
//  MullvadVPN
//
//  Created by pronebird on 09/12/2022.
//  Copyright © 2022 Mullvad VPN AB. All rights reserved.
//

import Foundation

protocol NotificationManagerDelegate: AnyObject {
    func notificationManagerDidUpdateInAppNotifications(
        _ manager: NotificationManager,
        notifications: [InAppNotificationDescriptor]
    )
}