@class PXUISnappingController, NSString, PUAdjustmentsViewFlowLayout, PUSelectionFeedbackGenerator, UIImage, PUPhotoEditAutoAdjustmentCell, CEKSlider, UICollectionView, PUAdjustmentInfo, NSIndexPath; @protocol PUAdjustmentViewControllerDelegate, PUAdjustmentsViewDataSource; @interface PUAdjustmentsViewController : UIViewController { struct CGPoint { double x; double y; } _lastOffset; double _previousTimeStamp; UIImage *_selectedItemBackgroundImage; UIImage *_itemBackgroundImage; long long _sliderScrubbingLevel; PUPhotoEditAutoAdjustmentCell *_autoEnhanceCell; PXUISnappingController *_snappingController; BOOL _isUserModified; } @property (retain, nonatomic) UICollectionView *collectionView; @property (retain, nonatomic) PUAdjustmentsViewFlowLayout *collectionViewLayout; @property (retain, nonatomic) CEKSlider *slider; @property (retain, nonatomic) NSIndexPath *selectedIndexPath; @property (nonatomic) struct CGSize { double width; double height; } controlSize; @property (nonatomic) BOOL updatingControls; @property (nonatomic) BOOL isAnimatingScroll; @property (retain, nonatomic) PUSelectionFeedbackGenerator *selectionFeedbackGenerator; @property (nonatomic) BOOL didPerformHapticFeedback; @property (weak, nonatomic) id dataSource; @property (weak, nonatomic) id delegate; @property (nonatomic) long long layoutDirection; @property (nonatomic) BOOL shouldDisplayControlValues; @property (nonatomic) BOOL shouldDisplayMappedValues; @property (readonly, nonatomic) PUAdjustmentInfo *selectedAdjustmentInfo; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)scrollViewDidEndDecelerating:(id)a0; - (void)collectionView:(id)a0 didSelectItemAtIndexPath:(id)a1; - (void)sliderValueChanged:(id)a0; - (void)viewDidLayoutSubviews; - (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })collectionView:(id)a0 layout:(id)a1 insetForSectionAtIndex:(long long)a2; - (void)viewDidLoad; - (void)scrollViewDidEndDragging:(id)a0 willDecelerate:(BOOL)a1; - (void)scrollViewDidEndScrollingAnimation:(id)a0; - (void)collectionView:(id)a0 willDisplayCell:(id)a1 forItemAtIndexPath:(id)a2; - (BOOL)collectionView:(id)a0 canFocusItemAtIndexPath:(id)a1; - (id)initWithNibName:(id)a0 bundle:(id)a1; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (long long)collectionView:(id)a0 numberOfItemsInSection:(long long)a1; - (long long)numberOfSectionsInCollectionView:(id)a0; - (void)viewWillTransitionToSize:(struct CGSize { double x0; double x1; })a0 withTransitionCoordinator:(id)a1; - (void)scrollViewDidScroll:(id)a0; - (id)collectionView:(id)a0 cellForItemAtIndexPath:(id)a1; - (void)scrollViewWillBeginDragging:(id)a0; - (id)_backgroundImageForItemAtIndexPath:(id)a0; - (id)_circularImageWithSize:(struct CGSize { double x0; double x1; })a0 color:(id)a1; - (void)_performFeedbackIfNeeded; - (void)_resetControlsAtIndexPath:(id)a0; - (void)_setupCellBackgroundImagesIfNeeded; - (void)_sliderDidEndScrolling; - (void)_updateCell:(id)a0 withInfo:(id)a1; - (void)_updateCollectionViewLayoutDirection:(long long)a0; - (void)_updateSelectedInfo; - (void)_updateSliderForControlAtIndexPath:(id)a0; - (void)_updateViewLayout; - (BOOL)canToggleCell:(id)a0; - (void)decreaseAdjustmentValue:(BOOL)a0; - (void)didToggleCell:(id)a0; - (void)increaseAdjustmentValue:(BOOL)a0; - (void)ppt_selectNextAdjustment; - (double)ppt_sliderValueIncrement; - (double)ppt_sliderVisibleScaleValue; - (void)resetControls; - (void)slider:(id)a0 willUpdateValue:(double *)a1 withVelocity:(double)a2; - (void)sliderDidEndScrolling:(id)a0; - (void)sliderWillBeginScrolling:(id)a0; - (void)sliderWillEndScrolling:(id)a0 withVelocity:(struct CGPoint { double x0; double x1; })a1 targetContentOffset:(inout struct CGPoint { double x0; double x1; } *)a2; - (void)toggleAutoEnhance; - (void)updateControls; @end