@class NSString, _UIContentViewImageViewConfiguration, _UIContentViewLabelConfiguration; @interface _UIValueCellContentViewConfiguration : NSObject <_UIContentViewConfiguration, NSSecureCoding> { struct { unsigned char hasCustomizedAxesPreservingSuperviewLayoutMargins : 1; unsigned char hasCustomizedDirectionalLayoutMargins : 1; unsigned char hasCustomizedImageToTextPadding : 1; unsigned char hasCustomizedTextToValuePadding : 1; } _configurationFlags; unsigned long long _axesPreservingSuperviewLayoutMargins; double _imageToTextPadding; long long _defaultStyle; struct UIOffset { double horizontal; double vertical; } _textToValuePadding; struct NSDirectionalEdgeInsets { double top; double leading; double bottom; double trailing; } _directionalLayoutMargins; } @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) _UIContentViewImageViewConfiguration *imageView; @property (readonly, nonatomic) _UIContentViewLabelConfiguration *textLabel; @property (readonly, nonatomic) _UIContentViewLabelConfiguration *valueLabel; @property (nonatomic) unsigned long long axesPreservingSuperviewLayoutMargins; @property (nonatomic) struct NSDirectionalEdgeInsets { double x0; double x1; double x2; double x3; } directionalLayoutMargins; @property (nonatomic) double imageToTextPadding; @property (nonatomic) struct UIOffset { double x0; double x1; } textToValuePadding; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)defaultConfiguration; + (id)defaultListCellConfigurationForState:(unsigned long long)a0; + (id)defaultOutlineCellConfigurationForState:(unsigned long long)a0; + (id)listCellConfiguration; + (id)outlineCellConfiguration; - (id)updatedConfigurationForState:(unsigned long long)a0; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)applyToContentView:(id)a0; - (id)createContentView; - (id)updatedConfigurationForState:(unsigned long long)a0 traitCollection:(id)a1; @end