aboutsummaryrefslogtreecommitdiff
path: root/VKPC/NSUserNotificationCenter+Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/NSUserNotificationCenter+Private.h')
-rw-r--r--VKPC/NSUserNotificationCenter+Private.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/VKPC/NSUserNotificationCenter+Private.h b/VKPC/NSUserNotificationCenter+Private.h
new file mode 100644
index 0000000..afb5e8b
--- /dev/null
+++ b/VKPC/NSUserNotificationCenter+Private.h
@@ -0,0 +1,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
+