From 8c1a7423a0e526f2896d17be768abeccbeb77ad7 Mon Sep 17 00:00:00 2001 From: ch1p Date: Fri, 14 Aug 2015 01:04:22 +0300 Subject: initial --- VKPC/NSUserNotificationCenter+Private.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 VKPC/NSUserNotificationCenter+Private.h (limited to 'VKPC/NSUserNotificationCenter+Private.h') 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 + +@interface NSUserNotificationCenter (Private) + +//- (void)_removeAllDisplayedNotifications; +- (void)_removeDisplayedNotification:(NSUserNotification *)notification; + +@end + -- cgit v1.2.3