NewsBlur-viq/clients/ios/Popover/WEPopoverParentView.h
2013-06-27 09:43:22 -07:00

18 lines
No EOL
302 B
Objective-C
Executable file

/*
* WEPopoverParentView.h
* WEPopover
*
* Created by Werner Altewischer on 02/09/10.
* Copyright 2010 Werner IT Consultancy. All rights reserved.
*
*/
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@protocol WEPopoverParentView
@optional
- (CGRect)displayAreaForPopover;
@end