AppDelegate+SPSBHandleData.h 398 B

1234567891011121314151617181920212223242526
  1. //
  2. // AppDelegate+SPSBHandleData.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/21.
  6. //
  7. #import "AppDelegate.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface AppDelegate (SPSBHandleData)
  10. - (void)versionCompatibility;
  11. - (void)createSQL;
  12. - (void)handleCache;
  13. - (void)getADSwitch;
  14. - (void)getProfile;
  15. - (void)updateDevice;
  16. - (void)checkPriceDifferencePaymentNotPayOrders;
  17. @end
  18. NS_ASSUME_NONNULL_END