在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 星际通讯IPCommiOS-v1.0

星际通讯IPCommiOS-v1.0

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:45.31M
  • 下载次数:4
  • 浏览次数:90
  • 发布时间:2022-12-17
  • 实例类别:一般编程问题
  • 发 布 人:professorlearn
  • 文件格式:.zip
  • 所需积分:10
 相关标签: 通讯

实例介绍


【实例简介】星际通讯IPCommiOS-v1.0

星际通讯是基于区块链的价值共享互联网即时通讯应用平台,是一个去中心化的任何人都可以使用的通讯网络,是一款基于区块链的价值共享互联网即时通讯APP。星际通讯系统为人与设备、人与人、人与服务、服务与设备等提供高效、稳定、即时的网络通讯服务。通过区块链加密存储技术帮助您管理数字资产,支持即时消息通讯、离线消息;并支持文字、图片、语音、视频、表单及自定义消息类型。 完全由原生代码实现了单聊、群聊、公众号等

【实例截图】

from clipboard

from clipboardfrom clipboardfrom clipboard

【核心代码】
.
├── IPCommiOS
│   ├── Component
│   │   ├── ACSBlueToothComps
│   │   ├── AFNetworking
│   │   ├── Charts
│   │   ├── ChatComps
│   │   ├── CloudDiskComps
│   │   ├── DBManager
│   │   ├── EShopComps
│   │   ├── HealthComps
│   │   ├── Masonry
│   │   ├── MobileManager
│   │   ├── MobileView
│   │   ├── NewsComps
│   │   ├── OSPBase
│   │   ├── PayComps
│   │   ├── SDWebImage
│   │   ├── StockMarket
│   │   ├── ThemeKit
│   │   ├── ToolsLibrary
│   │   ├── UMComps
│   │   ├── WebComps
│   │   ├── WebSystem
│   │   ├── XMLParser
│   │   ├── Zone
│   │   └── ethers
│   ├── LICENSE
│   ├── Lib
│   │   ├── Supporting Files
│   │   │   ├── BTCCore
│   │   │   │   ├── BIP39EnglishWords.plist
│   │   │   │   ├── BIP39Words.plist
│   │   │   │   ├── BreadWallet.xcdatamodeld
│   │   │   │   │   └── BreadWallet.xcdatamodel
│   │   │   │   │       └── contents
│   │   │   │   └── FixedPeers.plist
│   │   │   └── Wallet.bundle
│   │   │       ├── Assets
│   │   │       │   ├── Assets_ChainConfirmation@3x.png
│   │   │       │   ├── Assets_Coinmaking@3x.png
│   │   │       │   ├── Assets_Collectmoney@3x.png
│   │   │       │   ├── Assets_IntegralCard@3x.png
│   │   │       │   ├── Assets_Pay@3x.png
│   │   │       │   ├── Assets_Recharge@3x.png
│   │   │       │   ├── Assets_Trusteeship@3x.png
│   │   │       │   ├── Assets_addCard@3x.png
│   │   │       │   ├── Assets_addDevice@3x.png
│   │   │       │   ├── Assets_addScan@3x.png
│   │   │       │   ├── Assets_kongtou@3x.png
│   │   │       │   ├── Assets_minus@3x.png
│   │   │       │   ├── Assets_more@3x.png
│   │   │       │   ├── Assets_myDevice@3x.png
│   │   │       │   ├── Assets_plus@3x.png
│   │   │       │   ├── Assets_redpack@3x.png
│   │   │       │   ├── Assets_scan@3x.png
│   │   │       │   ├── Assets_search@3x.png
│   │   │       │   ├── Assets_security@3x.png
│   │   │       │   ├── Assets_transaction@3x.png
│   │   │       │   ├── Card
│   │   │       │   │   ├── cardFail.png
│   │   │       │   │   ├── noAssets.png
│   │   │       │   │   ├── noCard.png
│   │   │       │   │   └── noDevice.png
│   │   │       │   ├── CardPack
│   │   │       │   │   ├── AssetsCardList_add@3x.png
│   │   │       │   │   ├── AssetsCard_add@3x.png
│   │   │       │   │   ├── AssetsCard_bg@3x.png
│   │   │       │   │   ├── AssetsCard_buy@3x.png
│   │   │       │   │   ├── AssetsCard_subTxt@3x.png
│   │   │       │   │   ├── AssetsCard_txt@3x.png
│   │   │       │   │   ├── Assets_bojin@3x.png
│   │   │       │   │   ├── Assets_jinka@3x.png
│   │   │       │   │   ├── Assets_puka@3x.png
│   │   │       │   │   └── Assets_xingjika@3x.png
│   │   │       │   └── Devices
│   │   │       │       ├── Assets_AR@3x.png
│   │   │       │       ├── Assets_Bracelet@3x.png
│   │   │       │       ├── Assets_sheet@3x.png
│   │   │       │       ├── Assets_watch@3x.png
│   │   │       │       ├── addDevice@3x.png
│   │   │       │       └── buyDevice@3x.png
│   │   │       ├── BlockChain.plist
│   │   │       ├── Language
│   │   │       │   ├── en.lproj
│   │   │       │   │   └── Wallet.strings
│   │   │       │   ├── es.lproj
│   │   │       │   │   └── Wallet.strings
│   │   │       │   ├── hy.lproj
│   │   │       │   │   └── Wallet.strings
│   │   │       │   ├── id.lproj
│   │   │       │   │   └── Wallet.strings
│   │   │       │   ├── pl.lproj
│   │   │       │   │   └── Wallet.strings
│   │   │       │   ├── pt-PT.lproj
│   │   │       │   │   └── Wallet.strings
│   │   │       │   ├── ru.lproj
│   │   │       │   │   └── Wallet.strings
│   │   │       │   ├── th.lproj
│   │   │       │   │   └── Wallet.strings
│   │   │       │   └── zh-Hans.lproj
│   │   │       │       └── Wallet.strings
│   │   │       ├── StockMarket
│   │   │       │   ├── StockMarket_bottom@2x.png
│   │   │       │   ├── StockMarket_right@2x.png
│   │   │       │   └── StockMarket_top@2x.png
│   │   │       ├── addwallet_alert
│   │   │       │   ├── openwallet_changewallet.png
│   │   │       │   ├── openwallet_createwallet.png
│   │   │       │   └── openwallet_importwallet.png
│   │   │       ├── addwallet_type
│   │   │       │   ├── addwallet_chaintype_btc.png
│   │   │       │   ├── addwallet_chaintype_eos.png
│   │   │       │   └── addwallet_chaintype_eth.png
│   │   │       ├── blockchain_icon
│   │   │       │   ├── act.png
│   │   │       │   ├── act_icon.png
│   │   │       │   ├── bch.png
│   │   │       │   ├── bch_icon.png
│   │   │       │   ├── btc.png
│   │   │       │   ├── btc_icon.png
│   │   │       │   ├── btm.png
│   │   │       │   ├── btm_icon.png
│   │   │       │   ├── eos.png
│   │   │       │   ├── eos_icon.png
│   │   │       │   ├── etc.png
│   │   │       │   ├── etc_icon.png
│   │   │       │   ├── eth.png
│   │   │       │   ├── eth_icon.png
│   │   │       │   ├── gxm.png
│   │   │       │   ├── gxm_icon.png
│   │   │       │   ├── ltc.png
│   │   │       │   ├── ltc_icon.png
│   │   │       │   ├── pwr.png
│   │   │       │   ├── pwr_icon.png
│   │   │       │   ├── qtum.png
│   │   │       │   ├── qtum_icon.png
│   │   │       │   ├── xrp.png
│   │   │       │   └── xrp_icon.png
│   │   │       ├── card_package
│   │   │       │   ├── black_bg.png
│   │   │       │   ├── black_icon.png
│   │   │       │   ├── black_icon@2x.png
│   │   │       │   ├── black_icon@3x.png
│   │   │       │   ├── power_bg.png
│   │   │       │   ├── power_icon.png
│   │   │       │   ├── power_icon@2x.png
│   │   │       │   ├── power_icon@3x.png
│   │   │       │   ├── silvery_bg.png
│   │   │       │   ├── silvery_icon.png
│   │   │       │   ├── silvery_icon@2x.png
│   │   │       │   └── silvery_icon@3x.png
│   │   │       ├── choseWalletType
│   │   │       │   ├── buyWallet1.png
│   │   │       │   ├── buyWallet2.png
│   │   │       │   ├── walletTypeCold.png
│   │   │       │   ├── walletTypeHot.png
│   │   │       │   └── walletTypeQuestion.png
│   │   │       ├── droppingGround
│   │   │       │   ├── detailCover.png
│   │   │       │   ├── dropIcon.png
│   │   │       │   └── droppingMenu.png
│   │   │       ├── hdWallet
│   │   │       │   ├── bluetooth.png
│   │   │       │   ├── blutoothConnect.png
│   │   │       │   ├── blutooth_deviceConnecting.gif
│   │   │       │   ├── blutooth_deviceFail.gif
│   │   │       │   ├── blutooth_deviceSucess.gif
│   │   │       │   ├── blutooth_fail.gif
│   │   │       │   ├── blutooth_readSucess.gif
│   │   │       │   ├── blutooth_reading.gif
│   │   │       │   ├── blutooth_writing.gif
│   │   │       │   ├── deviceBattery.png
│   │   │       │   ├── deviceConnect.png
│   │   │       │   ├── deviceNoConnect.png
│   │   │       │   ├── deviceSel
│   │   │       │   │   ├── disable_sel.png
│   │   │       │   │   ├── nfc_card.png
│   │   │       │   │   ├── sel.png
│   │   │       │   │   ├── success.png
│   │   │       │   │   ├── unsel.png
│   │   │       │   │   ├── warn.png
│   │   │       │   │   └── watch.png
│   │   │       │   ├── deviceUninstall.png
│   │   │       │   ├── deviceWallet.png
│   │   │       │   ├── deviceWatch.png
│   │   │       │   ├── hd_wallet_card.gif
│   │   │       │   ├── heartRate.png
│   │   │       │   └── stepStatistics.png
│   │   │       ├── observeWallet
│   │   │       │   └── scan@2x.png
│   │   │       ├── openwallet_type
│   │   │       │   ├── openwallet_activewallet.png
│   │   │       │   ├── openwallet_coldwallet.png
│   │   │       │   └── openwallet_seewallet.png
│   │   │       ├── recharge
│   │   │       │   ├── close.png
│   │   │       │   ├── right_arrow.png
│   │   │       │   ├── weixin.png
│   │   │       │   └── zhifubao.png
│   │   │       ├── wallet_changeInfo
│   │   │       │   ├── icon_avatar.png
│   │   │       │   └── icon_name.png
│   │   │       ├── wallet_defaultIcon
│   │   │       │   ├── openwallet_defaultavatar.png
│   │   │       │   └── openwallet_defaultavatar1.png
│   │   │       └── wallet_trade
│   │   │           ├── select.png
│   │   │           ├── share@2x.png
│   │   │           ├── transfer_fail.png
│   │   │           └── transfer_success.png
│   │   ├── h
│   │   │   ├── BTCCore
│   │   │   │   ├── BRAddressEntity.h
│   │   │   │   ├── BRBIP32Sequence.h
│   │   │   │   ├── BRBIP39Mnemonic.h
│   │   │   │   ├── BRKey BIP38.h
│   │   │   │   ├── BRKey.h
│   │   │   │   ├── BRKeySequence.h
│   │   │   │   ├── BRMnemonic.h
│   │   │   │   ├── BRPaymentProtocol.h
│   │   │   │   ├── BRPaymentRequest.h
│   │   │   │   ├── BRPeer.h
│   │   │   │   ├── BRPeerManager.h
│   │   │   │   ├── BRTransaction.h
│   │   │   │   ├── BRTransactionEntity.h
│   │   │   │   ├── BRWallet.h
│   │   │   │   ├── BRWalletManager.h
│   │   │   │   ├── BTCCore.pch
│   │   │   │   ├── NSData Hash.h
│   │   │   │   ├── NSManagedObject Sugar.h
│   │   │   │   ├── NSMutableData Bitcoin.h
│   │   │   │   └── NSString Base58.h
│   │   │   ├── EOSCore
│   │   │   │   ├── AESCrypt.h
│   │   │   │   ├── AppConstant.h
│   │   │   │   ├── BlockChainInfo.h
│   │   │   │   ├── EOS_Key_Encode.h
│   │   │   │   ├── EosByteWriter.h
│   │   │   │   ├── EosPrivateKey.h
│   │   │   │   ├── NSData EOSHash.h
│   │   │   │   ├── NSDate ExFoundation.h
│   │   │   │   ├── NSObject Extension.h
│   │   │   │   ├── RegularExpression.h
│   │   │   │   ├── Sha256.h
│   │   │   │   ├── TypeChainId.h
│   │   │   │   ├── libbase58.h
│   │   │   │   ├── rmd160.h
│   │   │   │   └── uECC.h
│   │   │   └── WalletManager
│   │   │       ├── BTCModel.h
│   │   │       ├── BTCWalletManager.h
│   │   │       ├── BlockChainManager.h
│   │   │       ├── EOSManager.h
│   │   │       ├── EditCollectionView.h
│   │   │       ├── JFCardHttpManager.h
│   │   │       ├── JFCardInfoModel.h
│   │   │       ├── JFRechargeCardController.h
│   │   │       ├── WalletChangePasswordUtil.h
│   │   │       ├── WalletDBManager.h
│   │   │       ├── WalletHeader.h
│   │   │       ├── WalletModel.h
│   │   │       ├── WalletNetManager.h
│   │   │       ├── WalletSaveChildWalletUtil.h
│   │   │       ├── WalletTradeUtil EShop.h
│   │   │       ├── WalletTradeUtil.h
│   │   │       └── WalletUtil.h
│   │   ├── iphoneos
│   │   │   ├── libBTCCore.a
│   │   │   ├── libEOSCore.a
│   │   │   └── libWalletManager.a
│   │   └── iphonesimulator
│   │       ├── libBTCCore.a
│   │       ├── libEOSCore.a
│   │       └── libWalletManager.a
│   ├── OpenPlanet
│   │   ├── Classes
│   │   │   ├── AppDelegate
│   │   │   │   ├── AppDelegate.h
│   │   │   │   └── AppDelegate.m
│   │   │   ├── ConfigSetting
│   │   │   │   ├── SettingFileManager.h
│   │   │   │   └── SettingFileManager.m
│   │   │   └── TCLogin
│   │   │       ├── BaseView
│   │   │       │   ├── TCInputPhoneTextField.h
│   │   │       │   ├── TCInputPhoneTextField.m
│   │   │       │   ├── TCIsAgreePrivatePolicyView.h
│   │   │       │   ├── TCIsAgreePrivatePolicyView.m
│   │   │       │   ├── TCLoginBaseView.h
│   │   │       │   ├── TCLoginBaseView.m
│   │   │       │   ├── TCSMSTextField.h
│   │   │       │   ├── TCSMSTextField.m
│   │   │       │   ├── TCWalletSubTipView.h
│   │   │       │   ├── TCWalletSubTipView.m
│   │   │       │   ├── TCWalletTextField.h
│   │   │       │   └── TCWalletTextField.m
│   │   │       ├── EFExit
│   │   │       │   ├── EFExitObj.h
│   │   │       │   ├── EFExitObj.m
│   │   │       │   ├── EFRestfullExitObj.h
│   │   │       │   └── EFRestfullExitObj.m
│   │   │       ├── Login
│   │   │       │   ├── ChangePassoword
│   │   │       │   │   ├── TCChangePasswordController.h
│   │   │       │   │   └── TCChangePasswordController.m
│   │   │       │   ├── ChosePlanet
│   │   │       │   │   ├── TCChosePlanetController.h
│   │   │       │   │   ├── TCChosePlanetController.m
│   │   │       │   │   ├── TCPlanetCell.h
│   │   │       │   │   ├── TCPlanetInfoModel.h
│   │   │       │   │   ├── TCPlanetInfoModel.m
│   │   │       │   │   └── TCplanetCell.m
│   │   │       │   ├── InputPassword
│   │   │       │   │   ├── TCInputPasswordController.h
│   │   │       │   │   └── TCInputPasswordController.m
│   │   │       │   ├── InputPhone
│   │   │       │   │   ├── TCLoginPhoneEmailController.h
│   │   │       │   │   └── TCLoginPhoneEmailController.m
│   │   │       │   ├── Register
│   │   │       │   │   ├── TCRegisterController.h
│   │   │       │   │   ├── TCRegisterController.m
│   │   │       │   │   ├── TCRegisterView.h
│   │   │       │   │   └── TCRegisterView.m
│   │   │       │   ├── ResetPassword
│   │   │       │   │   ├── TCResetPasswordController.h
│   │   │       │   │   └── TCResetPasswordController.m
│   │   │       │   └── SMS
│   │   │       │       ├── TCSMSController.h
│   │   │       │       └── TCSMSController.m
│   │   │       ├── Manager
│   │   │       │   ├── RequestManager.h
│   │   │       │   ├── RequestManager.m
│   │   │       │   ├── TCLoginManager.h
│   │   │       │   ├── TCLoginManager.m
│   │   │       │   ├── TokenRequestManager.h
│   │   │       │   └── TokenRequestManager.m
│   │   │       ├── Private
│   │   │       │   ├── TCPrivateController.h
│   │   │       │   └── TCPrivateController.m
│   │   │       ├── UploadAvatar
│   │   │       │   ├── TCUploadAvatarController.h
│   │   │       │   ├── TCUploadAvatarController.m
│   │   │       │   ├── TCUploadAvatarView.h
│   │   │       │   └── TCUploadAvatarView.m
│   │   │       ├── UploadFans
│   │   │       │   ├── SyncFansUtil.h
│   │   │       │   ├── SyncFansUtil.m
│   │   │       │   ├── TCUploadFansController.h
│   │   │       │   ├── TCUploadFansController.m
│   │   │       │   ├── TCUploadFansView.h
│   │   │       │   └── TCUploadFansView.m
│   │   │       └── Wallet
│   │   │           ├── CreateWallet
│   │   │           │   ├── TCBackUpMemoryView.h
│   │   │           │   ├── TCBackUpMemoryView.m
│   │   │           │   ├── TCBackUpMemoryWordController.h
│   │   │           │   ├── TCBackUpMemoryWordController.m
│   │   │           │   ├── TCSureMemoryView.h
│   │   │           │   ├── TCSureMemoryView.m
│   │   │           │   ├── TCSureMemoryWordController.h
│   │   │           │   └── TCSureMemoryWordController.m
│   │   │           ├── ImportWallet
│   │   │           │   ├── TCInputMemoryWordController.h
│   │   │           │   ├── TCInputMemoryWordController.m
│   │   │           │   ├── TCMemoryRecoverWalletView.h
│   │   │           │   ├── TCMemoryRecoverWalletView.m
│   │   │           │   ├── TCPriviteKeyRecoverWalletView.h
│   │   │           │   └── TCPriviteKeyRecoverWalletView.m
│   │   │           └── WalletTip
│   │   │               ├── TCWalletTipController.h
│   │   │               ├── TCWalletTipController.m
│   │   │               ├── TCWalletTipView.h
│   │   │               └── TCWalletTipView.m
│   │   └── Supporting Files
│   │       ├── Info
│   │       │   ├── Info.plist
│   │       │   ├── en.lproj
│   │       │   │   └── InfoPlist.strings
│   │       │   ├── es.lproj
│   │       │   │   └── InfoPlist.strings
│   │       │   ├── hy.lproj
│   │       │   │   └── InfoPlist.strings
│   │       │   ├── id.lproj
│   │       │   │   └── InfoPlist.strings
│   │       │   ├── pl.lproj
│   │       │   │   └── InfoPlist.strings
│   │       │   ├── pt-PT.lproj
│   │       │   │   └── InfoPlist.strings
│   │       │   ├── ru.lproj
│   │       │   │   └── InfoPlist.strings
│   │       │   ├── th.lproj
│   │       │   │   └── InfoPlist.strings
│   │       │   └── zh-Hans.lproj
│   │       │       └── InfoPlist.strings
│   │       ├── Other
│   │       │   ├── File.swift
│   │       │   ├── OpenPlanet-Bridging-Header.h
│   │       │   ├── ca.der
│   │       │   └── client.p12
│   │       ├── Resource
│   │       │   ├── Assets.xcassets
│   │       │   │   ├── AppIcon.appiconset
│   │       │   │   │   ├── 1024.png
│   │       │   │   │   ├── 20.png
│   │       │   │   │   ├── 20@2x-1.png
│   │       │   │   │   ├── 20@2x.png
│   │       │   │   │   ├── 20@3x.png
│   │       │   │   │   ├── 29-1.png
│   │       │   │   │   ├── 29.png
│   │       │   │   │   ├── 29@2x-1.png
│   │       │   │   │   ├── 29@2x.png
│   │       │   │   │   ├── 29@3x.png
│   │       │   │   │   ├── 40.png
│   │       │   │   │   ├── 40@2x-1.png
│   │       │   │   │   ├── 40@2x.png
│   │       │   │   │   ├── 40@3x.png
│   │       │   │   │   ├── 50.png
│   │       │   │   │   ├── 50@2x.png
│   │       │   │   │   ├── 57.png
│   │       │   │   │   ├── 57@2x.png
│   │       │   │   │   ├── 60@2x.png
│   │       │   │   │   ├── 60@3x.png
│   │       │   │   │   ├── 72.png
│   │       │   │   │   ├── 72@2x.png
│   │       │   │   │   ├── 76.png
│   │       │   │   │   ├── 76@2x.png
│   │       │   │   │   ├── 83.5@2x.png
│   │       │   │   │   └── Contents.json
│   │       │   │   ├── Chat
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── Tip
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── arrow_top_groups.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── arrow_top_groups.png
│   │       │   │   │   │   │   ├── arrow_top_groups@2x.png
│   │       │   │   │   │   │   └── arrow_top_groups@3x.png
│   │       │   │   │   │   ├── arrow_top_personal.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── arrow_top_personal.png
│   │       │   │   │   │   │   ├── arrow_top_personal@2x.png
│   │       │   │   │   │   │   └── arrow_top_personal@3x.png
│   │       │   │   │   │   ├── groups_top_left.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── groups_top_left.png
│   │       │   │   │   │   │   ├── groups_top_left@2x.png
│   │       │   │   │   │   │   └── groups_top_left@3x.png
│   │       │   │   │   │   └── info_num_bottom.imageset
│   │       │   │   │   │       ├── Contents.json
│   │       │   │   │   │       ├── info_num_bottom.png
│   │       │   │   │   │       ├── info_num_bottom@2x.png
│   │       │   │   │   │       └── info_num_bottom@3x.png
│   │       │   │   │   ├── animation_gold
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00000.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00000@2x.png
│   │       │   │   │   │   │   └── animation_gold_00000@3x.png
│   │       │   │   │   │   ├── animation_gold_00001.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00001@2x.png
│   │       │   │   │   │   │   └── animation_gold_00001@3x.png
│   │       │   │   │   │   ├── animation_gold_00002.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00002@2x.png
│   │       │   │   │   │   │   └── animation_gold_00002@3x.png
│   │       │   │   │   │   ├── animation_gold_00003.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00003@2x.png
│   │       │   │   │   │   │   └── animation_gold_00003@3x.png
│   │       │   │   │   │   ├── animation_gold_00004.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00004@2x.png
│   │       │   │   │   │   │   └── animation_gold_00004@3x.png
│   │       │   │   │   │   ├── animation_gold_00005.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00005@2x.png
│   │       │   │   │   │   │   └── animation_gold_00005@3x.png
│   │       │   │   │   │   ├── animation_gold_00006.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00006@2x.png
│   │       │   │   │   │   │   └── animation_gold_00006@3x.png
│   │       │   │   │   │   ├── animation_gold_00007.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00007@2x.png
│   │       │   │   │   │   │   └── animation_gold_00007@3x.png
│   │       │   │   │   │   ├── animation_gold_00008.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00008@2x.png
│   │       │   │   │   │   │   └── animation_gold_00008@3x.png
│   │       │   │   │   │   ├── animation_gold_00009.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00009@2x.png
│   │       │   │   │   │   │   └── animation_gold_00009@3x.png
│   │       │   │   │   │   ├── animation_gold_00010.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00010@2x.png
│   │       │   │   │   │   │   └── animation_gold_00010@3x.png
│   │       │   │   │   │   ├── animation_gold_00011.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00011@2x.png
│   │       │   │   │   │   │   └── animation_gold_00011@3x.png
│   │       │   │   │   │   ├── animation_gold_00012.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00012@2x.png
│   │       │   │   │   │   │   └── animation_gold_00012@3x.png
│   │       │   │   │   │   ├── animation_gold_00013.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00013@2x.png
│   │       │   │   │   │   │   └── animation_gold_00013@3x.png
│   │       │   │   │   │   ├── animation_gold_00014.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00014@2x.png
│   │       │   │   │   │   │   └── animation_gold_00014@3x.png
│   │       │   │   │   │   ├── animation_gold_00015.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00015@2x.png
│   │       │   │   │   │   │   └── animation_gold_00015@3x.png
│   │       │   │   │   │   ├── animation_gold_00016.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00016@2x.png
│   │       │   │   │   │   │   └── animation_gold_00016@3x.png
│   │       │   │   │   │   ├── animation_gold_00017.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00017@2x.png
│   │       │   │   │   │   │   └── animation_gold_00017@3x.png
│   │       │   │   │   │   ├── animation_gold_00018.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00018@2x.png
│   │       │   │   │   │   │   └── animation_gold_00018@3x.png
│   │       │   │   │   │   ├── animation_gold_00019.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00019@2x.png
│   │       │   │   │   │   │   └── animation_gold_00019@3x.png
│   │       │   │   │   │   ├── animation_gold_00020.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00020@2x.png
│   │       │   │   │   │   │   └── animation_gold_00020@3x.png
│   │       │   │   │   │   ├── animation_gold_00021.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00021@2x.png
│   │       │   │   │   │   │   └── animation_gold_00021@3x.png
│   │       │   │   │   │   ├── animation_gold_00022.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00022@2x.png
│   │       │   │   │   │   │   └── animation_gold_00022@3x.png
│   │       │   │   │   │   ├── animation_gold_00023.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00023@2x.png
│   │       │   │   │   │   │   └── animation_gold_00023@3x.png
│   │       │   │   │   │   ├── animation_gold_00024.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00024@2x.png
│   │       │   │   │   │   │   └── animation_gold_00024@3x.png
│   │       │   │   │   │   ├── animation_gold_00025.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00025@2x.png
│   │       │   │   │   │   │   └── animation_gold_00025@3x.png
│   │       │   │   │   │   ├── animation_gold_00026.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00026@2x.png
│   │       │   │   │   │   │   └── animation_gold_00026@3x.png
│   │       │   │   │   │   ├── animation_gold_00027.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00027@2x.png
│   │       │   │   │   │   │   └── animation_gold_00027@3x.png
│   │       │   │   │   │   ├── animation_gold_00028.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── animation_gold_00028@2x.png
│   │       │   │   │   │   │   └── animation_gold_00028@3x.png
│   │       │   │   │   │   └── animation_gold_00029.imageset
│   │       │   │   │   │       ├── Contents.json
│   │       │   │   │   │       ├── animation_gold_00029@2x.png
│   │       │   │   │   │       └── animation_gold_00029@3x.png
│   │       │   │   │   ├── avatar_gold
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── avatar_gold01.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── 头像01.png
│   │       │   │   │   │   ├── avatar_gold02.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── 头像02.png
│   │       │   │   │   │   ├── avatar_gold03.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── 头像03.png
│   │       │   │   │   │   ├── avatar_gold04.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── 头像04.png
│   │       │   │   │   │   ├── avatar_gold05.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── 头像05.png
│   │       │   │   │   │   ├── avatar_gold06.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── 头像06.png
│   │       │   │   │   │   ├── avatar_gold07.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── 头像07.png
│   │       │   │   │   │   └── avatar_gold08.imageset
│   │       │   │   │   │       ├── Contents.json
│   │       │   │   │   │       └── 头像08.png
│   │       │   │   │   ├── bubble_gold
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── bubble_gold_incoming01.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_left01.png
│   │       │   │   │   │   │   ├── pop_left01@2x.png
│   │       │   │   │   │   │   └── pop_left01@3x.png
│   │       │   │   │   │   ├── bubble_gold_incoming02.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_left02.png
│   │       │   │   │   │   │   ├── pop_left02@2x.png
│   │       │   │   │   │   │   └── pop_left02@3x.png
│   │       │   │   │   │   ├── bubble_gold_incoming03.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_left03.png
│   │       │   │   │   │   │   ├── pop_left03@2x.png
│   │       │   │   │   │   │   └── pop_left03@3x.png
│   │       │   │   │   │   ├── bubble_gold_incoming04.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_left04.png
│   │       │   │   │   │   │   ├── pop_left04@2x.png
│   │       │   │   │   │   │   └── pop_left04@3x.png
│   │       │   │   │   │   ├── bubble_gold_incoming05.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_left05.png
│   │       │   │   │   │   │   ├── pop_left05@2x.png
│   │       │   │   │   │   │   └── pop_left05@3x.png
│   │       │   │   │   │   ├── bubble_gold_incoming06.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_left06.png
│   │       │   │   │   │   │   ├── pop_left06@2x.png
│   │       │   │   │   │   │   └── pop_left06@3x.png
│   │       │   │   │   │   ├── bubble_gold_outgoing01.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_right01.png
│   │       │   │   │   │   │   ├── pop_right01@2x.png
│   │       │   │   │   │   │   └── pop_right01@3x.png
│   │       │   │   │   │   ├── bubble_gold_outgoing02.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_right02.png
│   │       │   │   │   │   │   ├── pop_right02@2x.png
│   │       │   │   │   │   │   └── pop_right02@3x.png
│   │       │   │   │   │   ├── bubble_gold_outgoing03.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_right03.png
│   │       │   │   │   │   │   ├── pop_right03@2x.png
│   │       │   │   │   │   │   └── pop_right03@3x.png
│   │       │   │   │   │   ├── bubble_gold_outgoing04.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_right04.png
│   │       │   │   │   │   │   ├── pop_right04@2x.png
│   │       │   │   │   │   │   └── pop_right04@3x.png
│   │       │   │   │   │   ├── bubble_gold_outgoing05.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   ├── pop_right05.png
│   │       │   │   │   │   │   ├── pop_right05@2x.png
│   │       │   │   │   │   │   └── pop_right05@3x.png
│   │       │   │   │   │   └── bubble_gold_outgoing06.imageset
│   │       │   │   │   │       ├── Contents.json
│   │       │   │   │   │       ├── pop_right06.png
│   │       │   │   │   │       ├── pop_right06@2x.png
│   │       │   │   │   │       └── pop_right06@3x.png
│   │       │   │   │   ├── chat_bubble_incoming.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── pop_normal_left_1.png
│   │       │   │   │   │   ├── pop_normal_left_1@2x.png
│   │       │   │   │   │   └── pop_normal_left_1@3x.png
│   │       │   │   │   ├── chat_bubble_outgoing.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── pop_normal_right_2.png
│   │       │   │   │   │   ├── pop_normal_right_2@2x.png
│   │       │   │   │   │   └── pop_normal_right_2@3x.png
│   │       │   │   │   ├── dengji.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── dengji.png
│   │       │   │   │   ├── emoji_gold
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── emoji_gold_00000.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00000.png
│   │       │   │   │   │   ├── emoji_gold_00001.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00001.png
│   │       │   │   │   │   ├── emoji_gold_00002.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00002.png
│   │       │   │   │   │   ├── emoji_gold_00003.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00003.png
│   │       │   │   │   │   ├── emoji_gold_00004.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00004.png
│   │       │   │   │   │   ├── emoji_gold_00005.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00005.png
│   │       │   │   │   │   ├── emoji_gold_00006.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00006.png
│   │       │   │   │   │   ├── emoji_gold_00007.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00007.png
│   │       │   │   │   │   ├── emoji_gold_00008.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00008.png
│   │       │   │   │   │   ├── emoji_gold_00009.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00009.png
│   │       │   │   │   │   ├── emoji_gold_00010.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00010.png
│   │       │   │   │   │   ├── emoji_gold_00011.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00011.png
│   │       │   │   │   │   ├── emoji_gold_00012.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00012.png
│   │       │   │   │   │   ├── emoji_gold_00013.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00013.png
│   │       │   │   │   │   ├── emoji_gold_00014.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00014.png
│   │       │   │   │   │   ├── emoji_gold_00015.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00015.png
│   │       │   │   │   │   ├── emoji_gold_00016.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00016.png
│   │       │   │   │   │   ├── emoji_gold_00017.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00017.png
│   │       │   │   │   │   ├── emoji_gold_00018.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00018.png
│   │       │   │   │   │   ├── emoji_gold_00019.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00019.png
│   │       │   │   │   │   ├── emoji_gold_00020.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00020.png
│   │       │   │   │   │   ├── emoji_gold_00021.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00021.png
│   │       │   │   │   │   ├── emoji_gold_00022.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00022.png
│   │       │   │   │   │   ├── emoji_gold_00023.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00023.png
│   │       │   │   │   │   ├── emoji_gold_00024.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── emoji_gold_00024.png
│   │       │   │   │   │   └── emoji_gold_00025.imageset
│   │       │   │   │   │       ├── Contents.json
│   │       │   │   │   │       └── emoji_gold_00025.png
│   │       │   │   │   ├── hongbao.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── hongbao.png
│   │       │   │   │   ├── integral_diamond
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── integral_diamond0001.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0001.png
│   │       │   │   │   │   ├── integral_diamond0002.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0002.png
│   │       │   │   │   │   ├── integral_diamond0003.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0003.png
│   │       │   │   │   │   ├── integral_diamond0004.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0004.png
│   │       │   │   │   │   ├── integral_diamond0005.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0005.png
│   │       │   │   │   │   ├── integral_diamond0006.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0006.png
│   │       │   │   │   │   ├── integral_diamond0007.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0007.png
│   │       │   │   │   │   ├── integral_diamond0008.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0008.png
│   │       │   │   │   │   ├── integral_diamond0009.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0009.png
│   │       │   │   │   │   ├── integral_diamond0010.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0010.png
│   │       │   │   │   │   ├── integral_diamond0011.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0011.png
│   │       │   │   │   │   ├── integral_diamond0012.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0012.png
│   │       │   │   │   │   ├── integral_diamond0013.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0013.png
│   │       │   │   │   │   ├── integral_diamond0014.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0014.png
│   │       │   │   │   │   ├── integral_diamond0015.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0015.png
│   │       │   │   │   │   ├── integral_diamond0016.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond0016.png
│   │       │   │   │   │   ├── integral_diamond20001.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20001.png
│   │       │   │   │   │   ├── integral_diamond20002.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20002.png
│   │       │   │   │   │   ├── integral_diamond20003.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20003.png
│   │       │   │   │   │   ├── integral_diamond20004.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20004.png
│   │       │   │   │   │   ├── integral_diamond20005.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20005.png
│   │       │   │   │   │   ├── integral_diamond20006.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20006.png
│   │       │   │   │   │   ├── integral_diamond20007.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20007.png
│   │       │   │   │   │   ├── integral_diamond20008.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20008.png
│   │       │   │   │   │   ├── integral_diamond20009.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20009.png
│   │       │   │   │   │   ├── integral_diamond20010.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20010.png
│   │       │   │   │   │   ├── integral_diamond20011.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20011.png
│   │       │   │   │   │   ├── integral_diamond20012.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20012.png
│   │       │   │   │   │   ├── integral_diamond20013.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20013.png
│   │       │   │   │   │   ├── integral_diamond20014.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20014.png
│   │       │   │   │   │   ├── integral_diamond20015.imageset
│   │       │   │   │   │   │   ├── Contents.json
│   │       │   │   │   │   │   └── integral_diamond20015.png
│   │       │   │   │   │   └── integral_diamond20016.imageset
│   │       │   │   │   │       ├── Contents.json
│   │       │   │   │   │       └── integral_diamond20016.png
│   │       │   │   │   ├── shijian.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── shijian.png
│   │       │   │   │   └── xiaox.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       └── xiaox.png
│   │       │   │   ├── Contacts
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── contact_default_avatar.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── contact_default_avatar.png
│   │       │   │   │   ├── contact_detail_bg.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── contact_detail_bg.png
│   │       │   │   │   ├── contact_detail_default_avatar.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── contact_detail_default_avatar.png
│   │       │   │   │   └── contact_firend_tip.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       └── contact_firend_tip.png
│   │       │   │   ├── Contents.json
│   │       │   │   ├── Home
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── login_btn_password.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── dl_mm_1.png
│   │       │   │   │   │   ├── dl_mm_2.png
│   │       │   │   │   │   └── dl_mm_3.png
│   │       │   │   │   └── login_btn_username.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       ├── dl_yhm_1.png
│   │       │   │   │       ├── dl_yhm_2.png
│   │       │   │   │       └── dl_yhm_3.png
│   │       │   │   ├── LaunchImage.launchimage
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── 启动页@1136.png
│   │       │   │   │   ├── 启动页@1334.png
│   │       │   │   │   ├── 启动页@2208.png
│   │       │   │   │   ├── 启动页@960.png
│   │       │   │   │   └── 启动页@x1.png
│   │       │   │   ├── Me
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── backup_privitekey.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── backup_privitekey.png
│   │       │   │   │   └── me_close.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       └── me_close.png
│   │       │   │   ├── MessageTipView
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── arrow_top_groups.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── arrow_top_groups.png
│   │       │   │   │   │   ├── arrow_top_groups@2x.png
│   │       │   │   │   │   └── arrow_top_groups@3x.png
│   │       │   │   │   ├── arrow_top_personal.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── arrow_top_personal.png
│   │       │   │   │   │   ├── arrow_top_personal@2x.png
│   │       │   │   │   │   └── arrow_top_personal@3x.png
│   │       │   │   │   ├── groups_top_left.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── groups_top_left.png
│   │       │   │   │   │   ├── groups_top_left@2x.png
│   │       │   │   │   │   └── groups_top_left@3x.png
│   │       │   │   │   └── info_num_bottom.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       ├── info_num_bottom.png
│   │       │   │   │       ├── info_num_bottom@2x.png
│   │       │   │   │       └── info_num_bottom@3x.png
│   │       │   │   ├── Navigation
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── nav_more.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── nav_more@2x.png
│   │       │   │   │   │   └── nav_more@3x.png
│   │       │   │   │   └── navigationBack.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       ├── navigationBack@2x.png
│   │       │   │   │       └── navigationBack@3x.png
│   │       │   │   ├── OpenWallet
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── add_wallet_account.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── add_wallet_account.png
│   │       │   │   │   ├── candlestickchart.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── candlestickchart.png
│   │       │   │   │   ├── icon_txreceive.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── icon_txreceive.png
│   │       │   │   │   ├── icon_txsend.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── icon_txsend.png
│   │       │   │   │   ├── openwallet_changeamount.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── openwallet_changeamount.png
│   │       │   │   │   ├── openwallet_changeassets.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── openwallet_changeassets.png
│   │       │   │   │   ├── openwallet_inmoney.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── openwallet_inmoney.png
│   │       │   │   │   ├── openwallet_outmoney.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── openwallet_outmoney.png
│   │       │   │   │   ├── openwallet_transmitinfo.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── openwallet_transmitinfo.png
│   │       │   │   │   └── wallet_selected.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       └── wallet_selected.png
│   │       │   │   ├── Store
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── arrow_swap.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── arrow_swap.png
│   │       │   │   │   ├── store_alipay.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   └── store_alipay.png
│   │       │   │   │   └── store_wechat.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       └── store_wechat.png
│   │       │   │   ├── Tabs
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── tab_jk.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── tab_jk.png
│   │       │   │   │   │   ├── tab_jk@2x.png
│   │       │   │   │   │   └── tab_jk@3x.png
│   │       │   │   │   ├── tab_jk_sel.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── tab_jk_sel.png
│   │       │   │   │   │   ├── tab_jk_sel@2x.png
│   │       │   │   │   │   └── tab_jk_sel@3x.png
│   │       │   │   │   ├── tab_sj.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── tab_sj.png
│   │       │   │   │   │   ├── tab_sj@2x.png
│   │       │   │   │   │   └── tab_sj@3x.png
│   │       │   │   │   ├── tab_sj_sel.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── tab_sj_sel.png
│   │       │   │   │   │   ├── tab_sj_sel@2x.png
│   │       │   │   │   │   └── tab_sj_sel@3x.png
│   │       │   │   │   ├── tab_zc.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── tab_zc.png
│   │       │   │   │   │   ├── tab_zc@2x.png
│   │       │   │   │   │   └── tab_zc@3x.png
│   │       │   │   │   ├── tab_zc_sel.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── tab_zc_sel.png
│   │       │   │   │   │   ├── tab_zc_sel@2x.png
│   │       │   │   │   │   └── tab_zc_sel@3x.png
│   │       │   │   │   ├── tab_zx.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── tab_zx.png
│   │       │   │   │   │   ├── tab_zx@2x.png
│   │       │   │   │   │   └── tab_zx@3x.png
│   │       │   │   │   └── tab_zx_sel.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       ├── tab_zx_sel.png
│   │       │   │   │       ├── tab_zx_sel@2x.png
│   │       │   │   │       └── tab_zx_sel@3x.png
│   │       │   │   ├── XRPlaceholder.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── XRPlaceholder.png
│   │       │   │   ├── animation_gold
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── animation_gold_00000.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00000@2x.png
│   │       │   │   │   │   └── animation_gold_00000@3x.png
│   │       │   │   │   ├── animation_gold_00001.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00001@2x.png
│   │       │   │   │   │   └── animation_gold_00001@3x.png
│   │       │   │   │   ├── animation_gold_00002.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00002@2x.png
│   │       │   │   │   │   └── animation_gold_00002@3x.png
│   │       │   │   │   ├── animation_gold_00003.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00003@2x.png
│   │       │   │   │   │   └── animation_gold_00003@3x.png
│   │       │   │   │   ├── animation_gold_00004.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00004@2x.png
│   │       │   │   │   │   └── animation_gold_00004@3x.png
│   │       │   │   │   ├── animation_gold_00005.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00005@2x.png
│   │       │   │   │   │   └── animation_gold_00005@3x.png
│   │       │   │   │   ├── animation_gold_00006.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00006@2x.png
│   │       │   │   │   │   └── animation_gold_00006@3x.png
│   │       │   │   │   ├── animation_gold_00007.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00007@2x.png
│   │       │   │   │   │   └── animation_gold_00007@3x.png
│   │       │   │   │   ├── animation_gold_00008.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00008@2x.png
│   │       │   │   │   │   └── animation_gold_00008@3x.png
│   │       │   │   │   ├── animation_gold_00009.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00009@2x.png
│   │       │   │   │   │   └── animation_gold_00009@3x.png
│   │       │   │   │   ├── animation_gold_00010.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00010@2x.png
│   │       │   │   │   │   └── animation_gold_00010@3x.png
│   │       │   │   │   ├── animation_gold_00011.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00011@2x.png
│   │       │   │   │   │   └── animation_gold_00011@3x.png
│   │       │   │   │   ├── animation_gold_00012.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00012@2x.png
│   │       │   │   │   │   └── animation_gold_00012@3x.png
│   │       │   │   │   ├── animation_gold_00013.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00013@2x.png
│   │       │   │   │   │   └── animation_gold_00013@3x.png
│   │       │   │   │   ├── animation_gold_00014.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00014@2x.png
│   │       │   │   │   │   └── animation_gold_00014@3x.png
│   │       │   │   │   ├── animation_gold_00015.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00015@2x.png
│   │       │   │   │   │   └── animation_gold_00015@3x.png
│   │       │   │   │   ├── animation_gold_00016.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00016@2x.png
│   │       │   │   │   │   └── animation_gold_00016@3x.png
│   │       │   │   │   ├── animation_gold_00017.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00017@2x.png
│   │       │   │   │   │   └── animation_gold_00017@3x.png
│   │       │   │   │   ├── animation_gold_00018.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00018@2x.png
│   │       │   │   │   │   └── animation_gold_00018@3x.png
│   │       │   │   │   ├── animation_gold_00019.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00019@2x.png
│   │       │   │   │   │   └── animation_gold_00019@3x.png
│   │       │   │   │   ├── animation_gold_00020.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00020@2x.png
│   │       │   │   │   │   └── animation_gold_00020@3x.png
│   │       │   │   │   ├── animation_gold_00021.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00021@2x.png
│   │       │   │   │   │   └── animation_gold_00021@3x.png
│   │       │   │   │   ├── animation_gold_00022.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00022@2x.png
│   │       │   │   │   │   └── animation_gold_00022@3x.png
│   │       │   │   │   ├── animation_gold_00023.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00023@2x.png
│   │       │   │   │   │   └── animation_gold_00023@3x.png
│   │       │   │   │   ├── animation_gold_00024.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00024@2x.png
│   │       │   │   │   │   └── animation_gold_00024@3x.png
│   │       │   │   │   ├── animation_gold_00025.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00025@2x.png
│   │       │   │   │   │   └── animation_gold_00025@3x.png
│   │       │   │   │   ├── animation_gold_00026.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00026@2x.png
│   │       │   │   │   │   └── animation_gold_00026@3x.png
│   │       │   │   │   ├── animation_gold_00027.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00027@2x.png
│   │       │   │   │   │   └── animation_gold_00027@3x.png
│   │       │   │   │   ├── animation_gold_00028.imageset
│   │       │   │   │   │   ├── Contents.json
│   │       │   │   │   │   ├── animation_gold_00028@2x.png
│   │       │   │   │   │   └── animation_gold_00028@3x.png
│   │       │   │   │   └── animation_gold_00029.imageset
│   │       │   │   │       ├── Contents.json
│   │       │   │   │       ├── animation_gold_00029@2x.png
│   │       │   │   │       └── animation_gold_00029@3x.png
│   │       │   │   ├── arrow_right.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── z-1.png
│   │       │   │   │   ├── z-2.png
│   │       │   │   │   └── z-3.png
│   │       │   │   ├── close_btn.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── 广播通知-关闭按钮.png
│   │       │   │   ├── close_view.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── close_searchbar.png
│   │       │   │   │   ├── close_searchbar@2x.png
│   │       │   │   │   └── close_searchbar@3x.png
│   │       │   │   ├── nav_address.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── 导入粉丝.png
│   │       │   │   ├── nav_arrow.imageset
│   │       │   │   │   ├── 224.png
│   │       │   │   │   └── Contents.json
│   │       │   │   ├── nav_chat.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── nav_chat.png
│   │       │   │   ├── nav_close.imageset
│   │       │   │   │   ├── 223.png
│   │       │   │   │   └── Contents.json
│   │       │   │   ├── nav_contact.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── nav_contact@3x.png
│   │       │   │   ├── nav_share.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   ├── 分享20.png
│   │       │   │   │   ├── 分享40.png
│   │       │   │   │   └── 分享60.png
│   │       │   │   ├── navigationClose.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── close.png
│   │       │   │   ├── news_icon.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── news_icon.png
│   │       │   │   ├── share.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── right_top_import_menu.png
│   │       │   │   ├── share_zone_defaultlink.imageset
│   │       │   │   │   ├── Contents.json
│   │       │   │   │   └── share_zone_defaultlink.png
│   │       │   │   └── tabbar_home_os7.imageset
│   │       │   │       ├── Contents.json
│   │       │   │       ├── tabbar_home_os7.png
│   │       │   │       └── tabbar_home_os7@2x.png
│   │       │   ├── Bundle
│   │       │   │   └── OpenPlanet.bundle
│   │       │   │       ├── Language
│   │       │   │       │   ├── en.lproj
│   │       │   │       │   │   └── OpenPlanet.strings
│   │       │   │       │   ├── es.lproj
│   │       │   │       │   │   └── OpenPlanet.strings
│   │       │   │       │   ├── hy.lproj
│   │       │   │       │   │   └── OpenPlanet.strings
│   │       │   │       │   ├── id.lproj
│   │       │   │       │   │   └── OpenPlanet.strings
│   │       │   │       │   ├── pl.lproj
│   │       │   │       │   │   └── OpenPlanet.strings
│   │       │   │       │   ├── pt-PT.lproj
│   │       │   │       │   │   └── OpenPlanet.strings
│   │       │   │       │   ├── ru.lproj
│   │       │   │       │   │   └── OpenPlanet.strings
│   │       │   │       │   ├── th.lproj
│   │       │   │       │   │   └── OpenPlanet.strings
│   │       │   │       │   └── zh-Hans.lproj
│   │       │   │       │       └── OpenPlanet.strings
│   │       │   │       ├── Launch
│   │       │   │       │   ├── allChain.png
│   │       │   │       │   ├── allChain_details.png
│   │       │   │       │   ├── allPlatform.png
│   │       │   │       │   ├── allPlatform_details.png
│   │       │   │       │   ├── digitalAsset.png
│   │       │   │       │   ├── digitalAsset_details.png
│   │       │   │       │   ├── digitalAsset_details_en.png
│   │       │   │       │   ├── launch.json
│   │       │   │       │   ├── secretChat.png
│   │       │   │       │   ├── secretChat_details.png
│   │       │   │       │   ├── secretChat_details_en.png
│   │       │   │       │   ├── shaoping.png
│   │       │   │       │   ├── shaoping_details.png
│   │       │   │       │   ├── shaoping_details_en.png
│   │       │   │       │   └── top_bg.png
│   │       │   │       └── Planet
│   │       │   │           ├── PlanetInformation.plist
│   │       │   │           ├── SolarSystem
│   │       │   │           │   ├── 1_Planet_mercury.png
│   │       │   │           │   ├── 2_Planet_Venus.png
│   │       │   │           │   ├── 3_Planet_earth.png
│   │       │   │           │   ├── 4_Planet_Mars.png
│   │       │   │           │   ├── 5_Planet_Jupiter.png
│   │       │   │           │   ├── 6_Planet_Saturn.png
│   │       │   │           │   ├── 7_Planet_Uranus.png
│   │       │   │           │   ├── 8_planet_neptune.png
│   │       │   │           │   └── 9_Dwarfplanet_Pluto.png
│   │       │   │           ├── Star
│   │       │   │           │   └── Sun.png
│   │       │   │           ├── StarrySky
│   │       │   │           │   └── StarrySkyBackground.png
│   │       │   │           └── Wallet
│   │       │   │               ├── ETH.png
│   │       │   │               ├── accessory.png
│   │       │   │               ├── accessory@2x.png
│   │       │   │               ├── back.png
│   │       │   │               ├── scan@2x.png
│   │       │   │               ├── searchTextField.png
│   │       │   │               └── share.png
│   │       │   └── Config
│   │       │       ├── Config.xml
│   │       │       ├── ConfigSetting.bundle
│   │       │       │   ├── Form
│   │       │       │   │   └── areaChart_3D.xml
│   │       │       │   ├── HTML5
│   │       │       │   │   └── GWTMobilePlay.html
│   │       │       │   ├── Image
│   │       │       │   │   ├── chat_image_address_group.png
│   │       │       │   │   ├── chat_image_address_hy.png
│   │       │       │   │   ├── chat_image_address_newfriend.png
│   │       │       │   │   ├── chat_image_address_notice.png
│   │       │       │   │   ├── chat_image_address_yyh.png
│   │       │       │   │   ├── group_icon_02.png
│   │       │       │   │   ├── group_icon_03.png
│   │       │       │   │   ├── group_icon_06.png
│   │       │       │   │   ├── group_icon_09.png
│   │       │       │   │   ├── group_icon_18.png
│   │       │       │   │   ├── group_icon_19.png
│   │       │       │   │   ├── group_icon_24.png
│   │       │       │   │   ├── group_icon_25.png
│   │       │       │   │   ├── happy_new_year.png
│   │       │       │   │   ├── menu_icon_more.png
│   │       │       │   │   ├── menu_icon_ylc.png
│   │       │       │   │   ├── menu_slide1.png
│   │       │       │   │   ├── qdcy-1.png
│   │       │       │   │   ├── qdzl-1.png
│   │       │       │   │   ├── qdzl-2.png
│   │       │       │   │   ├── qdzl-3.png
│   │       │       │   │   └── qdzl-4.png
│   │       │       │   ├── Launch
│   │       │       │   │   └── launch.png
│   │       │       │   ├── Package
│   │       │       │   │   ├── ChatMenu.xml
│   │       │       │   │   ├── ChatMessageMenu.xml
│   │       │       │   │   ├── GroupMenu.xml
│   │       │       │   │   ├── Option.xml
│   │       │       │   │   └── Tab_Menu.xml
│   │       │       │   └── Thumb
│   │       │       │       └── hu_bai_IOS_Tablet_KFSY_litehu_bai_IOS_Tablet_KFSY_lite.form1.png
│   │       │       └── OptionSetting.plist
│   │       └── main.m
│   ├── OpenPlanet.xcodeproj
│   │   ├── project.pbxproj
│   │   ├── project.xcworkspace
│   │   │   └── contents.xcworkspacedata
│   │   └── xcshareddata
│   │       └── xcschemes
│   │           ├── OpenPlanet.xcscheme
│   │           ├── SystemShare.xcscheme
│   │           └── WatchApp.xcscheme
│   ├── OpenPlanet.xcworkspace
│   │   ├── contents.xcworkspacedata
│   │   └── xcshareddata
│   │       └── IDEWorkspaceChecks.plist
│   ├── README.md
│   ├── SystemShare
│   │   ├── Info.plist
│   │   ├── SystemShare.bundle
│   │   │   ├── Language
│   │   │   │   ├── en.lproj
│   │   │   │   │   └── SystemShare.strings
│   │   │   │   ├── es.lproj
│   │   │   │   │   └── SystemShare.strings
│   │   │   │   ├── hy.lproj
│   │   │   │   │   └── SystemShare.strings
│   │   │   │   ├── pt-PT.lproj
│   │   │   │   │   └── SystemShare.strings
│   │   │   │   ├── ru.lproj
│   │   │   │   │   └── SystemShare.strings
│   │   │   │   ├── th.lproj
│   │   │   │   │   └── SystemShare.strings
│   │   │   │   └── zh-Hans.lproj
│   │   │   │       └── SystemShare.strings
│   │   │   ├── chat_webdefaut.png
│   │   │   ├── icon_sendFriend@3x.png
│   │   │   └── icon_share@3x.png
│   │   ├── SystemShare.entitlements
│   │   ├── SystemShareCell.h
│   │   ├── SystemShareCell.m
│   │   ├── SystemShareController.h
│   │   ├── SystemShareController.m
│   │   ├── SystemShareImageDisplayView.h
│   │   ├── SystemShareImageDisplayView.m
│   │   ├── SystemShareLanguageManager.h
│   │   ├── SystemShareLanguageManager.m
│   │   ├── SystemShareWebUrlView.h
│   │   └── SystemShareWebUrlView.m
│   ├── WatchApp
│   │   ├── Assets.xcassets
│   │   │   ├── ACT.imageset
│   │   │   │   ├── ACT.png
│   │   │   │   └── Contents.json
│   │   │   ├── AppIcon.appiconset
│   │   │   │   ├── Contents.json
│   │   │   │   ├── icon-108@2x.png
│   │   │   │   ├── icon-24@2x.png
│   │   │   │   ├── icon-27.5@2x.png
│   │   │   │   ├── icon-29@2x.png
│   │   │   │   ├── icon-29@3x.png
│   │   │   │   ├── icon-40@2x.png
│   │   │   │   ├── icon-44@2x.png
│   │   │   │   ├── icon-50@2x.png
│   │   │   │   ├── icon-86@2x.png
│   │   │   │   ├── icon-98@2x.png
│   │   │   │   └── logo1024.png
│   │   │   ├── BTC.imageset
│   │   │   │   ├── BTC.png
│   │   │   │   └── Contents.json
│   │   │   ├── BTM.imageset
│   │   │   │   ├── BTM.png
│   │   │   │   └── Contents.json
│   │   │   ├── Contents.json
│   │   │   ├── EOS.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── EOS.png
│   │   │   ├── ETH.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── ETH.png
│   │   │   ├── GXS.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── GXS.png
│   │   │   ├── LTC.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── LTC.png
│   │   │   ├── QTUM.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── QTUM.png
│   │   │   ├── XRP.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── XRP.png
│   │   │   ├── address.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── address.png
│   │   │   ├── app_icon.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── app_icon.png
│   │   │   ├── headImg.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── headImg@2x.png
│   │   │   └── privateKey.imageset
│   │   │       ├── Contents.json
│   │   │       └── privateKey.png
│   │   ├── Base.lproj
│   │   │   └── Interface.storyboard
│   │   ├── Info.plist
│   │   └── pl.lproj
│   │       └── Interface.strings
│   ├── WatchApp Extension
│   │   ├── Assets.xcassets
│   │   │   ├── Complication.complicationset
│   │   │   │   ├── Circular.imageset
│   │   │   │   │   └── Contents.json
│   │   │   │   ├── Contents.json
│   │   │   │   ├── Extra Large.imageset
│   │   │   │   │   └── Contents.json
│   │   │   │   ├── Graphic Bezel.imageset
│   │   │   │   │   └── Contents.json
│   │   │   │   ├── Graphic Circular.imageset
│   │   │   │   │   └── Contents.json
│   │   │   │   ├── Graphic Corner.imageset
│   │   │   │   │   └── Contents.json
│   │   │   │   ├── Graphic Large Rectangular.imageset
│   │   │   │   │   └── Contents.json
│   │   │   │   ├── Modular.imageset
│   │   │   │   │   └── Contents.json
│   │   │   │   └── Utilitarian.imageset
│   │   │   │       └── Contents.json
│   │   │   └── Contents.json
│   │   ├── ExtensionDelegate.h
│   │   ├── ExtensionDelegate.m
│   │   ├── Info.plist
│   │   ├── InterfaceController.h
│   │   ├── InterfaceController.m
│   │   ├── WKInterfaceImage WKImageUrl.h
│   │   ├── WKInterfaceImage WKImageUrl.m
│   │   ├── WalletDB
│   │   │   ├── CoreDataManager.h
│   │   │   ├── CoreDataManager.m
│   │   │   ├── Wallet CoreDataClass.h
│   │   │   ├── Wallet CoreDataClass.m
│   │   │   ├── Wallet CoreDataProperties.h
│   │   │   ├── Wallet CoreDataProperties.m
│   │   │   └── Wallet.xcdatamodeld
│   │   │       └── Wallet.xcdatamodel
│   │   │           └── contents
│   │   ├── WalletDetailController.h
│   │   ├── WalletDetailController.m
│   │   ├── WalletRow.h
│   │   ├── WalletRow.m
│   │   ├── WatchWCSessionManager.h
│   │   └── WatchWCSessionManager.m
│   └── assets
│       ├── address.png
│       ├── android.png
│       ├── android_c.png
│       ├── chat.png
│       ├── chat_list.png
│       ├── chat_more.png
│       ├── chat_more2.png
│       ├── desktop_c.png
│       ├── html5.png
│       ├── iOS_c.png
│       ├── ios.png
│       ├── ipcomm_icon.png
│       ├── left.png
│       ├── left_b.png
│       ├── linux.png
│       ├── logo.png
│       ├── macos.png
│       ├── news.png
│       ├── qq_ipassets.jpg
│       ├── qq_ipcomm.jpg
│       ├── web_c.png
│       ├── windows.png
│       └── zone.png
├── 说明.htm
└── 星际通讯_IPCommiOS-v1.0.zip

395 directories, 1079 files



标签: 通讯

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警