12345678910111213141516171819 |
- //
- // AppDelegate+notification.h
- // Overseas Watch
- //
- // Created by 刘振兴 on 2023/11/28.
- // Copyright © 2023 BaH Cy. All rights reserved.
- //
- #import "AppDelegate.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface AppDelegate (notification)
- - (void)initNotification:(UIApplication *)application;
- @end
- NS_ASSUME_NONNULL_END
|