@class NSDate, NSString, NSArray, UIView, BSUIFontProvider, NSStringDrawingContext, MTVisualStylingProvider, NSTimeZone, NCNotificationSummaryContentView, UILabel; @protocol NCDigestFeaturedNotificationsContainerDisplaying, NCNotificationSummaryContentProviding, BSUIDateLabel; @interface NCDigestSummaryView : UIView { UILabel *_timeStampLabel; UILabel *_headingLabel; UILabel *_subheadingLabel; UILabel *_countLabel; UIView *_countBackgroundView; BSUIFontProvider *_fontProvider; MTVisualStylingProvider *_strokeVisualStylingProvider; UIView *_featuredNotificationsContainerView; NCNotificationSummaryContentView *_communicationsSummaryContentView; NCNotificationSummaryContentView *_appsSummaryContentView; NSStringDrawingContext *_drawingContext; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (copy, nonatomic) NSDate *date; @property (copy, nonatomic) NSTimeZone *timeZone; @property (nonatomic) long long dateFormatStyle; @property (copy, nonatomic) NSString *heading; @property (copy, nonatomic) NSString *subheading; @property (nonatomic) unsigned long long count; @property (nonatomic) BOOL presentFeaturedNotificationsInline; @property (retain, nonatomic) NSArray *featuredNotificationContentProviders; @property (retain, nonatomic) id communicationsSummaryContentProvider; @property (retain, nonatomic) id appsSummaryContentProvider; @property (retain, nonatomic) UIView *clearControlView; @property (readonly, copy, nonatomic) NSArray *requiredVisualStyleCategories; @property (copy, nonatomic) NSString *preferredContentSizeCategory; @property (nonatomic) BOOL adjustsFontForContentSizeCategory; @property (copy, nonatomic) NSString *materialGroupNameBase; + (id)_preferredFont:(BOOL)a0 textStyle:(id)a1 weight:(double)a2 additionalTraits:(unsigned int)a3; - (void)_visualStylingProviderDidChange:(id)a0 forCategory:(long long)a1 outgoingProvider:(id)a2; - (id)_fontProvider; - (void)_updateVisualStylingOfView:(id)a0 style:(long long)a1 visualStylingProvider:(id)a2 outgoingProvider:(id)a3; - (BOOL)adjustForContentSizeCategoryChange; - (void)setVisualStylingProvider:(id)a0 forCategory:(long long)a1; - (void)_setFontProvider:(id)a0; - (void)updateContent; - (id)visualStylingProviderForCategory:(long long)a0; - (void)_updateTextAttributes; - (void).cxx_destruct; - (void)dateLabelDidChange:(id)a0; - (void)layoutSubviews; - (void)_updateTextAttributesForDateLabel; - (void)didMoveToWindow; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (void)_configureSummaryContentView:(id)a0 withSummaryContentProvider:(id)a1; - (void)_configureTimeStampLabel; - (void)_configureTimeStampLabelIfNecessary; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_layoutBoundsForTitleLabelInBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)_newSummaryContentViewForSummaryContentProvider:(id)a0; - (unsigned long long)_numberOfLinesForHeadingLabelInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (unsigned long long)_numberOfLinesForSubheadingLabelInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)_recycleTimeStampLabel; - (void)_tearDownTimeStampLabel; - (id)_timeStampLabelFont; - (id)_timeStampLabelPreferredFont; - (void)_updateTextAttributesForCountLabel; - (void)_updateTextAttributesForHeadingLabel; - (void)_updateTextAttributesForSubheadingLabel; - (void)_updateVisualStylingProvidersForViewIfNecessary:(id)a0; @end