// // PopoverControllerProtocol.h // VKPC // // Created by Evgeny on 12/4/13. // Copyright (c) 2013-2014 Eugene Z. All rights reserved. // @protocol PopupControllerProtocol - (void)popoverDidShow; - (void)popoverDidHide; @end