@class CPUITitleView, UIStackView, CPUIModernButton, NSString, UILabel, _CPUIAlbumContainer; @interface CPUISongDetailsView : UIView @property (retain, nonatomic) UIStackView *stackView; @property (retain, nonatomic) _CPUIAlbumContainer *albumContainer; @property (nonatomic) unsigned long long fontStyle; @property (readonly, nonatomic) CPUITitleView *titleView; @property (retain, nonatomic) UILabel *artistLabel; @property (readonly, nonatomic) CPUIModernButton *albumArtistLabelButton; @property (retain, nonatomic) NSString *trackTitle; @property (retain, nonatomic) NSString *albumTitle; @property (retain, nonatomic) NSString *artistName; @property (nonatomic) struct CGSize { double width; double height; } maximumTitleViewSize; + (double)maximumHeightForTrackInfoFontStyle:(unsigned long long)a0; + (double)minimumHeightForTrackInfoFontStyle:(unsigned long long)a0; - (struct CGSize { double x0; double x1; })intrinsicContentSize; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)_attributedTitle; - (void)_updateFont; - (void).cxx_destruct; - (void)didUpdateFocusInContext:(id)a0 withAnimationCoordinator:(id)a1; - (void)_updateNumberOfLines; @end