mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 00:59:22 +00:00
dedicated delegate for user interaction with notifications
This commit is contained in:
13
MacPass/MPUserNotificationCenterDelegate.h
Normal file
13
MacPass/MPUserNotificationCenterDelegate.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// MPUserNotificationCenterDelegate.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 05.12.17.
|
||||
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface MPUserNotificationCenterDelegate : NSObject <NSUserNotificationCenterDelegate>
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user