- //
- // NotificationMacro.h
- //
- // Created by Simon on 2019/3/22.
- // Copyright © 2019 Simon. All rights reserved.
- //
- #ifndef NotificationMacro_h
- #define NotificationMacro_h
- #define NetStatusChange @"NetStatusChange" // 网络状态改变的
- #define TOKEN @"TOKEN" // token
- #define AMAPLOCAREGEO @"AMAPLOCAREGEO" // 高德地图当前定位点
- #endif /* NotificationMacro_h */
|