luxlabs header browser preview


@class NSArray, NSMutableDictionary;

@interface NCNotificationInlineFeaturedSectionList : NCNotificationStructuredSectionList {
    NSArray *_featuredNotificationContentProviders;
    NSMutableDictionary *_richContentProviders;
}

@property (retain, nonatomic) NSArray *featuredNotificationContentProviders;

- (double)footerViewHeightForNotificationList:(id)a0 withWidth:(double)a1;
- (void)updateContent;
- (BOOL)shouldNotificationGroupListPanHorizontally:(id)a0;
- (void)notificationListComponent:(id)a0 requestsExecuteAction:(id)a1 forNotificationRequest:(id)a2 requestAuthentication:(BOOL)a3 withParameters:(id)a4 completion:(id /* block */)a5;
- (id)headerViewForNotificationList:(id)a0;
- (double)headerViewHeightForNotificationList:(id)a0 withWidth:(double)a1;
- (BOOL)isRichNotificationContentViewForNotificationGroupList:(id)a0;
- (void).cxx_destruct;
- (id)notificationGroupList:(id)a0 requestsContentProviderForNotificationRequest:(id)a1;
- (BOOL)_shouldHideNotificationGroupList:(id)a0;
- (BOOL)_shouldHideNotificationRequest:(id)a0;
- (id)footerViewForNotificationList:(id)a0;
- (void)_configureSectionListView:(id)a0;

@end