@class UNUserNotificationCenter, NSString, NSBundle, NSObject; @protocol OS_dispatch_queue; @interface PowerUILPMNotifier : NSObject { NSObject *_firstUseQueue; UNUserNotificationCenter *_userNotificationCenter; NSBundle *_bundle; int _bsmToken; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; - (void)userNotificationCenter:(id)a0 didReceiveNotificationResponse:(id)a1 withCompletionHandler:(id /* block */)a2; - (id)init; - (id)autoDisabledNotificationRequest; - (void)displayFirstUseNotification; - (void)removeAutoDisabledNotification; - (void).cxx_destruct; - (void)displayAutoDisabledNotification; @end