AppDelegate+SPSBPopup.h 306 B

123456789101112131415161718192021
  1. //
  2. // AppDelegate+SPSBPopup.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/27.
  6. //
  7. #import "AppDelegate.h"
  8. @class SPSBAppPopImageModel;
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface AppDelegate (SPSBPopup)
  11. - (void)judegePopup;
  12. - (void)judgeAdPopup:(SPSBAppPopImageModel *)data;
  13. @end
  14. NS_ASSUME_NONNULL_END