AppDelegate+SPSBPushNotification.h 313 B

1234567891011121314151617181920
  1. //
  2. // AppDelegate+SPSBPushNotification.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/26.
  6. //
  7. #import "AppDelegate.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface AppDelegate (SPSBPushNotification)
  10. - (void)handlePushWithOptions:(NSDictionary *)launchOptions;
  11. - (void)registerAccount;
  12. @end
  13. NS_ASSUME_NONNULL_END