2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIWindow.h>
11 @interface UIEventObservableWindow
: UIWindow
13 NSMutableArray
*_eventObservers
;
14 int _pendingMouseUpCount
;
15 unsigned int _deallocating
:1;
18 + (struct CGRect
)constrainFrameToScreen
:(struct CGRect
)fp8
;
19 - (id
)initWithFrame
:(struct CGRect
)fp8
;
21 - (void)addEventMonitor
:(id
)fp8
;
22 - (void)removeEventActivityMonitor
:(id
)fp8
;
23 - (int)pendingMouseUpCount
;
24 - (void)_postWillSendEvent
:(struct __GSEvent
*)fp8
;
25 - (void)sendEvent
:(id
)fp8
;
26 - (void)sendGSEvent
:(struct __GSEvent
*)fp8
;