luxlabs header browser preview


@interface HealthExperienceUI.PluginNotificationRouter : NSObject <UNUserNotificationCenterDelegate> {
    void /* unknown type, empty encoding */ pluginProviding;
}

- (void)userNotificationCenter:(id)a0 willPresentNotification:(id)a1 withCompletionHandler:(id /* block */)a2;
- (void)userNotificationCenter:(id)a0 didReceiveNotificationResponse:(id)a1 withCompletionHandler:(id /* block */)a2;
- (void)userNotificationCenter:(id)a0 openSettingsForNotification:(id)a1;
- (id)init;
- (void).cxx_destruct;

@end