mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-21 05:44:54 +00:00
18 lines
No EOL
302 B
Objective-C
Executable file
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 |