aboutsummaryrefslogtreecommitdiff
path: root/VKPC/PopupControllerProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/PopupControllerProtocol.h')
-rw-r--r--VKPC/PopupControllerProtocol.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/VKPC/PopupControllerProtocol.h b/VKPC/PopupControllerProtocol.h
new file mode 100644
index 0000000..5cf1757
--- /dev/null
+++ b/VKPC/PopupControllerProtocol.h
@@ -0,0 +1,14 @@
+//
+// PopoverControllerProtocol.h
+// VKPC
+//
+// Created by Evgeny on 12/4/13.
+// Copyright (c) 2013-2014 Eugene Z. All rights reserved.
+//
+
+@protocol PopupControllerProtocol <NSObject>
+
+- (void)popoverDidShow;
+- (void)popoverDidHide;
+
+@end \ No newline at end of file