@class NSNumber, NSObject; @protocol OS_dispatch_queue, RPMessageable; @interface RPHIDTouchSession : NSObject { NSObject *_dispatchQueue; NSNumber *_touchSessionID; } @property (nonatomic) unsigned int flags; @property (retain, nonatomic) id messenger; @property (nonatomic) struct CGSize { double width; double height; } screenSize; - (id)init; - (void)_activateWithCompletion:(id /* block */)a0; - (void)invalidate; - (void)activateWithCompletion:(id /* block */)a0; - (void)invalidateWithCompletion:(id /* block */)a0; - (void).cxx_destruct; - (void)_invalidateWithCompletion:(id /* block */)a0; - (void)sendTouchEvent:(id)a0 completion:(id /* block */)a1; @end