NewsBlur/clients/ios/Classes/EventWindow.h

16 lines
No EOL
267 B
Objective-C

//
// EventWindow.h
// NewsBlur
//
// Created by Samuel Clay on 9/17/14.
// Copyright (c) 2014 NewsBlur. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface EventWindow : UIWindow {
CGPoint tapLocation;
NSTimer *contextualMenuTimer;
}
@end