// // HBCommonKeys.h // QinJiuTV // // Created by 秦九 on 2024/4/30. // #import /// 网络请求地址 extern NSString *const HBBaseUrlString; /// 保存设备唯一值key extern NSString *const HBIdentifierForVendorKey; /// 用来保存用户是不是主动登录成功了,可以用来判断是否登录 extern NSString *const HBCustomerLoginSuccessKey; /// 保存网络请求的Token extern NSString *const HBNetWorkingTokenKey; /// 保存网络请求的Token extern NSString *const HBCustomerIdKey; /// 搜索历史key extern NSString *const HBSearchHistoryKey; /// 播放界面离开 通知播放器暂停 extern NSString *const HBPlayerPuaseKey; /// 推送详情使用 extern NSString *const HBNotificationOpenActionIdentifier; extern NSString *const HBNotificationOpenCategoryIdentifier; /// 第一次启动存储 extern NSString *const HBNotFirstStartKey; /// 通知 FOUNDATION_EXPORT NSNotificationName _Nonnull const HBUpdateUserInfoNotification;