--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIWindow.h"
+
+@class NSMutableArray;
+
+@interface UIEventObservableWindow : UIWindow
+{
+ NSMutableArray *_eventObservers;
+ int _pendingMouseUpCount;
+ unsigned int _deallocating:1;
+}
+
++ (struct CGRect)constrainFrameToScreen:(struct CGRect)fp8;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (void)dealloc;
+- (void)addEventMonitor:(id)fp8;
+- (void)removeEventActivityMonitor:(id)fp8;
+- (int)pendingMouseUpCount;
+- (void)_postWillSendEvent:(struct __GSEvent *)fp8;
+- (void)sendEvent:(id)fp8;
+- (void)sendGSEvent:(struct __GSEvent *)fp8;
+
+@end
+