@class _UIFeedback; @protocol _UIFeedbackContinuousPlayable; @interface _UIModulationFeedbackGeneratorConfiguration : _UIFeedbackGeneratorConfiguration @property (retain, nonatomic) _UIFeedback<_UIFeedbackContinuousPlayable> *feedback; @property (copy, nonatomic) id /* block */ feedbackUpdateBlock; + (id)defaultConfiguration; + (id)sliderConfiguration; - (id)feedbackKeyPaths; - (void).cxx_destruct; - (long long)requiredSupportLevel; - (id)copyWithZone:(struct _NSZone { } *)a0; @end