luxlabs header browser preview


@class NSString, NSMutableArray, UIView;

@interface _UIPanelCoordinatingAnimator : UIViewPropertyAnimator <UIViewControllerTransitionCoordinator, UIViewControllerTransitionCoordinatorContext> {
    BOOL _wasCancelled;
    BOOL _isInStartAnimation;
    NSMutableArray *_clientCompletions;
    NSMutableArray *_lateAnimations;
}

@property (weak, nonatomic) UIView *containerView;
@property (readonly, nonatomic, getter=isAnimated) BOOL animated;
@property (readonly, nonatomic) long long presentationStyle;
@property (readonly, nonatomic) BOOL initiallyInteractive;
@property (readonly, nonatomic) BOOL isInterruptible;
@property (readonly, nonatomic, getter=isInteractive) BOOL interactive;
@property (readonly, nonatomic, getter=isCancelled) BOOL cancelled;
@property (readonly, nonatomic) double transitionDuration;
@property (readonly, nonatomic) double percentComplete;
@property (readonly, nonatomic) double completionVelocity;
@property (readonly, nonatomic) long long completionCurve;
@property (readonly, nonatomic) struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; } targetTransform;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)viewForKey:(id)a0;
- (BOOL)animateAlongsideTransitionInView:(id)a0 animation:(id /* block */)a1 completion:(id /* block */)a2;
- (void)_runCompletions:(long long)a0 finished:(BOOL)a1;
- (void)_sendPanelCoordinationCompletions;
- (id)viewControllerForKey:(id)a0;
- (BOOL)animateAlongsideTransition:(id /* block */)a0 completion:(id /* block */)a1;
- (void)notifyWhenInteractionEndsUsingBlock:(id /* block */)a0;
- (void)stopAnimation:(BOOL)a0;
- (void)startAnimation;
- (void)notifyWhenInteractionChangesUsingBlock:(id /* block */)a0;
- (void).cxx_destruct;

@end