@class UIGestureRecognizerTransformAnalyzerInfo; @interface UIGestureRecognizerTransformAnalyzer : NSObject @property (readonly, nonatomic) int dominantComponent; @property (nonatomic) double translationWeight; @property (nonatomic) double pinchingWeight; @property (nonatomic) double rotationWeight; @property (readonly, nonatomic) UIGestureRecognizerTransformAnalyzerInfo *smoothedInfo; - (id)init; - (void)reset; - (id)analyzeTouches:(id)a0; - (void).cxx_destruct; @end