aboutsummaryrefslogtreecommitdiff
path: root/VKPC/PopupControllerProtocol.h
blob: 5cf17573afa2ec850e78c7ba466313ed7aa831ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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