aboutsummaryrefslogtreecommitdiff
path: root/VKPC/NSUserNotificationCenter+Private.h
blob: afb5e8b4f1ed38bb425d25711d4ad615c4c6211e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  NSUserNotificationCenter+Private.h
//  VKPC
//
//  Created by Eugene on 11/18/14.
//  Copyright (c) 2014 Eugene Z. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface NSUserNotificationCenter (Private)

//- (void)_removeAllDisplayedNotifications;
- (void)_removeDisplayedNotification:(NSUserNotification *)notification;

@end