luxlabs header browser preview


@class NSString, UIPress, UIPressesEvent;

@interface UIGestureDelayedPress : NSObject <NSCopying, _UIGestureDelaying> {
    long long _delayCount;
    BOOL _cloneForSecondDelivery;
    UIPress *_press;
    UIPress *_stateWhenDelayed;
    UIPress *_stateWhenDelivered;
    UIPressesEvent *_event;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (long long)phaseForDelivery;
- (void).cxx_destruct;
- (double)timestampForDelivery;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end