@class NSNumber, NSString, PIFaceObservationCache; @interface PICropAutoCalculator : NUAutoCalculator @property BOOL shouldPerformAutoCrop; @property BOOL shouldPerformAutoStraighten; @property BOOL shouldUseAutoStraightenVerticalDetector; @property (copy) NSNumber *autoStraightenVerticalAngleThreshold; @property (copy) NSNumber *autoStraightenDominantAngleDiffThreshold; @property double maxAutoStraighten; @property double minAutoStraighten; @property BOOL debugFilesEnabled; @property (copy) NSString *debugFilesPrefix; @property (nonatomic) struct { long long x0; int x1; unsigned int x2; long long x3; } time; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (retain, nonatomic) PIFaceObservationCache *faceObservationCache; + (id)updateCropAdjustment:(id)a0 after:(id)a1 error:(out id *)a2; - (void)submit:(id /* block */)a0; - (id)initWithComposition:(id)a0; - (void).cxx_destruct; - (id)imageProperties:(out id *)a0; - (BOOL)undoExifOrientation:(struct { struct { long long x0; long long x1; } x0; struct { long long x0; long long x1; } x1; } *)a0 error:(out id *)a1; @end