123456789101112131415161718192021 |
- //
- // SharePredefine.h
- // WildFireChat
- //
- // Created by Tom Lee on 2020/10/7.
- // Copyright © 2020 WildFireChat. All rights reserved.
- //
- #ifndef SharePredefine_h
- #define SharePredefine_h
- //此处id要与开发者中心创建时一致
- #define WFC_SHARE_APP_GROUP_ID @"group.cn.wildfirechat.messanger"
- #define WFC_SHARE_BACKUPED_CONVERSATION_LIST @"wfc_share_conversation_list"
- #define WFC_SHARE_APPSERVICE_AUTH_TOKEN @"wfc_share_appservice_auth_token"
- #define WFC_SHARE_BACKUPED_GROUP_GRID_PORTRAIT_PATH @"group_grid_portrait"
- #endif /* SharePredefine_h */
|