luxlabs header browser preview


@interface NCMutingRemoteSuggestionContentProvider : NCRemoteSuggestionContentProvider {
    unsigned long long _scope;
}

- (id)auxiliaryOptionActions;
- (void)handleAcceptAction:(id)a0;
- (void)handleRejectAction:(id)a0;
- (id)initWithNotificationRequest:(id)a0 bundleDisplayName:(id)a1 managementDelegate:(id)a2 suggestionDelegate:(id)a3 uuid:(id)a4 scope:(unsigned long long)a5;
- (void)logSuggestionEvent:(long long)a0;

@end