├── .gitignore ├── Coin.xcodeproj ├── project.pbxproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── Coin.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── Coin ├── AppDelegate.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── 1024.png │ │ ├── Contents.json │ │ ├── icon-20@2x.png │ │ ├── icon-20@3x.png │ │ ├── icon-29.png │ │ ├── icon-29@2x.png │ │ ├── icon-29@3x.png │ │ ├── icon-40@2x.png │ │ ├── icon-40@3x.png │ │ ├── icon-57.png │ │ ├── icon-57@2x.png │ │ ├── icon-60@2x.png │ │ └── icon-60@3x.png │ ├── Common │ │ ├── Contents.json │ │ ├── back.imageset │ │ │ ├── Contents.json │ │ │ └── 后退.png │ │ ├── bitmex.imageset │ │ │ ├── Contents.json │ │ │ └── bitmex@2x.png │ │ ├── currencyIcon │ │ │ ├── Contents.json │ │ │ ├── currency_ada.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_ada@2x.png │ │ │ ├── currency_bch.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_bch@2x.png │ │ │ ├── currency_bsv.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_bsv@2x.png │ │ │ ├── currency_btc.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_btc@2x.png │ │ │ ├── currency_btg.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_btg@2x.png │ │ │ ├── currency_eos.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_eos@2x.png │ │ │ ├── currency_etc.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_etc@2x.png │ │ │ ├── currency_eth.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_eth@2x.png │ │ │ ├── currency_ltc.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_ltc@2x.png │ │ │ ├── currency_trx.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_trx@2x.png │ │ │ ├── currency_xbt.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_xbt@2x.png │ │ │ └── currency_xrp.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── currency_xrp@2x.png │ │ ├── empty_noData.imageset │ │ │ ├── Contents.json │ │ │ └── 组 26.png │ │ ├── empty_noNetwork.imageset │ │ │ ├── Contents.json │ │ │ └── 组 27.png │ │ ├── mine.imageset │ │ │ ├── Contents.json │ │ │ └── 层级2.png │ │ ├── mine_highlight.imageset │ │ │ ├── Contents.json │ │ │ └── 层级2-2.png │ │ ├── nav_alpha_0.imageset │ │ │ ├── Contents.json │ │ │ └── nav_alpha_0@2x.png │ │ ├── nav_wihte.imageset │ │ │ ├── Contents.json │ │ │ └── nav_wihte@2x.png │ │ ├── nav_wihte_line.imageset │ │ │ ├── Contents.json │ │ │ └── nav_wihte_line@2x.png │ │ ├── okex.imageset │ │ │ ├── Contents.json │ │ │ └── okex@2x.png │ │ ├── quote.imageset │ │ │ ├── Contents.json │ │ │ └── 层级 拷贝.png │ │ ├── quote_highlight.imageset │ │ │ ├── Contents.json │ │ │ └── 层级.png │ │ ├── shareApp.imageset │ │ │ ├── Contents.json │ │ │ └── shareApp@2x.png │ │ ├── trade.imageset │ │ │ ├── Contents.json │ │ │ └── 层级1.png │ │ └── trade_highlight.imageset │ │ │ ├── Contents.json │ │ │ └── 层级1-2.png │ ├── Contents.json │ ├── Quotes │ │ ├── Contents.json │ │ ├── banner_00.imageset │ │ │ ├── Contents.json │ │ │ └── banner_00@2x.png │ │ ├── banner_01.imageset │ │ │ ├── Contents.json │ │ │ └── banner_01@2x.png │ │ ├── banner_02.imageset │ │ │ ├── Contents.json │ │ │ └── banner_02@2x.png │ │ ├── btc.imageset │ │ │ ├── Contents.json │ │ │ └── btc.png │ │ ├── collection.imageset │ │ │ ├── Contents.json │ │ │ └── 收藏 (1.png │ │ ├── collection_sel.imageset │ │ │ ├── Contents.json │ │ │ └── 收藏 (2.png │ │ ├── quote_cardbg.imageset │ │ │ ├── Contents.json │ │ │ └── quote_card@2x.png │ │ └── ytf.imageset │ │ │ ├── Contents.json │ │ │ └── ytf.png │ ├── Trade │ │ ├── Contents.json │ │ ├── qrcode_Scan_weixin_Line.imageset │ │ │ ├── Contents.json │ │ │ └── qrcode_Scan_weixin_Line@2x.png │ │ ├── trade_bitmex.imageset │ │ │ ├── Contents.json │ │ │ └── trade_bitmex@2x.png │ │ ├── trade_cancelled.imageset │ │ │ ├── Contents.json │ │ │ ├── 组26.png │ │ │ └── 组26@2x.png │ │ ├── trade_clear.imageset │ │ │ ├── Contents.json │ │ │ └── 组 28.png │ │ ├── trade_down.imageset │ │ │ ├── Contents.json │ │ │ └── 下降.png │ │ ├── trade_downArrow.imageset │ │ │ ├── Contents.json │ │ │ └── 矩形 16.png │ │ ├── trade_fullScreen.imageset │ │ │ ├── Contents.json │ │ │ └── 全屏(1).png │ │ ├── trade_more.imageset │ │ │ ├── Contents.json │ │ │ └── 矩形 13 拷贝.png │ │ ├── trade_okex.imageset │ │ │ ├── Contents.json │ │ │ └── trade_okex@2x.png │ │ ├── trade_option_add.imageset │ │ │ ├── Contents.json │ │ │ └── trade_option_add@2x.png │ │ ├── trade_position_left.imageset │ │ │ ├── 4.png │ │ │ └── Contents.json │ │ ├── trade_position_lefthightlight.imageset │ │ │ ├── 2.png │ │ │ └── Contents.json │ │ ├── trade_position_right.imageset │ │ │ ├── 3.png │ │ │ └── Contents.json │ │ ├── trade_position_righthightlight.imageset │ │ │ ├── 1.png │ │ │ └── Contents.json │ │ ├── trade_pricePcnt.imageset │ │ │ ├── Contents.json │ │ │ └── 表格.png │ │ ├── trade_round_green.imageset │ │ │ ├── Contents.json │ │ │ └── 椭圆 3.png │ │ ├── trade_round_red.imageset │ │ │ ├── Contents.json │ │ │ └── 椭圆4.png │ │ ├── trade_selected.imageset │ │ │ ├── Contents.json │ │ │ └── 正确(1).png │ │ ├── trade_success.imageset │ │ │ ├── Contents.json │ │ │ ├── 组26.png.png │ │ │ └── 组26.png@2x.png │ │ ├── trade_titleLeft.imageset │ │ │ ├── Contents.json │ │ │ └── 组 13.png │ │ ├── trade_unselected.imageset │ │ │ ├── 43.png │ │ │ └── Contents.json │ │ └── trade_up.imageset │ │ │ ├── Contents.json │ │ │ └── 上升.png │ ├── lunch_image.imageset │ │ ├── Contents.json │ │ └── lunch_image@2x.png │ └── mine │ │ ├── Contents.json │ │ ├── mine_ bounty.imageset │ │ ├── Contents.json │ │ ├── mine_ bounty.png │ │ └── mine_ bounty@2x.png │ │ ├── mine_ protect.imageset │ │ ├── Contents.json │ │ ├── mine_ protect.png │ │ └── mine_ protect@2x.png │ │ ├── mine_ secret.imageset │ │ ├── Contents.json │ │ ├── mine_ secret.png │ │ └── mine_ secret@2x.png │ │ ├── mine_ secret_sel.imageset │ │ ├── Contents.json │ │ ├── mine_hidden.png │ │ └── mine_hidden@2x.png │ │ ├── mine_aboutus.imageset │ │ ├── Contents.json │ │ ├── mine_aboutus.png │ │ └── mine_aboutus@2x.png │ │ ├── mine_bg_down.imageset │ │ ├── Contents.json │ │ └── mine_bg_down@2x.png │ │ ├── mine_bg_up.imageset │ │ ├── Contents.json │ │ └── mine_bg_up@2x.png │ │ ├── mine_bitmex.imageset │ │ ├── Contents.json │ │ ├── mine_bitmex.png │ │ └── mine_bitmex@2x.png │ │ ├── mine_okex_1.imageset │ │ ├── Contents.json │ │ ├── mine_okex_1.png │ │ └── mine_okex_1@2x.png │ │ ├── mine_okex_10.imageset │ │ ├── Contents.json │ │ ├── mine_okex_10.png │ │ └── mine_okex_10@2x.png │ │ ├── mine_page.imageset │ │ ├── Contents.json │ │ └── mine_page@2x.png │ │ ├── mine_page_sel.imageset │ │ ├── Contents.json │ │ └── mine_page_sel@2x.png │ │ ├── mine_setting.imageset │ │ ├── Contents.json │ │ ├── mine_setting.png │ │ └── mine_setting@2x.png │ │ ├── mine_setting_icon.imageset │ │ ├── 192.png │ │ └── Contents.json │ │ ├── mine_share.imageset │ │ ├── Contents.json │ │ ├── mine_share.png │ │ └── mine_share@2x.png │ │ ├── mine_share_down.imageset │ │ ├── Contents.json │ │ └── mine_share_down@2x.png │ │ ├── mine_share_qrcode.imageset │ │ ├── Contents.json │ │ └── mine_qr_code@2x.png │ │ ├── mine_share_up.imageset │ │ ├── Contents.json │ │ └── mine_share_up@2x.png │ │ └── scan.imageset │ │ ├── Contents.json │ │ ├── scan.png │ │ └── scan@2x.png ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── Category │ ├── Calendar+Extension.swift │ ├── Dictionary+Extension.swift │ ├── Float+Extension.swift │ ├── NSString+Encode.h │ ├── NSString+Encode.m │ ├── String+Extension.swift │ ├── UIColor+ExTension.swift │ ├── UIImage+Extension.swift │ ├── UILabel+Extension.swift │ ├── UITableViewController+Extension.swift │ ├── UIView+ZWUtility.h │ ├── UIView+ZWUtility.m │ └── UIViewExtensions.swift ├── Coin-Bridging-Header.h ├── Common │ ├── BaseUI │ │ ├── COINBaseScrollView.swift │ │ ├── COINBaseTableViewController.swift │ │ ├── COINBaseTableViewController │ │ │ └── COINBaseTableViewController_bitmex.swift │ │ ├── COINBaseViewController.swift │ │ ├── COINLabel.h │ │ ├── COINLabel.m │ │ ├── COINNotiButton.swift │ │ ├── COINNotiLabel.swift │ │ └── UIViewController+WebSocket │ │ │ ├── UIViewController+bitmex.swift │ │ │ ├── UIViewController+okex.swift │ │ │ └── notiTool │ │ │ └── COINWebSocketInstrmentTool.swift │ └── Others │ │ ├── COINIPSwitchingTool.swift │ │ ├── COINNotificationKeys.swift │ │ ├── COINUseHabitHelper.swift │ │ ├── COINUserDefaultsHelper.swift │ │ ├── COINdddd.swift │ │ ├── HWWeakTimer.h │ │ ├── HWWeakTimer.m │ │ └── SectionMarcos_swift.swift ├── Info.plist ├── Mine │ ├── Model │ │ ├── COINAPPInfoModel.swift │ │ ├── COINAccountsModel_ok.swift │ │ ├── COINShareItem.swift │ │ └── COINWalletHistoryItemModel.swift │ ├── View │ │ ├── COINAboutUSView.swift │ │ ├── COINBindKeyView.swift │ │ ├── COINBindTextField.swift │ │ ├── COINSetCardView.swift │ │ ├── COINSettingInfoTableViewCell.swift │ │ └── COINSettingTableViewCell.swift │ └── ViewController │ │ ├── COINAboutUSViewController.swift │ │ ├── COINBindKeyViewController.swift │ │ ├── COINCoinDetailTableViewController.swift │ │ ├── COINMineViewController.swift │ │ ├── COINSettingTableViewController.swift │ │ └── COINShareViewController.swift ├── Quotes │ ├── COINQuotesViewController.swift │ ├── Model │ │ └── COINOkexInstrumentModel.swift │ └── subViews │ │ ├── COINCardView.swift │ │ ├── COINGainView.swift │ │ ├── COINQuotesTableHeaderView.swift │ │ └── COINSelectionDetailCell.swift ├── TabBarAndNav │ ├── COINNoNetworkViewController.swift │ └── COINTabBarController.swift ├── ThirdParty │ ├── Bugly │ │ └── Bugly.framework │ │ │ ├── Bugly │ │ │ ├── Headers │ │ │ ├── Bugly.h │ │ │ ├── BuglyConfig.h │ │ │ └── BuglyLog.h │ │ │ └── Modules │ │ │ └── module.modulemap │ ├── SocketRocket │ │ ├── Internal │ │ │ ├── Delegate │ │ │ │ ├── SRDelegateController.h │ │ │ │ └── SRDelegateController.m │ │ │ ├── IOConsumer │ │ │ │ ├── SRIOConsumer.h │ │ │ │ ├── SRIOConsumer.m │ │ │ │ ├── SRIOConsumerPool.h │ │ │ │ └── SRIOConsumerPool.m │ │ │ ├── NSRunLoop+SRWebSocketPrivate.h │ │ │ ├── NSURLRequest+SRWebSocketPrivate.h │ │ │ ├── Proxy │ │ │ │ ├── SRProxyConnect.h │ │ │ │ └── SRProxyConnect.m │ │ │ ├── RunLoop │ │ │ │ ├── SRRunLoopThread.h │ │ │ │ └── SRRunLoopThread.m │ │ │ ├── SRConstants.h │ │ │ ├── SRConstants.m │ │ │ ├── Security │ │ │ │ ├── SRPinningSecurityPolicy.h │ │ │ │ └── SRPinningSecurityPolicy.m │ │ │ └── Utilities │ │ │ │ ├── SRError.h │ │ │ │ ├── SRError.m │ │ │ │ ├── SRHTTPConnectMessage.h │ │ │ │ ├── SRHTTPConnectMessage.m │ │ │ │ ├── SRHash.h │ │ │ │ ├── SRHash.m │ │ │ │ ├── SRLog.h │ │ │ │ ├── SRLog.m │ │ │ │ ├── SRMutex.h │ │ │ │ ├── SRMutex.m │ │ │ │ ├── SRRandom.h │ │ │ │ ├── SRRandom.m │ │ │ │ ├── SRSIMDHelpers.h │ │ │ │ ├── SRSIMDHelpers.m │ │ │ │ ├── SRURLUtilities.h │ │ │ │ └── SRURLUtilities.m │ │ ├── NSRunLoop+SRWebSocket.h │ │ ├── NSRunLoop+SRWebSocket.m │ │ ├── NSURLRequest+SRWebSocket.h │ │ ├── NSURLRequest+SRWebSocket.m │ │ ├── SRSecurityPolicy.h │ │ ├── SRSecurityPolicy.m │ │ ├── SRWebSocket.h │ │ ├── SRWebSocket.m │ │ └── SocketRocket.h │ └── ZCycleView │ │ ├── ZCycleLayout.swift │ │ ├── ZCycleView.swift │ │ ├── ZCycleViewCell.swift │ │ └── ZPageControl.swift ├── Tools │ ├── NetWork │ │ ├── COINKeyChainTool.swift │ │ ├── COINNetworkTool.swift │ │ └── WebSockets │ │ │ └── Factory │ │ │ ├── BitMex_WebSocket │ │ │ ├── BitMexWebSocket.swift │ │ │ └── BitMexWebSocketFactory.swift │ │ │ ├── COINWebSocketMessageInfo.swift │ │ │ ├── OKEX_WebSocket │ │ │ ├── OKEXWebSocket.swift │ │ │ └── OKEXWebSocketFactory.swift │ │ │ ├── WebSocketFactory.swift │ │ │ ├── WebSocketProtocol.swift │ │ │ └── WebSocketProtocolFactory.swift │ └── New Group │ │ ├── COINHTTPHeader.h │ │ ├── COINHTTPHeader.m │ │ ├── COINLocalSocket.h │ │ └── COINLocalSocket.m └── Trade │ ├── COINTradeViewController │ ├── COINTableViewController+okex.swift │ ├── COINTradeViewController+bitMex.swift │ └── COINTradeViewController.swift │ ├── Model │ ├── COINBaseModel.swift │ ├── COINCommisionModel.swift │ ├── COINInstrumentModel.swift │ ├── COINKLineModel.swift │ ├── COINMarginModel.swift │ ├── COINOrderBookModel.swift │ └── COINPositionModel.swift │ ├── View │ ├── COINChangeDepositView.swift │ ├── COINClosePositionView.swift │ ├── COINConfirmOrderView.swift │ ├── COINEmptyView.swift │ ├── COINExchangeView.swift │ ├── COINImageAboveLabelButton.swift │ ├── COINKLineView.swift │ ├── COINMarketTradeHistoryView.swift │ ├── COINOptionFootView.swift │ ├── COINOptionalListView.swift │ ├── COINOrderBookTitleView_OKEX.swift │ ├── COINOrderBookView.swift │ ├── COINOrderManageTitleView.swift │ ├── COINOrderManageView.swift │ ├── COINPositionView.swift │ ├── COINRoundView.swift │ ├── COINSelectView.swift │ ├── COINTradeBucketView.swift │ ├── COINTradeMainTableHeaderVIew.swift │ ├── COINTradeTableHeaderView.swift │ └── k_line_data.json │ └── ViewController │ ├── COINOrderManageViewController.swift │ ├── COINOrderMangeExtention.swift │ ├── COINTradeBucketExtention.swift │ ├── COINTradeBucketFullScreenExtention.swift │ ├── COINTradeBucketFullScreenViewController.swift │ └── COINTradeBucketViewController.swift ├── CoinTests ├── CalendarTests.swift ├── CoinTests.swift └── Info.plist ├── LICENSE ├── Podfile ├── Podfile.lock ├── README.md └── dsymtool ├── buglySymboliOS.jar └── dSYMUpload.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/.gitignore -------------------------------------------------------------------------------- /Coin.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Coin.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Coin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Coin.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Coin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Coin/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/AppDelegate.swift -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-29.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-57.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-57@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/back.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/back.imageset/后退.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/back.imageset/后退.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/bitmex.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/bitmex.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/bitmex.imageset/bitmex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/bitmex.imageset/bitmex@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_ada.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_ada.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_ada.imageset/currency_ada@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_ada.imageset/currency_ada@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_bch.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_bch.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_bch.imageset/currency_bch@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_bch.imageset/currency_bch@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_bsv.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_bsv.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_bsv.imageset/currency_bsv@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_bsv.imageset/currency_bsv@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_btc.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_btc.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_btc.imageset/currency_btc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_btc.imageset/currency_btc@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_btg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_btg.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_btg.imageset/currency_btg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_btg.imageset/currency_btg@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_eos.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_eos.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_eos.imageset/currency_eos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_eos.imageset/currency_eos@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_etc.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_etc.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_etc.imageset/currency_etc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_etc.imageset/currency_etc@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_eth.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_eth.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_eth.imageset/currency_eth@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_eth.imageset/currency_eth@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_ltc.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_ltc.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_ltc.imageset/currency_ltc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_ltc.imageset/currency_ltc@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_trx.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_trx.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_trx.imageset/currency_trx@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_trx.imageset/currency_trx@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_xbt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_xbt.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_xbt.imageset/currency_xbt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_xbt.imageset/currency_xbt@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_xrp.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_xrp.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/currencyIcon/currency_xrp.imageset/currency_xrp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/currencyIcon/currency_xrp.imageset/currency_xrp@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/empty_noData.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/empty_noData.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/empty_noData.imageset/组 26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/empty_noData.imageset/组 26.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/empty_noNetwork.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/empty_noNetwork.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/empty_noNetwork.imageset/组 27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/empty_noNetwork.imageset/组 27.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/mine.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/mine.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/mine.imageset/层级2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/mine.imageset/层级2.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/mine_highlight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/mine_highlight.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/mine_highlight.imageset/层级2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/mine_highlight.imageset/层级2-2.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/nav_alpha_0.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/nav_alpha_0.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/nav_alpha_0.imageset/nav_alpha_0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/nav_alpha_0.imageset/nav_alpha_0@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/nav_wihte.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/nav_wihte.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/nav_wihte.imageset/nav_wihte@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/nav_wihte.imageset/nav_wihte@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/nav_wihte_line.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/nav_wihte_line.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/nav_wihte_line.imageset/nav_wihte_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/nav_wihte_line.imageset/nav_wihte_line@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/okex.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/okex.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/okex.imageset/okex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/okex.imageset/okex@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/quote.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/quote.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/quote.imageset/层级 拷贝.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/quote.imageset/层级 拷贝.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/quote_highlight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/quote_highlight.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/quote_highlight.imageset/层级.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/quote_highlight.imageset/层级.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/shareApp.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/shareApp.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/shareApp.imageset/shareApp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/shareApp.imageset/shareApp@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/trade.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/trade.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/trade.imageset/层级1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/trade.imageset/层级1.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/trade_highlight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/trade_highlight.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Common/trade_highlight.imageset/层级1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Common/trade_highlight.imageset/层级1-2.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/banner_00.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/banner_00.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/banner_00.imageset/banner_00@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/banner_00.imageset/banner_00@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/banner_01.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/banner_01.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/banner_01.imageset/banner_01@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/banner_01.imageset/banner_01@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/banner_02.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/banner_02.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/banner_02.imageset/banner_02@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/banner_02.imageset/banner_02@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/btc.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/btc.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/btc.imageset/btc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/btc.imageset/btc.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/collection.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/collection.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/collection.imageset/收藏 (1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/collection.imageset/收藏 (1.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/collection_sel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/collection_sel.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/collection_sel.imageset/收藏 (2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/collection_sel.imageset/收藏 (2.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/quote_cardbg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/quote_cardbg.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/quote_cardbg.imageset/quote_card@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/quote_cardbg.imageset/quote_card@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/ytf.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/ytf.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Quotes/ytf.imageset/ytf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Quotes/ytf.imageset/ytf.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/qrcode_Scan_weixin_Line.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/qrcode_Scan_weixin_Line.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/qrcode_Scan_weixin_Line.imageset/qrcode_Scan_weixin_Line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/qrcode_Scan_weixin_Line.imageset/qrcode_Scan_weixin_Line@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_bitmex.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_bitmex.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_bitmex.imageset/trade_bitmex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_bitmex.imageset/trade_bitmex@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_cancelled.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_cancelled.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_cancelled.imageset/组26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_cancelled.imageset/组26.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_cancelled.imageset/组26@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_cancelled.imageset/组26@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_clear.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_clear.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_clear.imageset/组 28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_clear.imageset/组 28.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_down.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_down.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_down.imageset/下降.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_down.imageset/下降.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_downArrow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_downArrow.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_downArrow.imageset/矩形 16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_downArrow.imageset/矩形 16.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_fullScreen.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_fullScreen.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_fullScreen.imageset/全屏(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_fullScreen.imageset/全屏(1).png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_more.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_more.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_more.imageset/矩形 13 拷贝.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_more.imageset/矩形 13 拷贝.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_okex.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_okex.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_okex.imageset/trade_okex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_okex.imageset/trade_okex@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_option_add.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_option_add.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_option_add.imageset/trade_option_add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_option_add.imageset/trade_option_add@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_position_left.imageset/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_position_left.imageset/4.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_position_left.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_position_left.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_position_lefthightlight.imageset/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_position_lefthightlight.imageset/2.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_position_lefthightlight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_position_lefthightlight.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_position_right.imageset/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_position_right.imageset/3.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_position_right.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_position_right.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_position_righthightlight.imageset/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_position_righthightlight.imageset/1.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_position_righthightlight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_position_righthightlight.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_pricePcnt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_pricePcnt.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_pricePcnt.imageset/表格.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_pricePcnt.imageset/表格.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_round_green.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_round_green.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_round_green.imageset/椭圆 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_round_green.imageset/椭圆 3.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_round_red.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_round_red.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_round_red.imageset/椭圆4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_round_red.imageset/椭圆4.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_selected.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_selected.imageset/正确(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_selected.imageset/正确(1).png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_success.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_success.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_success.imageset/组26.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_success.imageset/组26.png.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_success.imageset/组26.png@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_success.imageset/组26.png@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_titleLeft.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_titleLeft.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_titleLeft.imageset/组 13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_titleLeft.imageset/组 13.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_unselected.imageset/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_unselected.imageset/43.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_unselected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_unselected.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_up.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_up.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/Trade/trade_up.imageset/上升.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/Trade/trade_up.imageset/上升.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/lunch_image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/lunch_image.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/lunch_image.imageset/lunch_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/lunch_image.imageset/lunch_image@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ bounty.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ bounty.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ bounty.imageset/mine_ bounty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ bounty.imageset/mine_ bounty.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ bounty.imageset/mine_ bounty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ bounty.imageset/mine_ bounty@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ protect.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ protect.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ protect.imageset/mine_ protect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ protect.imageset/mine_ protect.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ protect.imageset/mine_ protect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ protect.imageset/mine_ protect@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ secret.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ secret.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ secret.imageset/mine_ secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ secret.imageset/mine_ secret.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ secret.imageset/mine_ secret@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ secret.imageset/mine_ secret@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ secret_sel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ secret_sel.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ secret_sel.imageset/mine_hidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ secret_sel.imageset/mine_hidden.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_ secret_sel.imageset/mine_hidden@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_ secret_sel.imageset/mine_hidden@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_aboutus.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_aboutus.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_aboutus.imageset/mine_aboutus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_aboutus.imageset/mine_aboutus.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_aboutus.imageset/mine_aboutus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_aboutus.imageset/mine_aboutus@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_bg_down.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_bg_down.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_bg_down.imageset/mine_bg_down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_bg_down.imageset/mine_bg_down@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_bg_up.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_bg_up.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_bg_up.imageset/mine_bg_up@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_bg_up.imageset/mine_bg_up@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_bitmex.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_bitmex.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_bitmex.imageset/mine_bitmex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_bitmex.imageset/mine_bitmex.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_bitmex.imageset/mine_bitmex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_bitmex.imageset/mine_bitmex@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_okex_1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_okex_1.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_okex_1.imageset/mine_okex_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_okex_1.imageset/mine_okex_1.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_okex_1.imageset/mine_okex_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_okex_1.imageset/mine_okex_1@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_okex_10.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_okex_10.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_okex_10.imageset/mine_okex_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_okex_10.imageset/mine_okex_10.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_okex_10.imageset/mine_okex_10@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_okex_10.imageset/mine_okex_10@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_page.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_page.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_page.imageset/mine_page@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_page.imageset/mine_page@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_page_sel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_page_sel.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_page_sel.imageset/mine_page_sel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_page_sel.imageset/mine_page_sel@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_setting.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_setting.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_setting.imageset/mine_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_setting.imageset/mine_setting.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_setting.imageset/mine_setting@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_setting.imageset/mine_setting@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_setting_icon.imageset/192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_setting_icon.imageset/192.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_setting_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_setting_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share.imageset/mine_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share.imageset/mine_share.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share.imageset/mine_share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share.imageset/mine_share@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share_down.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share_down.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share_down.imageset/mine_share_down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share_down.imageset/mine_share_down@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share_qrcode.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share_qrcode.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share_qrcode.imageset/mine_qr_code@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share_qrcode.imageset/mine_qr_code@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share_up.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share_up.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/mine_share_up.imageset/mine_share_up@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/mine_share_up.imageset/mine_share_up@2x.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/scan.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/scan.imageset/Contents.json -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/scan.imageset/scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/scan.imageset/scan.png -------------------------------------------------------------------------------- /Coin/Assets.xcassets/mine/scan.imageset/scan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Assets.xcassets/mine/scan.imageset/scan@2x.png -------------------------------------------------------------------------------- /Coin/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Coin/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Coin/Category/Calendar+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/Calendar+Extension.swift -------------------------------------------------------------------------------- /Coin/Category/Dictionary+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/Dictionary+Extension.swift -------------------------------------------------------------------------------- /Coin/Category/Float+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/Float+Extension.swift -------------------------------------------------------------------------------- /Coin/Category/NSString+Encode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/NSString+Encode.h -------------------------------------------------------------------------------- /Coin/Category/NSString+Encode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/NSString+Encode.m -------------------------------------------------------------------------------- /Coin/Category/String+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/String+Extension.swift -------------------------------------------------------------------------------- /Coin/Category/UIColor+ExTension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/UIColor+ExTension.swift -------------------------------------------------------------------------------- /Coin/Category/UIImage+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/UIImage+Extension.swift -------------------------------------------------------------------------------- /Coin/Category/UILabel+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/UILabel+Extension.swift -------------------------------------------------------------------------------- /Coin/Category/UITableViewController+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/UITableViewController+Extension.swift -------------------------------------------------------------------------------- /Coin/Category/UIView+ZWUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/UIView+ZWUtility.h -------------------------------------------------------------------------------- /Coin/Category/UIView+ZWUtility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/UIView+ZWUtility.m -------------------------------------------------------------------------------- /Coin/Category/UIViewExtensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Category/UIViewExtensions.swift -------------------------------------------------------------------------------- /Coin/Coin-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Coin-Bridging-Header.h -------------------------------------------------------------------------------- /Coin/Common/BaseUI/COINBaseScrollView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/COINBaseScrollView.swift -------------------------------------------------------------------------------- /Coin/Common/BaseUI/COINBaseTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/COINBaseTableViewController.swift -------------------------------------------------------------------------------- /Coin/Common/BaseUI/COINBaseTableViewController/COINBaseTableViewController_bitmex.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/COINBaseTableViewController/COINBaseTableViewController_bitmex.swift -------------------------------------------------------------------------------- /Coin/Common/BaseUI/COINBaseViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/COINBaseViewController.swift -------------------------------------------------------------------------------- /Coin/Common/BaseUI/COINLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/COINLabel.h -------------------------------------------------------------------------------- /Coin/Common/BaseUI/COINLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/COINLabel.m -------------------------------------------------------------------------------- /Coin/Common/BaseUI/COINNotiButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/COINNotiButton.swift -------------------------------------------------------------------------------- /Coin/Common/BaseUI/COINNotiLabel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/COINNotiLabel.swift -------------------------------------------------------------------------------- /Coin/Common/BaseUI/UIViewController+WebSocket/UIViewController+bitmex.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/UIViewController+WebSocket/UIViewController+bitmex.swift -------------------------------------------------------------------------------- /Coin/Common/BaseUI/UIViewController+WebSocket/UIViewController+okex.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/UIViewController+WebSocket/UIViewController+okex.swift -------------------------------------------------------------------------------- /Coin/Common/BaseUI/UIViewController+WebSocket/notiTool/COINWebSocketInstrmentTool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/BaseUI/UIViewController+WebSocket/notiTool/COINWebSocketInstrmentTool.swift -------------------------------------------------------------------------------- /Coin/Common/Others/COINIPSwitchingTool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/Others/COINIPSwitchingTool.swift -------------------------------------------------------------------------------- /Coin/Common/Others/COINNotificationKeys.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/Others/COINNotificationKeys.swift -------------------------------------------------------------------------------- /Coin/Common/Others/COINUseHabitHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/Others/COINUseHabitHelper.swift -------------------------------------------------------------------------------- /Coin/Common/Others/COINUserDefaultsHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/Others/COINUserDefaultsHelper.swift -------------------------------------------------------------------------------- /Coin/Common/Others/COINdddd.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Coin/Common/Others/HWWeakTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/Others/HWWeakTimer.h -------------------------------------------------------------------------------- /Coin/Common/Others/HWWeakTimer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/Others/HWWeakTimer.m -------------------------------------------------------------------------------- /Coin/Common/Others/SectionMarcos_swift.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Common/Others/SectionMarcos_swift.swift -------------------------------------------------------------------------------- /Coin/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Info.plist -------------------------------------------------------------------------------- /Coin/Mine/Model/COINAPPInfoModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/Model/COINAPPInfoModel.swift -------------------------------------------------------------------------------- /Coin/Mine/Model/COINAccountsModel_ok.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/Model/COINAccountsModel_ok.swift -------------------------------------------------------------------------------- /Coin/Mine/Model/COINShareItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/Model/COINShareItem.swift -------------------------------------------------------------------------------- /Coin/Mine/Model/COINWalletHistoryItemModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/Model/COINWalletHistoryItemModel.swift -------------------------------------------------------------------------------- /Coin/Mine/View/COINAboutUSView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/View/COINAboutUSView.swift -------------------------------------------------------------------------------- /Coin/Mine/View/COINBindKeyView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/View/COINBindKeyView.swift -------------------------------------------------------------------------------- /Coin/Mine/View/COINBindTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/View/COINBindTextField.swift -------------------------------------------------------------------------------- /Coin/Mine/View/COINSetCardView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/View/COINSetCardView.swift -------------------------------------------------------------------------------- /Coin/Mine/View/COINSettingInfoTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/View/COINSettingInfoTableViewCell.swift -------------------------------------------------------------------------------- /Coin/Mine/View/COINSettingTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/View/COINSettingTableViewCell.swift -------------------------------------------------------------------------------- /Coin/Mine/ViewController/COINAboutUSViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/ViewController/COINAboutUSViewController.swift -------------------------------------------------------------------------------- /Coin/Mine/ViewController/COINBindKeyViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/ViewController/COINBindKeyViewController.swift -------------------------------------------------------------------------------- /Coin/Mine/ViewController/COINCoinDetailTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/ViewController/COINCoinDetailTableViewController.swift -------------------------------------------------------------------------------- /Coin/Mine/ViewController/COINMineViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/ViewController/COINMineViewController.swift -------------------------------------------------------------------------------- /Coin/Mine/ViewController/COINSettingTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/ViewController/COINSettingTableViewController.swift -------------------------------------------------------------------------------- /Coin/Mine/ViewController/COINShareViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Mine/ViewController/COINShareViewController.swift -------------------------------------------------------------------------------- /Coin/Quotes/COINQuotesViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Quotes/COINQuotesViewController.swift -------------------------------------------------------------------------------- /Coin/Quotes/Model/COINOkexInstrumentModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Quotes/Model/COINOkexInstrumentModel.swift -------------------------------------------------------------------------------- /Coin/Quotes/subViews/COINCardView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Quotes/subViews/COINCardView.swift -------------------------------------------------------------------------------- /Coin/Quotes/subViews/COINGainView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Quotes/subViews/COINGainView.swift -------------------------------------------------------------------------------- /Coin/Quotes/subViews/COINQuotesTableHeaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Quotes/subViews/COINQuotesTableHeaderView.swift -------------------------------------------------------------------------------- /Coin/Quotes/subViews/COINSelectionDetailCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Quotes/subViews/COINSelectionDetailCell.swift -------------------------------------------------------------------------------- /Coin/TabBarAndNav/COINNoNetworkViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/TabBarAndNav/COINNoNetworkViewController.swift -------------------------------------------------------------------------------- /Coin/TabBarAndNav/COINTabBarController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/TabBarAndNav/COINTabBarController.swift -------------------------------------------------------------------------------- /Coin/ThirdParty/Bugly/Bugly.framework/Bugly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/Bugly/Bugly.framework/Bugly -------------------------------------------------------------------------------- /Coin/ThirdParty/Bugly/Bugly.framework/Headers/Bugly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/Bugly/Bugly.framework/Headers/Bugly.h -------------------------------------------------------------------------------- /Coin/ThirdParty/Bugly/Bugly.framework/Headers/BuglyConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/Bugly/Bugly.framework/Headers/BuglyConfig.h -------------------------------------------------------------------------------- /Coin/ThirdParty/Bugly/Bugly.framework/Headers/BuglyLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/Bugly/Bugly.framework/Headers/BuglyLog.h -------------------------------------------------------------------------------- /Coin/ThirdParty/Bugly/Bugly.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/Bugly/Bugly.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Delegate/SRDelegateController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Delegate/SRDelegateController.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Delegate/SRDelegateController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Delegate/SRDelegateController.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/IOConsumer/SRIOConsumer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/IOConsumer/SRIOConsumer.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/IOConsumer/SRIOConsumer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/IOConsumer/SRIOConsumer.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/NSRunLoop+SRWebSocketPrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/NSRunLoop+SRWebSocketPrivate.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/NSURLRequest+SRWebSocketPrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/NSURLRequest+SRWebSocketPrivate.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Proxy/SRProxyConnect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Proxy/SRProxyConnect.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Proxy/SRProxyConnect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Proxy/SRProxyConnect.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/RunLoop/SRRunLoopThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/RunLoop/SRRunLoopThread.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/RunLoop/SRRunLoopThread.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/RunLoop/SRRunLoopThread.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/SRConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/SRConstants.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/SRConstants.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/SRConstants.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Security/SRPinningSecurityPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Security/SRPinningSecurityPolicy.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Security/SRPinningSecurityPolicy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Security/SRPinningSecurityPolicy.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRError.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRError.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRError.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRHash.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRHash.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRHash.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRLog.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRLog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRLog.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRMutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRMutex.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRMutex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRMutex.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRRandom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRRandom.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRRandom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRRandom.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRSIMDHelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRSIMDHelpers.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRSIMDHelpers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRSIMDHelpers.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRURLUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRURLUtilities.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/Internal/Utilities/SRURLUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/Internal/Utilities/SRURLUtilities.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/NSRunLoop+SRWebSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/NSRunLoop+SRWebSocket.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/NSRunLoop+SRWebSocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/NSRunLoop+SRWebSocket.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/NSURLRequest+SRWebSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/NSURLRequest+SRWebSocket.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/NSURLRequest+SRWebSocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/NSURLRequest+SRWebSocket.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/SRSecurityPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/SRSecurityPolicy.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/SRSecurityPolicy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/SRSecurityPolicy.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/SRWebSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/SRWebSocket.h -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/SRWebSocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/SRWebSocket.m -------------------------------------------------------------------------------- /Coin/ThirdParty/SocketRocket/SocketRocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/SocketRocket/SocketRocket.h -------------------------------------------------------------------------------- /Coin/ThirdParty/ZCycleView/ZCycleLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/ZCycleView/ZCycleLayout.swift -------------------------------------------------------------------------------- /Coin/ThirdParty/ZCycleView/ZCycleView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/ZCycleView/ZCycleView.swift -------------------------------------------------------------------------------- /Coin/ThirdParty/ZCycleView/ZCycleViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/ZCycleView/ZCycleViewCell.swift -------------------------------------------------------------------------------- /Coin/ThirdParty/ZCycleView/ZPageControl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/ThirdParty/ZCycleView/ZPageControl.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/COINKeyChainTool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/COINKeyChainTool.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/COINNetworkTool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/COINNetworkTool.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/WebSockets/Factory/BitMex_WebSocket/BitMexWebSocket.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/WebSockets/Factory/BitMex_WebSocket/BitMexWebSocket.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/WebSockets/Factory/BitMex_WebSocket/BitMexWebSocketFactory.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/WebSockets/Factory/BitMex_WebSocket/BitMexWebSocketFactory.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/WebSockets/Factory/COINWebSocketMessageInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/WebSockets/Factory/COINWebSocketMessageInfo.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/WebSockets/Factory/OKEX_WebSocket/OKEXWebSocket.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/WebSockets/Factory/OKEX_WebSocket/OKEXWebSocket.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/WebSockets/Factory/OKEX_WebSocket/OKEXWebSocketFactory.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/WebSockets/Factory/OKEX_WebSocket/OKEXWebSocketFactory.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/WebSockets/Factory/WebSocketFactory.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/WebSockets/Factory/WebSocketFactory.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/WebSockets/Factory/WebSocketProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/WebSockets/Factory/WebSocketProtocol.swift -------------------------------------------------------------------------------- /Coin/Tools/NetWork/WebSockets/Factory/WebSocketProtocolFactory.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/NetWork/WebSockets/Factory/WebSocketProtocolFactory.swift -------------------------------------------------------------------------------- /Coin/Tools/New Group/COINHTTPHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/New Group/COINHTTPHeader.h -------------------------------------------------------------------------------- /Coin/Tools/New Group/COINHTTPHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/New Group/COINHTTPHeader.m -------------------------------------------------------------------------------- /Coin/Tools/New Group/COINLocalSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/New Group/COINLocalSocket.h -------------------------------------------------------------------------------- /Coin/Tools/New Group/COINLocalSocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Tools/New Group/COINLocalSocket.m -------------------------------------------------------------------------------- /Coin/Trade/COINTradeViewController/COINTableViewController+okex.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/COINTradeViewController/COINTableViewController+okex.swift -------------------------------------------------------------------------------- /Coin/Trade/COINTradeViewController/COINTradeViewController+bitMex.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/COINTradeViewController/COINTradeViewController+bitMex.swift -------------------------------------------------------------------------------- /Coin/Trade/COINTradeViewController/COINTradeViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/COINTradeViewController/COINTradeViewController.swift -------------------------------------------------------------------------------- /Coin/Trade/Model/COINBaseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/Model/COINBaseModel.swift -------------------------------------------------------------------------------- /Coin/Trade/Model/COINCommisionModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/Model/COINCommisionModel.swift -------------------------------------------------------------------------------- /Coin/Trade/Model/COINInstrumentModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/Model/COINInstrumentModel.swift -------------------------------------------------------------------------------- /Coin/Trade/Model/COINKLineModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/Model/COINKLineModel.swift -------------------------------------------------------------------------------- /Coin/Trade/Model/COINMarginModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/Model/COINMarginModel.swift -------------------------------------------------------------------------------- /Coin/Trade/Model/COINOrderBookModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/Model/COINOrderBookModel.swift -------------------------------------------------------------------------------- /Coin/Trade/Model/COINPositionModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/Model/COINPositionModel.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINChangeDepositView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINChangeDepositView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINClosePositionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINClosePositionView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINConfirmOrderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINConfirmOrderView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINEmptyView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINEmptyView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINExchangeView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINExchangeView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINImageAboveLabelButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINImageAboveLabelButton.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINKLineView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINKLineView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINMarketTradeHistoryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINMarketTradeHistoryView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINOptionFootView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINOptionFootView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINOptionalListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINOptionalListView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINOrderBookTitleView_OKEX.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINOrderBookTitleView_OKEX.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINOrderBookView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINOrderBookView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINOrderManageTitleView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINOrderManageTitleView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINOrderManageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINOrderManageView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINPositionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINPositionView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINRoundView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINRoundView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINSelectView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINSelectView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINTradeBucketView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINTradeBucketView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINTradeMainTableHeaderVIew.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINTradeMainTableHeaderVIew.swift -------------------------------------------------------------------------------- /Coin/Trade/View/COINTradeTableHeaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/COINTradeTableHeaderView.swift -------------------------------------------------------------------------------- /Coin/Trade/View/k_line_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/View/k_line_data.json -------------------------------------------------------------------------------- /Coin/Trade/ViewController/COINOrderManageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/ViewController/COINOrderManageViewController.swift -------------------------------------------------------------------------------- /Coin/Trade/ViewController/COINOrderMangeExtention.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/ViewController/COINOrderMangeExtention.swift -------------------------------------------------------------------------------- /Coin/Trade/ViewController/COINTradeBucketExtention.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/ViewController/COINTradeBucketExtention.swift -------------------------------------------------------------------------------- /Coin/Trade/ViewController/COINTradeBucketFullScreenExtention.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/ViewController/COINTradeBucketFullScreenExtention.swift -------------------------------------------------------------------------------- /Coin/Trade/ViewController/COINTradeBucketFullScreenViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/ViewController/COINTradeBucketFullScreenViewController.swift -------------------------------------------------------------------------------- /Coin/Trade/ViewController/COINTradeBucketViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Coin/Trade/ViewController/COINTradeBucketViewController.swift -------------------------------------------------------------------------------- /CoinTests/CalendarTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/CoinTests/CalendarTests.swift -------------------------------------------------------------------------------- /CoinTests/CoinTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/CoinTests/CoinTests.swift -------------------------------------------------------------------------------- /CoinTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/CoinTests/Info.plist -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/LICENSE -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/Podfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/README.md -------------------------------------------------------------------------------- /dsymtool/buglySymboliOS.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/dsymtool/buglySymboliOS.jar -------------------------------------------------------------------------------- /dsymtool/dSYMUpload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinx123/coinx-ios/HEAD/dsymtool/dSYMUpload.sh --------------------------------------------------------------------------------