@class _UIDatePickerMode, UILabel; @interface UIDatePickerContentView : UIView { struct { unsigned char isAmPm : 1; unsigned char useDigitFont : 1; } _datePickerContentViewFlags; } @property (retain, nonatomic) _UIDatePickerMode *mode; @property (readonly, nonatomic) UILabel *titleLabel; @property (nonatomic) double titleLabelMaxX; @property (nonatomic) BOOL isAmPm; @property (nonatomic) BOOL useDigitFont; @property (nonatomic) long long titleAlignment; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)initWithMode:(id)a0; - (void).cxx_destruct; - (BOOL)_canBeReusedInPickerView; - (void)layoutSubviews; @end