luxlabs header browser preview


@class UNUserNotificationCenter, NSMutableDictionary, NSString, NSMutableSet;

@interface WFUserNotificationManager : NSObject <UNUserNotificationCenterDelegate>

@property (retain, nonatomic) NSMutableSet *categories;
@property (retain, nonatomic) NSMutableDictionary *observers;
@property (readonly, nonatomic) UNUserNotificationCenter *notificationCenter;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)userNotificationCenter:(id)a0 didReceiveNotificationResponse:(id)a1 withCompletionHandler:(id /* block */)a2;
- (id)init;
- (void)removeNotificationsWithIdentifiers:(id)a0;
- (void)removeObserver:(id)a0;
- (void).cxx_destruct;
- (id)categoryIdentifiers;
- (void)addObserver:(id)a0 forCategory:(id)a1;
- (void)registerCategoriesIfNecessary:(id)a0;
- (void)removeStaleNotificationsWithCompletion:(id /* block */)a0;

@end