@class NSObject; @protocol OS_dispatch_queue; @interface CMGestureManagerInternal : NSObject { int fPriority; void *fLocationdConnection; id /* block */ fGestureHandler; NSObject *fPrivateQueue; } - (id)initWithPriority:(int)a0; - (void)dealloc; - (void)stopGestureUpdatesPrivate; - (void)startGestureUpdatesWithHandlerPrivate:(id /* block */)a0; @end