luxlabs header browser preview


@class MUPullQuoteView, UITapGestureRecognizer, MUCuratedCollectionSummaryView;
@protocol MUPlaceCollectionPullQuoteViewModel, MUPlaceCollectionPullQuotePlatterViewDelegate;

@interface MUPlaceCollectionPullQuotePlatterView : UIView {
    MUCuratedCollectionSummaryView *_collectionSummaryView;
    MUPullQuoteView *_pullQuoteView;
    UITapGestureRecognizer *_tapGestureRecognizer;
}

@property (weak, nonatomic) id<MUPlaceCollectionPullQuotePlatterViewDelegate> delegate;
@property (retain, nonatomic) id<MUPlaceCollectionPullQuoteViewModel> viewModel;

- (void)_setupConstraints;
- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (void)_contentSizeDidChange;
- (void)_setupSubviews;
- (void)_updateAppearance;
- (void)_didSelectCollection;

@end