@class NUCrossFadeTitleView, NUFadeViewAnimator, NUSlideViewAnimator, NUAnimationQueue, NSObject; @protocol NUTitleViewStyler, NUTitleViewDelegate, OS_dispatch_semaphore; @interface NUTitleView : UIView @property (retain, nonatomic) NUCrossFadeTitleView *titleView; @property (retain, nonatomic) NUCrossFadeTitleView *incomingTitleView; @property (readonly, nonatomic) NUSlideViewAnimator *slideAnimator; @property (readonly, nonatomic) NUFadeViewAnimator *fadeAnimator; @property (readonly, nonatomic) NUAnimationQueue *animationQueue; @property (retain, nonatomic) NSObject *lingerSemaphore; @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } lastLayoutBounds; @property (retain, nonatomic) id styler; @property (weak, nonatomic) id delegate; - (id)initWithStyler:(id)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)createMaskingLayerForTranslation; - (void)titleViewHandleTapGesture; - (void)applyTitleViewUpdate:(id)a0 animation:(unsigned long long)a1; - (void)finishDisplayingTitleViewUpdate:(id)a0 finished:(id /* block */)a1; - (void).cxx_destruct; - (void)relayoutWithAnimation:(BOOL)a0; - (void)layoutSubviews; - (id)initWithCoder:(id)a0; @end