AppDelegate+notification.h 324 B

12345678910111213141516171819
  1. //
  2. // AppDelegate+notification.h
  3. // Overseas Watch
  4. //
  5. // Created by 刘振兴 on 2023/11/28.
  6. // Copyright © 2023 BaH Cy. All rights reserved.
  7. //
  8. #import "AppDelegate.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface AppDelegate (notification)
  11. - (void)initNotification:(UIApplication *)application;
  12. @end
  13. NS_ASSUME_NONNULL_END