luxlabs header browser preview


@class NSString, NSMutableDictionary, PEValuesCalculator, PICompositionController, NSMutableArray, PUAdjustmentInfo;
@protocol PUCropPerspectiveAdjustmentsDataSourceDelegate;

@interface PUCropPerspectiveAdjustmentsDataSource : NSObject <PUAdjustmentsViewDataSource> {
    long long _orientation;
    PUAdjustmentInfo *_straightenAngleInfo;
    PUAdjustmentInfo *_pitchAngleInfo;
    PUAdjustmentInfo *_yawAngleInfo;
    NSMutableDictionary *_valueScaleForKey;
}

@property (retain, nonatomic) NSMutableArray *adjustmentInfoSections;
@property (retain, nonatomic) PICompositionController *compositionController;
@property (retain, nonatomic) PEValuesCalculator *valuesCalculator;
@property (copy, nonatomic) NSString *lastAdjustmentLocalizedName;
@property (weak, nonatomic) id<PUCropPerspectiveAdjustmentsDataSourceDelegate> delegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void)setOrientation:(long long)a0;
- (id)renderer;
- (long long)numberOfItemsInSection:(long long)a0;
- (long long)numberOfSections;
- (void).cxx_destruct;
- (BOOL)canModifyAdjustmentAtIndexPath:(id)a0;
- (void)_createAdjustmentInfos;
- (void)_enableNonAutoAjustments:(BOOL)a0;
- (id)_geometryAdjustmentInfos;
- (void)_modifyAdjustmentForInfo:(id)a0;
- (id)_newAdjustmentInfoWithAdjustmentKey:(id)a0 settingKey:(id)a1 attributeKey:(id)a2;
- (id)_newAdjustmentInfoWithIdentifier:(id)a0 adjustmentKey:(id)a1 settingKey:(id)a2 attributeKey:(id)a3;
- (void)_setDefaultsForInfo:(id)a0;
- (void)_updateAdjustmentInfos;
- (void)beginInteractiveChange;
- (void)compositionControllerDidChange;
- (void)endInteractiveChange;
- (id)infoForItemAtIndexPath:(id)a0;
- (void)modifyValue:(double)a0 atIndexPath:(id)a1;
- (void)resetInfoAtIndexPath:(id)a0;
- (void)setAdjustmentEnabled:(BOOL)a0 atIndexPath:(id)a1 completionHandler:(id /* block */)a2;
- (void)setupWithCompositionController:(id)a0 valuesCalculator:(id)a1;

@end