+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+@class NSMutableSet;
+
+@interface UIEvent : NSObject
+{
+ void *_event;
+ double _timestamp;
+ NSMutableSet *_touches;
+ struct __CFDictionary *_keyedTouches;
+}
+
+- (id)_init;
+- (id)_initWithTouches:(id)fp8 keyedTouches:(struct __CFDictionary *)fp12;
+- (id)_initWithEvent:(struct __GSEvent *)fp8 touches:(id)fp12;
+- (void)_setGSEvent:(struct __GSEvent *)fp8;
+- (void)dealloc;
+- (id)allTouches;
+- (id)_allTouches;
+- (id)touchesForWindow:(id)fp8;
+- (id)touchesForView:(id)fp8;
+- (void)_addTouch:(id)fp8;
+- (void)_removeTouch:(id)fp8;
+- (id)_touchesForKey:(id)fp8;
+- (void)_removeTouchesForKey:(id)fp8;
+- (void)_clearTouches;
+- (id)_touchesForView:(id)fp8 withPhase:(int)fp12;
+- (id)_windows;
+- (id)_viewsForWindow:(id)fp8;
+- (id)_firstTouchForView:(id)fp8;
+- (void)_moveTouchesFromView:(id)fp8 toView:(id)fp12;
+- (id)_cloneEvent;
+- (struct __GSEvent *)_gsEvent;
+- (id)description;
+- (double)timestamp;
+
+@end
+