mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
18 lines
332 B
Objective-C
Executable file
18 lines
332 B
Objective-C
Executable file
/*
|
|
* UIBarButtonItem+WEPopover.h
|
|
* WEPopover
|
|
*
|
|
* Created by Werner Altewischer on 07/05/11.
|
|
* Copyright 2010 Werner IT Consultancy. All rights reserved.
|
|
*
|
|
*/
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIBarButtonItem(WEPopover)
|
|
|
|
- (CGRect)frameInView:(UIView *)v;
|
|
- (UIView *)superview;
|
|
|
|
@end
|