@class UIStackView, NSString, PKPaletteButton, NSLayoutConstraint; @protocol PKPaletteUndoRedoViewDelegate; @interface PKPaletteUndoRedoView : UIView @property (retain, nonatomic) UIStackView *stackView; @property (retain, nonatomic) PKPaletteButton *undoButton; @property (retain, nonatomic) PKPaletteButton *redoButton; @property (retain, nonatomic) NSLayoutConstraint *undoButtonWidthConstraint; @property (retain, nonatomic) NSLayoutConstraint *undoButtonHeightConstraint; @property (retain, nonatomic) NSLayoutConstraint *redoButtonWidthConstraint; @property (retain, nonatomic) NSLayoutConstraint *redoButtonHeightConstraint; @property (weak, nonatomic) id delegate; @property (nonatomic, getter=isUndoEnabled) BOOL undoEnabled; @property (nonatomic, getter=isRedoEnabled) BOOL redoEnabled; @property (nonatomic) double interItemSpacing; @property (nonatomic) unsigned long long edgeLocation; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) double scalingFactor; - (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; - (struct CGSize { double x0; double x1; })_buttonSize; - (void).cxx_destruct; - (void)_updateUI; - (void)updateUI; - (void)_installRedoButton; - (void)_installStackView; - (void)_installUndoButton; - (void)handleRedo:(id)a0; - (void)handleUndo:(id)a0; @end