luxlabs header browser preview


@class NSObject;
@protocol OS_dispatch_queue;

@interface CMGestureManagerInternal : NSObject {
    int fPriority;
    void *fLocationdConnection;
    id /* block */ fGestureHandler;
    NSObject<OS_dispatch_queue> *fPrivateQueue;
}

- (id)initWithPriority:(int)a0;
- (void)dealloc;
- (void)stopGestureUpdatesPrivate;
- (void)startGestureUpdatesWithHandlerPrivate:(id /* block */)a0;

@end