// // AppDelegate+SPSBPushNotification.h // 我的社保 // // Created by shanp on 2021/4/26. // #import "AppDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface AppDelegate (SPSBPushNotification) - (void)handlePushWithOptions:(NSDictionary *)launchOptions; - (void)registerAccount; @end NS_ASSUME_NONNULL_END