luxlabs header browser preview


@class UIStackView, NSString, PKDrawingPaletteInputAssistantContainerView, PKPaletteColorPickerView, PKPaletteInputAssistantViewController;
@protocol PKPalettePopoverPresenting, PKPaletteColorPickerContainerViewDelegate, PKDrawingPaletteViewStateSubject;

@interface PKPaletteColorPickerContainerView : UIView <UIPopoverPresentationControllerDelegate, PKPalettePopoverDismissing>

@property (retain, nonatomic) UIStackView *stackView;
@property (retain, nonatomic) PKDrawingPaletteInputAssistantContainerView *inputAssistantContainerView;
@property (retain, nonatomic) PKPaletteInputAssistantViewController *inputAssistantViewController;
@property (weak, nonatomic) id<PKPaletteColorPickerContainerViewDelegate> delegate;
@property (weak, nonatomic) id<PKDrawingPaletteViewStateSubject> paletteViewState;
@property (readonly, nonatomic) PKPaletteColorPickerView *colorPickerView;
@property (weak, nonatomic) id<PKPalettePopoverPresenting> palettePopoverPresenting;
@property (nonatomic) BOOL shouldShowInputAssistantView;
@property (nonatomic) long long layoutAxis;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (long long)adaptivePresentationStyleForPresentationController:(id)a0;
- (void)traitCollectionDidChange:(id)a0;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (long long)adaptivePresentationStyleForPresentationController:(id)a0 traitCollection:(id)a1;
- (void)_updateUI;
- (void)_dismissViewController:(id)a0 withCompletion:(id /* block */)a1;
- (void)_handleUCBButtonPressed;
- (void)_installInputAssistantViewContainer;
- (BOOL)_isInputAssistantViewControllerPresented;
- (void)_showInputAssistantPopover;
- (void)dismissPalettePopoverWithCompletion:(id /* block */)a0;

@end