luxlabs header browser preview


@class UIView, NSString, NSArray, CKMessageHighlightButton, CAShapeLayer, CKLivePhotoBalloonView, UIViewController, UIVisualEffectView;

@interface CKFullScreenBalloonViewControllerPhone : CKFullScreenBalloonViewController <CKBalloonViewDelegate, CKStickerDetailViewControllerDelegate, PHLivePhotoViewDelegate, CKMessageHighlightButtonDelegate, CKAttributionViewControllerDelegate> {
    BOOL _shouldLayoutViews;
}

@property (retain, nonatomic) UIViewController *attributionViewController;
@property (retain, nonatomic) UIView *balloonView;
@property (copy, nonatomic) NSArray *interfaceActions;
@property (retain, nonatomic) CKLivePhotoBalloonView *livePhotoBalloonView;
@property (retain, nonatomic) UIVisualEffectView *replyButtonEffectView;
@property (retain, nonatomic) CAShapeLayer *replyButtonBorderLayer;
@property (retain, nonatomic) CAShapeLayer *replyButtonMaskLayer;
@property (retain, nonatomic) CAShapeLayer *tintViewMaskLayer;
@property (retain, nonatomic) UIView *replyButtonView;
@property (nonatomic) double balloonYOffsetFromTranscript;
@property (nonatomic) BOOL animationsDisabledForTesting;
@property (retain, nonatomic) CKMessageHighlightButton *highlightButton;
@property (nonatomic) BOOL hideBalloonView;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)livePhotoView:(id)a0 didEndPlaybackWithStyle:(long long)a1;
- (void)dealloc;
- (void)traitCollectionDidChange:(id)a0;
- (void)viewDidLayoutSubviews;
- (void)viewDidLoad;
- (unsigned long long)supportedInterfaceOrientations;
- (void).cxx_destruct;
- (void)viewDidDisappear:(BOOL)a0;
- (void)launchReaderViewForBalloonView:(id)a0;
- (void)playbackSpeedDidChangeForAudioMessageBalloonView:(id)a0 playbackSpeed:(double)a1;
- (BOOL)_shouldShowVotingView;
- (void)_stickerDetailViewControllerCloseButtonPressed:(id)a0;
- (void)addHighlightButtonIfNeeded;
- (void)attributionViewController:(id)a0 deleteSentSticker:(id)a1;
- (void)attributionViewController:(id)a0 downloadCustomSticker:(id)a1;
- (void)attributionViewController:(id)a0 showStickerInStore:(id)a1;
- (void)audioBalloonScrubberDidChangeValue:(double)a0;
- (void)audioBalloonScrubberWithRecognizer:(id)a0 didChangeValue:(double)a1;
- (void)balloonView:(id)a0 userDidDragOutsideBalloonWithPoint:(struct CGPoint { double x0; double x1; })a1;
- (void)balloonViewDoubleTapped:(id)a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })balloonViewFrameWithoutTransform;
- (void)balloonViewLongTouched:(id)a0;
- (void)balloonViewSelected:(id)a0 keyModifierFlags:(long long)a1 selectedText:(id)a2;
- (void)balloonViewSelected:(id)a0 withModifierFlags:(long long)a1 selectedText:(id)a2;
- (void)balloonViewShouldCopyToPasteboard:(id)a0;
- (void)balloonViewShowInlineReply:(id)a0;
- (void)balloonViewTapped:(id)a0 withModifierFlags:(long long)a1 selectedText:(id)a2;
- (void)balloonViewTextViewDidChangeSelection:(id)a0 selectedText:(id)a1 textView:(id)a2;
- (void)disableAnimationsForTesting;
- (void)dismissTapGestureRecognized:(id)a0;
- (id)initWithChatItem:(id)a0 title:(id)a1 interfaceActions:(id)a2 gradientReferenceView:(id)a3 isGroupConversation:(BOOL)a4 pluginBalloonSnapshot:(id)a5 delegate:(id)a6;
- (void)interactionStartedFromPreviewItemControllerInBalloonView:(id)a0;
- (void)interactionStartedWithPluginBalloonView:(id)a0;
- (void)interactionStoppedFromPreviewItemControllerInBalloonView:(id)a0;
- (void)liveBalloonTouched:(id)a0;
- (void)loadLivePhotoBalloonViewIfNeeded;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })messageHightlightButtonBalloonViewFrame:(id)a0;
- (void)messageHightlightButtonDidFinishAnimating:(id)a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })messageHightlightButtonReplyButtonFrame:(id)a0;
- (char)messageHightlightButtonTranscriptOrientation:(id)a0;
- (void)messageHightlightButtonWasClicked:(id)a0;
- (void)performClosingAnimationsAnimated:(BOOL)a0 withSendAnimation:(BOOL)a1 withCompletion:(id /* block */)a2;
- (void)performInitialAnimations;
- (void)presentStickerDetailControllerWithStickers:(id)a0;
- (void)reloadLayoutForBalloonView:(id)a0;
- (double)replyButtonHeightFromBalloon;
- (double)replyButtonVerticalOffset;
- (void)setupReplyButton;
- (void)stickerDetailViewController:(id)a0 deletedStickerWithTransferGUID:(id)a1;
- (void)stickerDetailViewController:(id)a0 selectedStickerPackWithAdamID:(id)a1;
- (void)updateReplyButtonColor;
- (void)updateReplyButtonSizeAndLocation:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 layoutRelativeToHighlightButton:(BOOL)a1;

@end