├── .env.default ├── .gitignore ├── .gitlab-ci.yml ├── Cartfile ├── Cartfile.resolved ├── Gemfile ├── Gemfile.lock ├── GoogleService-Info-default.plist ├── LICENSE ├── Podfile ├── QTUM Watch Extension ├── Assets.xcassets │ ├── Complication.complicationset │ │ ├── Circular.imageset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Extra Large.imageset │ │ │ └── Contents.json │ │ ├── Modular.imageset │ │ │ └── Contents.json │ │ └── Utilitarian.imageset │ │ │ └── Contents.json │ ├── Contents.json │ └── loader.imageset │ │ ├── Contents.json │ │ ├── ic-supertoken@2x.png │ │ └── ic-supertoken@3x.png ├── Controllers │ ├── ComplicationController.h │ ├── ComplicationController.m │ ├── NotificationController.h │ ├── NotificationController.m │ ├── QRCodeController.h │ ├── QRCodeController.m │ └── Wallet │ │ ├── Cells │ │ ├── BalanceCell.h │ │ ├── BalanceCell.m │ │ ├── HistoryCell.h │ │ └── HistoryCell.m │ │ ├── WalletController.h │ │ └── WalletController.m ├── ExtensionDelegate.h ├── ExtensionDelegate.m ├── Info.plist ├── Manages │ ├── SessionManager.h │ ├── SessionManager.m │ ├── WatchDataOperation.h │ └── WatchDataOperation.m ├── Model │ ├── WatchHistoryElement.h │ ├── WatchHistoryElement.m │ ├── WatchWallet.h │ └── WatchWallet.m ├── QTUM Watch Extension.entitlements ├── Supporting Files │ └── PushNotificationPayload.apns ├── WatchCoordinator.h └── WatchCoordinator.m ├── QTUM Watch ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── 1024.png │ │ ├── 172.png │ │ ├── 196.png │ │ ├── 48.png │ │ ├── 55.png │ │ ├── 58.png │ │ ├── 80.png │ │ ├── 87.png │ │ └── Contents.json │ ├── Contents.json │ ├── HomeScreenIcon.imageset │ │ ├── Contents.json │ │ └── HomeScreenIcon.png │ └── ellipse.imageset │ │ ├── Contents.json │ │ └── ellipse.png ├── Base.lproj │ └── Interface.storyboard ├── Info.plist └── QTUM Watch.entitlements ├── README.md ├── config.default.xcconfig ├── config.local.xcconfig ├── configure ├── fastlane └── Fastfile ├── iMessageExtension ├── Assets.xcassets │ ├── Contents.json │ ├── iMessage App Icon.stickersiconset │ │ ├── 1024x768.png │ │ ├── 120x90.png │ │ ├── 134x100.png │ │ ├── 148x110.png │ │ ├── 180x135.png │ │ ├── 54x40.png │ │ ├── 64x48.png │ │ ├── 81x60.png │ │ ├── 96x72.png │ │ └── Contents.json │ ├── logo.imageset │ │ ├── Contents.json │ │ ├── logo@2x.png │ │ └── logo@3x.png │ ├── logo_txt.imageset │ │ ├── Contents.json │ │ └── logo_txt@2x.png │ └── waves.imageset │ │ ├── Contents.json │ │ ├── waves@1x.png │ │ ├── waves@2x.png │ │ └── waves@3x.png ├── Base.lproj │ └── MainInterface.storyboard ├── Info.plist ├── MYRIADPRO-REGULAR.OTF ├── MessagesViewController.h ├── MessagesViewController.m ├── en.lproj │ └── MainInterface.strings ├── iMessageDataOperation.h ├── iMessageDataOperation.m ├── iMessageExtension.entitlements ├── iMessageGradientView.h ├── iMessageGradientView.m ├── pl.lproj │ └── MainInterface.strings └── zh-Hant.lproj │ └── MainInterface.strings ├── qtum wallet.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ └── qtum wallet.xcscheme ├── qtum wallet ├── Application │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── AppSettings.h │ ├── AppSettings.m │ ├── Appearance.h │ ├── Appearance.m │ ├── ApplicationCoordinator.h │ ├── ApplicationCoordinator.m │ ├── BaseCoordinator.h │ ├── BaseCoordinator.m │ ├── TabBarOutput │ │ ├── Controllers │ │ │ ├── TabBarController.h │ │ │ ├── TabBarController.m │ │ │ ├── TabBarControllerDark.h │ │ │ ├── TabBarControllerDark.m │ │ │ ├── TabBarControllerLight.h │ │ │ └── TabBarControllerLight.m │ │ ├── Coordinator │ │ │ ├── TabBarCoordinator.h │ │ │ └── TabBarCoordinator.m │ │ └── Protocols │ │ │ ├── TabbarOutput.h │ │ │ └── TabbarOutputDelegate.h │ ├── Utils.h │ ├── Utils.m │ ├── WordsArray.h │ ├── WordsArray.m │ ├── iOSSessionManager.h │ ├── iOSSessionManager.m │ └── pl.lproj │ │ └── LaunchScreen.strings ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── 1024.png │ │ ├── 120-1.png │ │ ├── 120.png │ │ ├── 180.png │ │ ├── 40.png │ │ ├── 58.png │ │ ├── 60.png │ │ ├── 80.png │ │ ├── 87.png │ │ └── Contents.json │ ├── Contents.json │ ├── Crowdsale-light.imageset │ │ ├── Contents.json │ │ ├── ic-supercreowdsale@2x.png │ │ └── ic-supercreowdsale@3x.png │ ├── Crowdsale.imageset │ │ ├── Contents.json │ │ ├── ic-crowdsale@2x.png │ │ └── ic-crowdsale@3x.png │ ├── Icon-search.imageset │ │ ├── Contents.json │ │ ├── Icon-search@2x.png │ │ └── Icon-search@3x.png │ ├── QRC20 Token-light.imageset │ │ ├── Contents.json │ │ ├── ic-supertoken@2x.png │ │ └── ic-supertoken@3x.png │ ├── QRC20 Token.imageset │ │ ├── Contents.json │ │ ├── ic-supertoken_blue@2x.png │ │ └── ic-supertoken_blue@3x.png │ ├── Settings.imageset │ │ ├── Contents.json │ │ └── Settings@2x.png │ ├── Smart Contract-light.imageset │ │ ├── Contents.json │ │ ├── ic-smartcontract@2x.png │ │ └── ic-smartcontract@3x.png │ ├── Smart Contract.imageset │ │ ├── Contents.json │ │ ├── ic-qstore_cat@2x.png │ │ └── ic-qstore_cat@3x.png │ ├── activePageControl.imageset │ │ ├── Contents.json │ │ ├── deactivePageControl@2x.png │ │ └── deactivePageControl@3x.png │ ├── add_plus.imageset │ │ ├── Contents.json │ │ ├── ic-create-new-@2x.png │ │ └── ic-create-new-@3x.png │ ├── addcontact.imageset │ │ ├── Contents.json │ │ └── addcontact.png │ ├── back.imageset │ │ ├── Contents.json │ │ ├── ic-arrow-back@2x.png │ │ └── ic-arrow-back@3x.png │ ├── backround.imageset │ │ ├── Contents.json │ │ └── bg.png │ ├── backup_wallet_icon.imageset │ │ ├── Contents.json │ │ ├── ic-backup@2x.png │ │ └── ic-backup@3x.png │ ├── deactivePageControl.imageset │ │ ├── Contents.json │ │ ├── activePageControl@2x.png │ │ └── activePageControl@3x.png │ ├── deisclosure_dark.imageset │ │ ├── Contents.json │ │ └── deisclosure_dark@2x.png │ ├── delete.imageset │ │ ├── Contents.json │ │ ├── delete@2x.png │ │ └── delete@3x.png │ ├── disclosure.imageset │ │ ├── Contents.json │ │ └── disclosure@2x.png │ ├── figure1.imageset │ │ ├── Contents.json │ │ └── figure1.png │ ├── figure2.imageset │ │ ├── Contents.json │ │ └── figure2.png │ ├── history.imageset │ │ ├── Contents.json │ │ ├── ic-wallet@2x.png │ │ └── ic-wallet@3x.png │ ├── history_receive.imageset │ │ ├── Contents.json │ │ ├── ic-received@2x.png │ │ └── ic-received@3x.png │ ├── history_send.imageset │ │ ├── Contents.json │ │ ├── ic-sent@2x.png │ │ └── ic-sent@3x.png │ ├── ic-add-new.imageset │ │ ├── Contents.json │ │ ├── ic-add-new@2x.png │ │ └── ic-add-new@3x.png │ ├── ic-addNew-qstore.imageset │ │ ├── Contents.json │ │ ├── ic-addNew-qstore@2x.png │ │ └── ic-addNew-qstore@3x.png │ ├── ic-address-book-light.imageset │ │ ├── Contents.json │ │ ├── ic-address-book-light@2x.png │ │ └── ic-address-book-light@3x.png │ ├── ic-addressBook.imageset │ │ ├── Contents.json │ │ ├── ic-addressBook@2x.png │ │ └── ic-addressBook@3x.png │ ├── ic-arrow-blue.imageset │ │ ├── Contents.json │ │ ├── ic-arrow-blue@2x.png │ │ └── ic-arrow-blue@3x.png │ ├── ic-arrow-dark.imageset │ │ ├── Contents.json │ │ ├── ic-arrow-dark@2x.png │ │ └── ic-arrow-dark@3x.png │ ├── ic-arrow-dropdown-history-light.imageset │ │ ├── Contents.json │ │ ├── ic-arrow-dropdown-history-light@2x.png │ │ └── ic-arrow-dropdown-history-light@3x.png │ ├── ic-arrow-dropdown-history.imageset │ │ ├── Contents.json │ │ ├── ic-arrow-dropdown-history@2x.png │ │ └── ic-arrow-dropdown-history@3x.png │ ├── ic-arrow-history-convertable.imageset │ │ ├── Contents.json │ │ ├── ic-arrow-history-convertable@2x.png │ │ └── ic-arrow-history-convertable@3x.png │ ├── ic-arrow-history-light.imageset │ │ ├── Contents.json │ │ ├── ic-arrow-history-light@2x.png │ │ └── ic-arrow-history-light@3x.png │ ├── ic-arrow-small.imageset │ │ ├── Contents.json │ │ ├── ic-arrow-small@2x.png │ │ └── ic-arrow-small@3x.png │ ├── ic-arrow_light.imageset │ │ ├── Contents.json │ │ ├── ic-arrow_light@2x.png │ │ └── ic-arrow_light@3x.png │ ├── ic-attach.imageset │ │ ├── Contents.json │ │ ├── ic-attach@2x.png │ │ └── ic-attach@3x.png │ ├── ic-bag-light.imageset │ │ ├── Contents.json │ │ ├── ic-bag-light@2x.png │ │ └── ic-bag-light@3x.png │ ├── ic-bin.imageset │ │ ├── Contents.json │ │ └── ic-bin.png │ ├── ic-bucket.imageset │ │ ├── Contents.json │ │ ├── ic-bucket@2x.png │ │ └── ic-bucket@3x.png │ ├── ic-categories-qstore.imageset │ │ ├── Contents.json │ │ ├── ic-categories-qstore@2x.png │ │ └── ic-categories-qstore@3x.png │ ├── ic-categories.imageset │ │ ├── Contents.json │ │ ├── ic-categories@2x.png │ │ └── ic-categories@3x.png │ ├── ic-check-white.imageset │ │ ├── Contents.json │ │ ├── ic-check-white@2x.png │ │ └── ic-check-white@3x.png │ ├── ic-check.imageset │ │ ├── Contents.json │ │ ├── ic-check@2x.png │ │ └── ic-check@3x.png │ ├── ic-checkbox.imageset │ │ ├── Contents.json │ │ ├── ic-checkbox@2x.png │ │ └── ic-checkbox@3x.png │ ├── ic-close.imageset │ │ ├── Contents.json │ │ ├── ic-close@2x.png │ │ └── ic-close@3x.png │ ├── ic-code.imageset │ │ ├── Contents.json │ │ ├── ic-code@2x.png │ │ └── ic-code@3x.png │ ├── ic-confirm.imageset │ │ ├── Contents.json │ │ ├── ic-confirm@2x.png │ │ └── ic-confirm@3x.png │ ├── ic-confirmation_loader.imageset │ │ ├── Contents.json │ │ ├── ic-confirmation_loader@2x.png │ │ └── ic-confirmation_loader@3x.png │ ├── ic-confirmed.imageset │ │ ├── Contents.json │ │ ├── ic-confirmed@2x.png │ │ └── ic-confirmed@3x.png │ ├── ic-contractStore-light.imageset │ │ ├── Contents.json │ │ ├── ic-contractStore-light@2x.png │ │ └── ic-contractStore-light@3x.png │ ├── ic-contractStore.imageset │ │ ├── Contents.json │ │ ├── ic-contractStore@2x.png │ │ └── ic-contractStore@3x.png │ ├── ic-contract_restore-light.imageset │ │ ├── Contents.json │ │ ├── ic-contract_restore-light@2x.png │ │ └── ic-contract_restore-light@3x.png │ ├── ic-contract_restore.imageset │ │ ├── Contents.json │ │ ├── ic-contract_restore@2x.png │ │ └── ic-contract_restore@3x.png │ ├── ic-contract_watch-light.imageset │ │ ├── Contents.json │ │ ├── ic-contract_watch-light@2x.png │ │ └── ic-contract_watch-light@3x.png │ ├── ic-contract_watch.imageset │ │ ├── Contents.json │ │ ├── ic-contract_watch@2x.png │ │ └── ic-contract_watch@3x.png │ ├── ic-contract_watch1-light.imageset │ │ ├── Contents.json │ │ ├── ic-contract_watch1-light@2x.png │ │ └── ic-contract_watch1-light@3x.png │ ├── ic-copy-history-dark.imageset │ │ ├── Contents.json │ │ ├── ic-copy-history-dark@2x.png │ │ └── ic-copy-history-dark@3x.png │ ├── ic-copy-history-light.imageset │ │ ├── Contents.json │ │ ├── ic-copy-history-light@2x.png │ │ └── ic-copy-history-light@3x.png │ ├── ic-create_new_light.imageset │ │ ├── Contents.json │ │ ├── ic-create_new_light@2x.png │ │ └── ic-create_new_light@3x.png │ ├── ic-delete-contract-dark.imageset │ │ ├── Contents.json │ │ ├── ic-delete-contract-dark@2x.png │ │ └── ic-delete-contract-dark@3x.png │ ├── ic-delete-contract-light.imageset │ │ ├── Contents.json │ │ ├── ic-delete-contract-light@2x.png │ │ └── ic-delete-contract-light@3x.png │ ├── ic-error-popup.imageset │ │ ├── Contents.json │ │ ├── ic-error-popup@2x.png │ │ └── ic-error-popup@3x.png │ ├── ic-error.imageset │ │ ├── Contents.json │ │ ├── ic-error@2x.png │ │ └── ic-error@3x.png │ ├── ic-fingerprint.imageset │ │ ├── Contents.json │ │ ├── ic-fingerprint@2x.png │ │ └── ic-fingerprint@3x.png │ ├── ic-loader-light.imageset │ │ ├── Contents.json │ │ ├── ic-loader-light@2x.png │ │ └── ic-loader-light@3x.png │ ├── ic-loader_light.imageset │ │ ├── Contents.json │ │ ├── ic-loader@2x.png │ │ └── ic-loader@3x.png │ ├── ic-logout.imageset │ │ ├── Contents.json │ │ ├── ic-logout@2x.png │ │ └── ic-logout@3x.png │ ├── ic-newContracts-light.imageset │ │ ├── Contents.json │ │ ├── ic-newContracts-light@3x.png │ │ └── ic-newContracts@2x.png │ ├── ic-news-light.imageset │ │ ├── Contents.json │ │ ├── ic-news-light@2x.png │ │ └── ic-news-light@3x.png │ ├── ic-pancil-light.imageset │ │ ├── Contents.json │ │ ├── ic-pancil-light@2x.png │ │ └── ic-pancil-light@3x.png │ ├── ic-pancil.imageset │ │ ├── Contents.json │ │ ├── ic-pancil@2x.png │ │ └── ic-pancil@3x.png │ ├── ic-profile-light.imageset │ │ ├── Contents.json │ │ ├── ic-profile-light@2x.png │ │ └── ic-profile-light@3x.png │ ├── ic-publichedContracts-light.imageset │ │ ├── Contents.json │ │ ├── ic-publichedContracts-light@2x.png │ │ └── ic-publichedContracts-light@3x.png │ ├── ic-publichedContracts.imageset │ │ ├── Contents.json │ │ ├── ic-publichedContracts@2x.png │ │ └── ic-publichedContracts@3x.png │ ├── ic-qr_code_light.imageset │ │ ├── Contents.json │ │ ├── ic-qr_code_light@2x.png │ │ └── ic-qr_code_light@3x.png │ ├── ic-receive_light.imageset │ │ ├── Contents.json │ │ ├── ic-receive_light@2x.png │ │ └── ic-receive_light@3x.png │ ├── ic-received_smartcontract-dark.imageset │ │ ├── Contents.json │ │ ├── ic-received_smartcontract-dark@2x.png │ │ └── ic-received_smartcontract-dark@3x.png │ ├── ic-received_smartcontract-light.imageset │ │ ├── Contents.json │ │ ├── ic-received_smartcontract-light@2x.png │ │ └── ic-received_smartcontract-light@3x.png │ ├── ic-remove-confirm-dark.imageset │ │ ├── Contents.json │ │ ├── ic-remove-confirm-dark@2x.png │ │ └── ic-remove-confirm-dark@3x.png │ ├── ic-remove-confirm-light.imageset │ │ ├── Contents.json │ │ ├── ic-remove-confirm-light@2x.png │ │ └── ic-remove-confirm-light@3x.png │ ├── ic-resetButton-.imageset │ │ ├── Contents.json │ │ ├── ic-resetButton-@2x.png │ │ └── ic-resetButton-@3x.png │ ├── ic-search-clear-light.imageset │ │ ├── Contents.json │ │ ├── ic-search-clear-light@2x.png │ │ └── ic-search-clear-light@3x.png │ ├── ic-search-light.imageset │ │ ├── Contents.json │ │ ├── ic-search-light@2x.png │ │ └── ic-search-light@3x.png │ ├── ic-send-light.imageset │ │ ├── Contents.json │ │ ├── ic-send-light@2x.png │ │ └── ic-send-light@3x.png │ ├── ic-sent_light.imageset │ │ ├── Contents.json │ │ ├── ic-sent_light@2x.png │ │ └── ic-sent_light@3x.png │ ├── ic-sent_smartContract.imageset │ │ ├── Contents.json │ │ ├── ic-sent_smartContract@2x.png │ │ └── ic-sent_smartContract@3x.png │ ├── ic-sent_to_myself.imageset │ │ ├── Contents.json │ │ ├── ic-sent_to_myself@2x.png │ │ └── ic-sent_to_myself@3x.png │ ├── ic-smartContract-sent-light.imageset │ │ ├── Contents.json │ │ ├── ic-smartContract-sent-light@2x.png │ │ └── ic-smartContract-sent-light@3x.png │ ├── ic-smartContract.imageset │ │ ├── Contents.json │ │ ├── ic-smartContract@2x.png │ │ └── ic-smartContract@3x.png │ ├── ic-smart_contract.imageset │ │ ├── Contents.json │ │ ├── ic-smart_contract@2x.png │ │ └── ic_smart_contract@3x.png │ ├── ic-supertoken.imageset │ │ ├── Contents.json │ │ ├── ic-supertoken@2x.png │ │ └── ic-supertoken@3x.png │ ├── ic-swipe-contract-light.imageset │ │ ├── Contents.json │ │ ├── ic-swipe-contract-light@2x.png │ │ └── ic-swipe-contract-light@3x.png │ ├── ic-swipe-contract.imageset │ │ ├── Contents.json │ │ ├── ic-swipe-contract@2x.png │ │ └── ic-swipe-contract@3x.png │ ├── ic-themes.imageset │ │ ├── Contents.json │ │ ├── ic-themes@2x.png │ │ └── ic-themes@3x.png │ ├── ic-time.imageset │ │ ├── Contents.json │ │ ├── ic-time@2x.png │ │ └── ic-time@3x.png │ ├── ic-token-light.imageset │ │ ├── Contents.json │ │ ├── ic-token-light@2x.png │ │ └── ic-token-light@3x.png │ ├── ic-token-subscribe.imageset │ │ ├── Contents.json │ │ ├── ic-token-subscribe@2x.png │ │ └── ic-token-subscribe@3x.png │ ├── ic-token.imageset │ │ ├── Contents.json │ │ ├── ic-token@2x.png │ │ └── ic-token@3x.png │ ├── ic-token_not_empty.imageset │ │ ├── Contents.json │ │ ├── ic-token_not_empty@2x.png │ │ └── ic-token_not_empty@3x.png │ ├── ic-token_unsupported-light.imageset │ │ ├── Contents.json │ │ ├── ic-token_unsupported-light@2x.png │ │ └── ic-token_unsupported-light@3x.png │ ├── ic-token_unsupported.imageset │ │ ├── Contents.json │ │ ├── ic-token_unsupported@2x.png │ │ └── ic-token_unsupported@3x.png │ ├── ic-touch-auth-light.imageset │ │ ├── Contents.json │ │ ├── ic-touch-auth-light@2x.png │ │ └── ic-touch-auth-light@3x.png │ ├── ic-touchID.imageset │ │ ├── Contents.json │ │ ├── ic-touchID@2x.png │ │ └── ic-touchID@3x.png │ ├── ic-transfer-address.imageset │ │ ├── Contents.json │ │ ├── ic-transfer-address@2x.png │ │ └── ic-transfer-address@3x.png │ ├── ic-transfer-light.imageset │ │ ├── Contents.json │ │ ├── ic-transfer-light@2x.png │ │ └── ic-transfer-light@3x.png │ ├── ic-unsubscribe-contract-dark.imageset │ │ ├── Contents.json │ │ ├── ic-unsubscribe-contract-dark@2x.png │ │ └── ic-unsubscribe-contract-dark@3x.png │ ├── ic-unsubscribe-contract-light.imageset │ │ ├── Contents.json │ │ ├── ic-unsubscribe-contract-light@2x.png │ │ └── ic-unsubscribe-contract-light@3x.png │ ├── ic-wallet-light.imageset │ │ ├── Contents.json │ │ ├── ic-wallet-light@2x.png │ │ └── ic-wallet-light@3x.png │ ├── ic_contr_backup-light.imageset │ │ ├── Contents.json │ │ ├── ic_contr_backup-light@2x.png │ │ └── ic_contr_backup-light@3x.png │ ├── ic_contr_backup.imageset │ │ ├── Contents.json │ │ ├── ic_contr_backup@2x.png │ │ └── ic_contr_backup@3x.png │ ├── ic_sent_to_myself-light.imageset │ │ ├── Contents.json │ │ ├── ic_sent_to_myself-light@2x.png │ │ └── ic_sent_to_myself-light@3x.png │ ├── ic_token_watch.imageset │ │ ├── Contents.json │ │ ├── ic_token_watch@2x.png │ │ └── ic_token_watch@3x.png │ ├── import.imageset │ │ ├── Contents.json │ │ └── import.png │ ├── import_wallet_icon.imageset │ │ ├── Contents.json │ │ └── import_wallet_icon@2x.png │ ├── info_icon.imageset │ │ ├── Contents.json │ │ ├── ic-about@2x.png │ │ └── ic-about@3x.png │ ├── language_icon.imageset │ │ ├── Contents.json │ │ ├── ic-language@2x.png │ │ └── ic-language@3x.png │ ├── logo.imageset │ │ ├── Contents.json │ │ ├── logo@2x.png │ │ └── logo@3x.png │ ├── logo_launch.imageset │ │ ├── Contents.json │ │ ├── logo_launch.png │ │ ├── logo_launch@2x.png │ │ └── logo_launch@3x.png │ ├── logo_txt.imageset │ │ ├── Contents.json │ │ └── logo_txt@2x.png │ ├── logo_white.imageset │ │ ├── Contents.json │ │ ├── logo@2x.png │ │ └── logo@3x.png │ ├── new-logo.imageset │ │ ├── Contents.json │ │ ├── new-logo@2x.png │ │ └── new-logo@3x.png │ ├── news-placehodler.imageset │ │ ├── Contents.json │ │ └── new-logo@2x.png │ ├── news.imageset │ │ ├── Contents.json │ │ ├── ic-news@2x.png │ │ └── ic-news@3x.png │ ├── no-image.imageset │ │ ├── Contents.json │ │ └── no-image.jpg │ ├── pin_icon.imageset │ │ ├── Contents.json │ │ ├── ic-pin@2x.png │ │ └── ic-pin@3x.png │ ├── profile.imageset │ │ ├── Contents.json │ │ ├── ic-profile@2x.png │ │ └── ic-profile@3x.png │ ├── qrcode.imageset │ │ ├── Contents.json │ │ ├── ic-qr-code@2x.png │ │ └── ic-qr-code@3x.png │ ├── query-icon-dark.imageset │ │ ├── Contents.json │ │ ├── query-icon-dark@2x.png │ │ └── query-icon-dark@3x.png │ ├── query-icon.imageset │ │ ├── Contents.json │ │ ├── query-icon@2x.png │ │ └── query-icon@3x.png │ ├── recieve.imageset │ │ ├── Contents.json │ │ └── recieve.png │ ├── resore-back-light.imageset │ │ ├── Contents.json │ │ ├── resore-back-light@2x.png │ │ └── resore-back-light@3x.png │ ├── scan_qr_code.imageset │ │ ├── Contents.json │ │ └── scan_qr_code@2x.png │ ├── send.imageset │ │ ├── Contents.json │ │ ├── ic-send@2x.png │ │ └── ic-send@3x.png │ ├── share.imageset │ │ ├── Contents.json │ │ ├── ic-share@2x.png │ │ └── ic-share@3x.png │ ├── side-menu.imageset │ │ ├── Contents.json │ │ └── side-menu@2x.png │ └── wallet.imageset │ │ ├── Contents.json │ │ └── wallet@2x.png ├── Auth and Login │ ├── Auth │ │ ├── AuthCoordinator.h │ │ ├── AuthCoordinator.m │ │ ├── AuthNavigationController.h │ │ ├── AuthNavigationController.m │ │ ├── ConfirmPassphrase │ │ │ ├── Cell │ │ │ │ ├── ConfirmWordCollectionViewCell.h │ │ │ │ ├── ConfirmWordCollectionViewCell.m │ │ │ │ ├── ConfirmWordCollectionViewCell.xib │ │ │ │ ├── ConfirmWordCollectionViewCellDark.h │ │ │ │ ├── ConfirmWordCollectionViewCellDark.m │ │ │ │ ├── ConfirmWordCollectionViewCellDark.xib │ │ │ │ ├── ExampleWordCollectionViewCell.h │ │ │ │ ├── ExampleWordCollectionViewCell.m │ │ │ │ ├── ExampleWordCollectionViewCell.xib │ │ │ │ ├── ExampleWordCollectionViewCellDark.h │ │ │ │ ├── ExampleWordCollectionViewCellDark.m │ │ │ │ └── ExampleWordCollectionViewCellDark.xib │ │ │ ├── ConfirmPassphraseOutput.h │ │ │ ├── ConfirmPassphraseViewController.h │ │ │ ├── ConfirmPassphraseViewController.m │ │ │ ├── ConfirmPassphraseViewControllerDark.h │ │ │ ├── ConfirmPassphraseViewControllerDark.m │ │ │ ├── ConfirmPassphraseViewControllerLight.h │ │ │ ├── ConfirmPassphraseViewControllerLight.m │ │ │ └── Layout │ │ │ │ ├── CustomWordsLayout.h │ │ │ │ └── CustomWordsLayout.m │ │ ├── CreatePinOutput │ │ │ ├── CreatePinOutput.h │ │ │ ├── CreatePinOutputDelegate.h │ │ │ ├── CreatePinViewController.h │ │ │ ├── CreatePinViewController.m │ │ │ ├── CreatePinViewControllerDark.h │ │ │ ├── CreatePinViewControllerDark.m │ │ │ ├── CreatePinViewControllerLight.h │ │ │ └── CreatePinViewControllerLight.m │ │ ├── EnableFingerprintOutput │ │ │ ├── EnableFingerprintOutput.h │ │ │ ├── EnableFingerprintOutputDelegate.h │ │ │ ├── EnableFingerprintViewController.h │ │ │ ├── EnableFingerprintViewController.m │ │ │ ├── EnableFingerprintViewControllerDark.h │ │ │ ├── EnableFingerprintViewControllerDark.m │ │ │ ├── EnableFingerprintViewControllerLight.h │ │ │ └── EnableFingerprintViewControllerLight.m │ │ ├── ExportWalletBrandKeyOutput │ │ │ ├── ExportWalletBrandKeyOutput.h │ │ │ ├── ExportWalletBrandKeyOutputDelegate.h │ │ │ ├── ExportWalletBrandKeyViewController.h │ │ │ ├── ExportWalletBrandKeyViewController.m │ │ │ ├── ExportWalletBrandKeyViewControllerDark.h │ │ │ ├── ExportWalletBrandKeyViewControllerDark.m │ │ │ ├── ExportWalletBrandKeyViewControllerLight.h │ │ │ └── ExportWalletBrandKeyViewControllerLight.m │ │ ├── FirstAuthOutput │ │ │ ├── FirstAuthOutput.h │ │ │ ├── FirstAuthOutputDelegate.h │ │ │ ├── FirstAuthViewController.h │ │ │ ├── FirstAuthViewController.m │ │ │ ├── FirstAuthViewControllerDark.h │ │ │ ├── FirstAuthViewControllerDark.m │ │ │ ├── FirstAuthViewControllerLight.h │ │ │ └── FirstAuthViewControllerLight.m │ │ ├── RepeatePinOutput │ │ │ ├── RepeateOutput.h │ │ │ ├── RepeateOutputDelegate.h │ │ │ ├── RepeateViewController.h │ │ │ ├── RepeateViewController.m │ │ │ ├── RepeateViewControllerDark.h │ │ │ ├── RepeateViewControllerDark.m │ │ │ ├── RepeateViewControllerLight.h │ │ │ └── RepeateViewControllerLight.m │ │ ├── RestoreWalletOutput │ │ │ ├── RestoreWalletOutput.h │ │ │ ├── RestoreWalletOutputDelegate.h │ │ │ ├── RestoreWalletViewController.h │ │ │ ├── RestoreWalletViewController.m │ │ │ ├── RestoreWalletViewControllerDark.h │ │ │ ├── RestoreWalletViewControllerDark.m │ │ │ ├── RestoreWalletViewControllerLight.h │ │ │ └── RestoreWalletViewControllerLight.m │ │ └── WalletNameOutput │ │ │ ├── WalletNameOutput.h │ │ │ ├── WalletNameOutputDelegate.h │ │ │ ├── WalletNameViewController.h │ │ │ ├── WalletNameViewController.m │ │ │ ├── WalletNameViewControllerDark.h │ │ │ ├── WalletNameViewControllerDark.m │ │ │ ├── WalletNameViewControllerLight.h │ │ │ └── WalletNameViewControllerLight.m │ ├── Confirm Pin │ │ ├── ConfirmPinCoordinator.h │ │ └── ConfirmPinCoordinator.m │ └── Login Flow │ │ ├── Controllers │ │ ├── LoginViewController.h │ │ ├── LoginViewController.m │ │ ├── LoginViewControllerDark.h │ │ ├── LoginViewControllerDark.m │ │ ├── LoginViewControllerLight.h │ │ └── LoginViewControllerLight.m │ │ ├── LoginCoordinator.h │ │ ├── LoginCoordinator.m │ │ └── Protocols │ │ ├── LoginViewOutput.h │ │ └── LoginViewOutputDelegate.h ├── Categories │ ├── BTCBlockchainInfo+QtumExplorer.h │ ├── BTCBlockchainInfo+QtumExplorer.m │ ├── JKBigDecimal+Comparison.h │ ├── JKBigDecimal+Comparison.m │ ├── JKBigDecimal+Format.h │ ├── JKBigDecimal+Format.m │ ├── NSArray+Shuffle.h │ ├── NSArray+Shuffle.m │ ├── NSBundle+StyleProvider.h │ ├── NSBundle+StyleProvider.m │ ├── NSData+AES256.h │ ├── NSData+AES256.m │ ├── NSData+Extension.h │ ├── NSData+Extension.m │ ├── NSDate+Extension.h │ ├── NSDate+Extension.m │ ├── NSDecimalNumber+Comparison.h │ ├── NSDecimalNumber+Comparison.m │ ├── NSError+NoInternet.h │ ├── NSError+NoInternet.m │ ├── NSNull+Catch.h │ ├── NSNull+Catch.m │ ├── NSNumber+Comparison.h │ ├── NSNumber+Comparison.m │ ├── NSNumber+Format.h │ ├── NSNumber+Format.m │ ├── NSObject+Associating.h │ ├── NSObject+Associating.m │ ├── NSOperationQueue+Timeout.h │ ├── NSOperationQueue+Timeout.m │ ├── NSString+AES256.h │ ├── NSString+AES256.m │ ├── NSString+AbiRegex.h │ ├── NSString+AbiRegex.m │ ├── NSString+Extension.h │ ├── NSString+Extension.m │ ├── NSUserDefaults+Settings.h │ ├── NSUserDefaults+Settings.m │ ├── SHA3 │ │ ├── NSString+SHA3.h │ │ ├── NSString+SHA3.m │ │ ├── keccak.c │ │ └── keccak.h │ ├── SlideNavigationContorllerAnimatorFade+FadeController.h │ ├── SlideNavigationContorllerAnimatorFade+FadeController.m │ ├── UIImage+Extension.h │ └── UIImage+Extension.m ├── Controllers │ ├── AddressList │ │ ├── AddressListViewController.h │ │ ├── AddressListViewController.m │ │ └── Cell │ │ │ ├── AddressTableViewCell.h │ │ │ └── AddressTableViewCell.m │ ├── Key │ │ ├── KeyViewController.h │ │ └── KeyViewController.m │ ├── Main │ │ └── Cell │ │ │ ├── WalletTypeCellWithCollection.h │ │ │ ├── WalletTypeCellWithCollection.m │ │ │ └── WalletTypeCollectionCell.m │ ├── PinController.h │ ├── PinController.m │ └── QRCode │ │ ├── QRCodeOutput.h │ │ ├── QRCodeViewController.h │ │ ├── QRCodeViewController.m │ │ ├── QRCodeViewControllerDark.h │ │ ├── QRCodeViewControllerDark.m │ │ ├── QRCodeViewControllerLight.h │ │ └── QRCodeViewControllerLight.m ├── Data Base │ ├── Log+CoreDataClass.h │ ├── Log+CoreDataClass.m │ ├── Log+CoreDataProperties.h │ ├── Log+CoreDataProperties.m │ ├── TransactionHistory.xcdatamodeld │ │ └── TransactionHistory.xcdatamodel │ │ │ └── contents │ ├── TransactionHistoryEntity.xcdatamodeld │ │ └── TransactionHistoryEntity.xcdatamodel │ │ │ └── contents │ ├── TransactionReceipt+CoreDataClass.h │ ├── TransactionReceipt+CoreDataClass.m │ ├── TransactionReceipt+CoreDataProperties.h │ ├── TransactionReceipt+CoreDataProperties.m │ ├── TransactionReceipt+Extension.h │ ├── TransactionReceipt+Extension.m │ ├── WalletBalanceEntity+CoreDataClass.h │ ├── WalletBalanceEntity+CoreDataClass.m │ ├── WalletBalanceEntity+CoreDataProperties.h │ ├── WalletBalanceEntity+CoreDataProperties.m │ ├── WalletBalanceEntity+Extension.h │ ├── WalletBalanceEntity+Extension.m │ ├── WalletContractHistoryEntity+CoreDataClass.h │ ├── WalletContractHistoryEntity+CoreDataClass.m │ ├── WalletContractHistoryEntity+CoreDataProperties.h │ ├── WalletContractHistoryEntity+CoreDataProperties.m │ ├── WalletContractHistoryEntity+Extension.h │ ├── WalletContractHistoryEntity+Extension.m │ ├── WalletHistoryEntity+CoreDataClass.h │ ├── WalletHistoryEntity+CoreDataClass.m │ ├── WalletHistoryEntity+CoreDataProperties.h │ ├── WalletHistoryEntity+CoreDataProperties.m │ ├── WalletHistoryEntity+Extension.h │ └── WalletHistoryEntity+Extension.m ├── Factories │ ├── BackupResoreStoryboardFactory.h │ ├── BackupResoreStoryboardFactory.m │ ├── Base │ │ ├── DarkLightModeFactory.h │ │ └── DarkLightModeFactory.m │ ├── ControllersFactory.h │ ├── ControllersFactory.m │ ├── CreateStoryboardFactory.h │ ├── CreateStoryboardFactory.m │ ├── NewsStoryboardFactory.h │ ├── NewsStoryboardFactory.m │ ├── PopupFactory.h │ ├── PopupFactory.m │ ├── ProfileStoryboardFactory.h │ ├── ProfileStoryboardFactory.m │ ├── Protocols │ │ ├── BackupResoreStoryboardFactoryProtocol.h │ │ ├── CreateStoryboardFactoryProtocol.h │ │ ├── NewsStoryboardFactoryProtocol.h │ │ ├── PopupFactoryProtocol.h │ │ ├── ProfileStoryboardFactoryProtocol.h │ │ ├── QStoreStoryboardFactoryProtocol.h │ │ ├── SendStoryboardFactoryProtocol.h │ │ ├── SplashStoryboardFactoryProtocol.h │ │ ├── StartStoryboardFactoryProtocol.h │ │ ├── SubscribeTokenStoryboardFactoryProtocol.h │ │ ├── WalletStoryboadFactoryProtocol.h │ │ └── WalletsFactoryProtocol.h │ ├── QStoreStoryboardFactory.h │ ├── QStoreStoryboardFactory.m │ ├── SendStoryboardFactory.h │ ├── SendStoryboardFactory.m │ ├── SplashStoryboardFactory.h │ ├── SplashStoryboardFactory.m │ ├── StartStoryboardFactory.h │ ├── StartStoryboardFactory.m │ ├── SubscribeTokenStoryboardFactory.h │ ├── SubscribeTokenStoryboardFactory.m │ ├── TableSourcesFactory.h │ ├── TableSourcesFactory.m │ ├── WalletStoryboadFactory.h │ ├── WalletStoryboadFactory.m │ ├── WalletsFactory.h │ └── WalletsFactory.m ├── Info.plist ├── Library │ ├── Base │ │ ├── BaseViewController.h │ │ └── BaseViewController.m │ ├── Categories │ │ ├── BTCAddress+Extension.h │ │ ├── BTCAddress+Extension.m │ │ ├── BTCTransaction+Extensions.h │ │ ├── BTCTransaction+Extensions.m │ │ ├── BTCTransactionInput+Extension.h │ │ ├── BTCTransactionInput+Extension.m │ │ ├── BTCTransactionOutput+Address.h │ │ └── BTCTransactionOutput+Address.m │ └── Extensions │ │ ├── NSObject+Extension.h │ │ ├── NSObject+Extension.m │ │ ├── UIAlertController+Extensions.h │ │ ├── UIAlertController+Extensions.m │ │ ├── UIViewController+Extension.h │ │ └── UIViewController+Extension.m ├── Localization │ ├── Base.lproj │ │ └── Localizable.strings │ ├── LanguageManager.h │ ├── LanguageManager.m │ ├── NSBundle+Language.h │ ├── NSBundle+Language.m │ ├── en.lproj │ │ └── Localizable.strings │ └── zh-Hant.lproj │ │ └── Localizable.strings ├── Model │ ├── AbiInterfaceOutput.h │ ├── AbiInterfaceOutput.m │ ├── AbiTypes │ │ ├── AbiParameterPrimitiveType.h │ │ ├── AbiParameterPrimitiveType.m │ │ ├── AbiParameterProtocol.h │ │ ├── AbiParameterTypeAddress.h │ │ ├── AbiParameterTypeAddress.m │ │ ├── AbiParameterTypeBool.h │ │ ├── AbiParameterTypeBool.m │ │ ├── AbiParameterTypeBytes.h │ │ ├── AbiParameterTypeBytes.m │ │ ├── AbiParameterTypeFixedBytes.h │ │ ├── AbiParameterTypeFixedBytes.m │ │ ├── AbiParameterTypeInt.h │ │ ├── AbiParameterTypeInt.m │ │ ├── AbiParameterTypeString.h │ │ ├── AbiParameterTypeString.m │ │ ├── AbiParameterTypeUInt.h │ │ ├── AbiParameterTypeUInt.m │ │ └── Arrays │ │ │ ├── AbiParameterTypeArray.h │ │ │ ├── AbiParameterTypeArray.m │ │ │ ├── AbiParameterTypeDynamicArray.h │ │ │ ├── AbiParameterTypeDynamicArray.m │ │ │ ├── AbiParameterTypeDynamicArrayAddress.h │ │ │ ├── AbiParameterTypeDynamicArrayAddress.m │ │ │ ├── AbiParameterTypeDynamicArrayBool.h │ │ │ ├── AbiParameterTypeDynamicArrayBool.m │ │ │ ├── AbiParameterTypeDynamicArrayBytes.h │ │ │ ├── AbiParameterTypeDynamicArrayBytes.m │ │ │ ├── AbiParameterTypeDynamicArrayFixedBytes.h │ │ │ ├── AbiParameterTypeDynamicArrayFixedBytes.m │ │ │ ├── AbiParameterTypeDynamicArrayInt.h │ │ │ ├── AbiParameterTypeDynamicArrayInt.m │ │ │ ├── AbiParameterTypeDynamicArrayString.h │ │ │ ├── AbiParameterTypeDynamicArrayString.m │ │ │ ├── AbiParameterTypeDynamicArrayUInt.h │ │ │ ├── AbiParameterTypeDynamicArrayUInt.m │ │ │ ├── AbiParameterTypeDynamicElementaryArray.h │ │ │ ├── AbiParameterTypeDynamicElementaryArray.m │ │ │ ├── AbiParameterTypeElementaryArray.h │ │ │ ├── AbiParameterTypeElementaryArray.m │ │ │ ├── AbiParameterTypeFixedArray.h │ │ │ ├── AbiParameterTypeFixedArray.m │ │ │ ├── AbiParameterTypeFixedArrayAddress.h │ │ │ ├── AbiParameterTypeFixedArrayAddress.m │ │ │ ├── AbiParameterTypeFixedArrayBool.h │ │ │ ├── AbiParameterTypeFixedArrayBool.m │ │ │ ├── AbiParameterTypeFixedArrayBytes.h │ │ │ ├── AbiParameterTypeFixedArrayBytes.m │ │ │ ├── AbiParameterTypeFixedArrayFixedBytes.h │ │ │ ├── AbiParameterTypeFixedArrayFixedBytes.m │ │ │ ├── AbiParameterTypeFixedArrayInt.h │ │ │ ├── AbiParameterTypeFixedArrayInt.m │ │ │ ├── AbiParameterTypeFixedArrayString.h │ │ │ ├── AbiParameterTypeFixedArrayString.m │ │ │ ├── AbiParameterTypeFixedArrayUInt.h │ │ │ ├── AbiParameterTypeFixedArrayUInt.m │ │ │ ├── AbiParameterTypeFixedElementaryArray.h │ │ │ └── AbiParameterTypeFixedElementaryArray.m │ ├── AbiinterfaceEntries.h │ ├── AbiinterfaceEntries.m │ ├── AbiinterfaceInput.h │ ├── AbiinterfaceInput.m │ ├── AbiinterfaceItem.h │ ├── AbiinterfaceItem.m │ ├── ContracBalancesObject.h │ ├── ContracBalancesObject.m │ ├── ContractPretendent.h │ ├── ContractPretendent.m │ ├── HistoryDataStorage.h │ ├── HistoryDataStorage.m │ ├── HistoryElement.h │ ├── HistoryElement.m │ ├── HistoryStorageProtocol.h │ ├── InterfaceInputFormModel.h │ ├── InterfaceInputFormModel.m │ ├── NewsCellModel.h │ ├── NewsCellModel.m │ ├── RecieptLogDTO.h │ ├── RecieptLogDTO.m │ ├── ResultTokenCreateInputModel.m │ ├── ResultTokenInputsModel.h │ ├── ResultTokenInputsModel.m │ ├── SendInfoItem.h │ ├── SendInfoItem.m │ ├── TemplateModel.h │ ├── TemplateModel.m │ ├── TokenHistoryElement.h │ ├── TokenHistoryElement.m │ ├── ValueRepresentationEntity.h │ ├── ValueRepresentationEntity.m │ ├── WalletBalancesObject.h │ └── WalletBalancesObject.m ├── NetworkOAuth2Service.h ├── NetworkOAuth2Service.m ├── NewsFlow │ ├── NewsCoordinator.h │ ├── NewsCoordinator.m │ ├── NewsDetailCellBuilder.h │ ├── NewsDetailCellBuilder.m │ ├── NewsNavigationController.h │ ├── NewsNavigationController.m │ └── NewsOutput │ │ ├── Cell │ │ ├── NewsTableCell.h │ │ ├── NewsTableCell.m │ │ ├── NewsTableCellDark.h │ │ ├── NewsTableCellDark.m │ │ ├── NewsTableCellLight.h │ │ ├── NewsTableCellLight.m │ │ └── Tag Cells │ │ │ ├── QTUMDefaultTagCell.h │ │ │ ├── QTUMDefaultTagCell.m │ │ │ ├── QTUMDefaultTagCellLight.h │ │ │ ├── QTUMDefaultTagCellLight.m │ │ │ ├── QTUMImageTagCell.h │ │ │ ├── QTUMImageTagCell.m │ │ │ ├── QTUMImageTagCellLight.h │ │ │ ├── QTUMImageTagCellLight.m │ │ │ ├── QTUMParagrafTagCell.h │ │ │ ├── QTUMParagrafTagCell.m │ │ │ ├── QTUMParagrafTagCellLight.h │ │ │ ├── QTUMParagrafTagCellLight.m │ │ │ ├── QTUMTitleTagCell.h │ │ │ ├── QTUMTitleTagCell.m │ │ │ ├── QTUMTitleTagCellLight.h │ │ │ └── QTUMTitleTagCellLight.m │ │ ├── Controllers │ │ ├── NewsDetail │ │ │ ├── NewsDetailViewController.h │ │ │ ├── NewsDetailViewController.m │ │ │ ├── NewsDetailViewControllerDark.h │ │ │ ├── NewsDetailViewControllerDark.m │ │ │ ├── NewsDetailViewControllerLight.h │ │ │ └── NewsDetailViewControllerLight.m │ │ └── NewsList │ │ │ ├── NewsController.h │ │ │ ├── NewsController.m │ │ │ ├── NewsViewControllerDark.h │ │ │ ├── NewsViewControllerDark.m │ │ │ ├── NewsViewControllerLight.h │ │ │ └── NewsViewControllerLight.m │ │ ├── NewsDetailOutput.h │ │ ├── NewsOutput.h │ │ └── NewsOutputDelegate.h ├── Pin Flow │ └── PIN │ │ ├── CreatePinRootController.h │ │ ├── CreatePinRootController.m │ │ ├── SecurityPinView.h │ │ └── SecurityPinView.m ├── Pop Ups │ ├── Address Transfer │ │ ├── AddressTransferPopupViewController.h │ │ ├── AddressTransferPopupViewController.m │ │ ├── AddressTransferPopupViewControllerDark.h │ │ ├── AddressTransferPopupViewControllerDark.m │ │ ├── AddressTransferPopupViewControllerLight.h │ │ └── AddressTransferPopupViewControllerLight.m │ ├── Confirm Purchase │ │ ├── ConfirmPurchasePopUpViewController.h │ │ ├── ConfirmPurchasePopUpViewController.m │ │ ├── ConfirmPurchasePopUpViewControllerDark.h │ │ ├── ConfirmPurchasePopUpViewControllerDark.m │ │ ├── ConfirmPurchasePopUpViewControllerLight.h │ │ └── ConfirmPurchasePopUpViewControllerLight.m │ ├── ConfirmPopUp │ │ ├── ConfirmPopUpViewController.h │ │ ├── ConfirmPopUpViewController.m │ │ ├── ConfirmPopUpViewControllerDark.h │ │ ├── ConfirmPopUpViewControllerDark.m │ │ ├── ConfirmPopUpViewControllerLight.h │ │ └── ConfirmPopUpViewControllerLight.m │ ├── Errors │ │ ├── ErrorPopUpViewController.h │ │ ├── ErrorPopUpViewController.m │ │ ├── ErrorPopUpViewControllerDark.h │ │ ├── ErrorPopUpViewControllerDark.m │ │ ├── ErrorPopUpViewControllerLight.h │ │ └── ErrorPopUpViewControllerLight.m │ ├── Information Popup │ │ ├── InformationPopUpViewController.h │ │ ├── InformationPopUpViewController.m │ │ ├── InformationPopUpViewControllerDark.h │ │ ├── InformationPopUpViewControllerDark.m │ │ ├── InformationPopUpViewControllerLight.h │ │ └── InformationPopUpViewControllerLight.m │ ├── Loader Popup │ │ ├── LoaderPopUpViewController.h │ │ ├── LoaderPopUpViewController.m │ │ ├── LoaderPopUpViewControllerDark.h │ │ ├── LoaderPopUpViewControllerDark.m │ │ ├── LoaderPopUpViewControllerLight.h │ │ └── LoaderPopUpViewControllerLight.m │ ├── No Internet │ │ ├── NoInternetConnectionPopUpViewController.h │ │ ├── NoInternetConnectionPopUpViewController.m │ │ ├── NoInternetConnectionPopUpViewControllerDark.h │ │ ├── NoInternetConnectionPopUpViewControllerDark.m │ │ ├── NoInternetConnectionPopUpViewControllerLight.h │ │ └── NoInternetConnectionPopUpViewControllerLight.m │ ├── Photo Libruary │ │ ├── PhotoLibraryPopUpViewController.h │ │ ├── PhotoLibraryPopUpViewController.m │ │ ├── PhotoLibraryPopUpViewControllerDark.h │ │ ├── PhotoLibraryPopUpViewControllerDark.m │ │ ├── PhotoLibraryPopUpViewControllerLight.h │ │ └── PhotoLibraryPopUpViewControllerLight.m │ ├── PopUpContent.h │ ├── PopUpContent.m │ ├── PopUpContentGenerator.h │ ├── PopUpContentGenerator.m │ ├── PopUpViewController.h │ ├── PopUpViewController.m │ ├── PopupService.h │ ├── PopupService.m │ ├── Restore Popup │ │ ├── RestoreContractsPopUpViewController.h │ │ ├── RestoreContractsPopUpViewController.m │ │ ├── RestoreContractsPopUpViewControllerDark.h │ │ ├── RestoreContractsPopUpViewControllerDark.m │ │ ├── RestoreContractsPopUpViewControllerLight.h │ │ └── RestoreContractsPopUpViewControllerLight.m │ ├── Security Popup │ │ ├── SecurityPopupViewController.h │ │ ├── SecurityPopupViewController.m │ │ ├── SecurityPopupViewControllerDark.h │ │ ├── SecurityPopupViewControllerDark.m │ │ ├── SecurityPopupViewControllerLight.h │ │ └── SecurityPopupViewControllerLight.m │ ├── Share Token │ │ ├── ShareTokenPopUpViewController.h │ │ ├── ShareTokenPopUpViewController.m │ │ ├── ShareTokenPopUpViewControllerDark.h │ │ ├── ShareTokenPopUpViewControllerDark.m │ │ ├── ShareTokenPopUpViewControllerLight.h │ │ └── ShareTokenPopUpViewControllerLight.m │ └── Source Code │ │ ├── SourceCodePopUpViewController.h │ │ ├── SourceCodePopUpViewController.m │ │ ├── SourceCodePopUpViewControllerDark.h │ │ ├── SourceCodePopUpViewControllerDark.m │ │ ├── SourceCodePopUpViewControllerLight.h │ │ └── SourceCodePopUpViewControllerLight.m ├── PrefixHeader.pch ├── Profile Flow │ ├── AboutOutput │ │ ├── AboutOutput.h │ │ ├── AboutOutputDelegate.h │ │ ├── AboutOutputViewController.h │ │ ├── AboutOutputViewController.m │ │ ├── AboutOutputViewControllerDark.h │ │ ├── AboutOutputViewControllerDark.m │ │ ├── AboutOutputViewControllerLight.h │ │ └── AboutOutputViewControllerLight.m │ ├── Cell │ │ ├── FinishInputCell.h │ │ └── FinishInputCell.m │ ├── ChangePinOutput │ │ ├── ChangePinCoordinator.h │ │ ├── ChangePinCoordinator.m │ │ ├── ChangePinOutput.h │ │ ├── ChangePinOutputDelegate.h │ │ ├── PinViewController.h │ │ ├── PinViewController.m │ │ ├── PinViewControllerDark.h │ │ ├── PinViewControllerDark.m │ │ ├── PinViewControllerLight.h │ │ └── PinViewControllerLight.m │ ├── Contract │ │ ├── BackupContacts │ │ │ ├── BackupContractOutput.h │ │ │ ├── BackupContractOutputDelegate.h │ │ │ ├── BackupContractsViewController.h │ │ │ ├── BackupContractsViewController.m │ │ │ ├── BackupContractsViewControllerDark.h │ │ │ ├── BackupContractsViewControllerDark.m │ │ │ ├── BackupContractsViewControllerLight.h │ │ │ └── BackupContractsViewControllerLight.m │ │ ├── Cells │ │ │ ├── Token Function │ │ │ │ ├── TokenFunctionCell.h │ │ │ │ ├── TokenFunctionCell.m │ │ │ │ ├── TokenFunctionCellDark.h │ │ │ │ ├── TokenFunctionCellDark.m │ │ │ │ ├── TokenFunctionCellLight.h │ │ │ │ └── TokenFunctionCellLight.m │ │ │ └── Token Property │ │ │ │ ├── TokenPropertyCell.h │ │ │ │ └── TokenPropertyCell.m │ │ ├── Change Contract Name │ │ │ ├── ChangeContractLocatlNameOutput.h │ │ │ ├── ChangeContractLocatlNameViewController.h │ │ │ ├── ChangeContractLocatlNameViewController.m │ │ │ ├── ChangeContractLocatlNameViewControllerDark.h │ │ │ ├── ChangeContractLocatlNameViewControllerDark.m │ │ │ ├── ChangeContractLocatlNameViewControllerLight.h │ │ │ └── ChangeContractLocatlNameViewControllerLight.m │ │ ├── Constructor │ │ │ ├── ConstructorAbiOutput.h │ │ │ ├── ConstructorAbiOutputDelegate.h │ │ │ ├── ConstructorFromAbiViewController.h │ │ │ ├── ConstructorFromAbiViewController.m │ │ │ ├── ConstructorFromAbiViewControllerDark.h │ │ │ ├── ConstructorFromAbiViewControllerDark.m │ │ │ ├── ConstructorFromAbiViewControllerLight.h │ │ │ └── ConstructorFromAbiViewControllerLight.m │ │ ├── Contract Creation End │ │ │ ├── ContractCreationEndOutput.h │ │ │ ├── ContractCreationEndOutputDelegate.h │ │ │ ├── CreateTokenFinishViewController.h │ │ │ ├── CreateTokenFinishViewController.m │ │ │ ├── CreateTokenFinishViewControllerDark.h │ │ │ ├── CreateTokenFinishViewControllerDark.m │ │ │ ├── CreateTokenFinishViewControllerLight.h │ │ │ └── CreateTokenFinishViewControllerLight.m │ │ ├── Contract Function Detail │ │ │ ├── ContractFunctionDetailOutput.h │ │ │ ├── ContractFunctionDetailOutputDelegate.h │ │ │ ├── QueryButtonView │ │ │ │ ├── QueryFunctionView.h │ │ │ │ ├── QueryFunctionView.m │ │ │ │ ├── QueryFunctionViewDark.h │ │ │ │ ├── QueryFunctionViewDark.m │ │ │ │ ├── QueryFunctionViewDark.xib │ │ │ │ ├── QueryFunctionViewLight.h │ │ │ │ ├── QueryFunctionViewLight.m │ │ │ │ └── QueryFunctionViewLight.xib │ │ │ ├── Slider View With Fee │ │ │ │ ├── SliderFeeView.h │ │ │ │ ├── SliderFeeView.m │ │ │ │ ├── SliderFeeView.xib │ │ │ │ └── SliderViewLight.xib │ │ │ ├── TokenFunctionDetailViewController.h │ │ │ ├── TokenFunctionDetailViewController.m │ │ │ ├── TokenFunctionDetailViewControllerDark.h │ │ │ ├── TokenFunctionDetailViewControllerDark.m │ │ │ ├── TokenFunctionDetailViewControllerLight.h │ │ │ └── TokenFunctionDetailViewControllerLight.m │ │ ├── Contract Functions │ │ │ ├── ContractFunctionsOutput.h │ │ │ ├── ContractFunctionsOutputDelegate.h │ │ │ ├── TokenFunctionViewController.h │ │ │ ├── TokenFunctionViewController.m │ │ │ ├── TokenFunctionViewControllerDark.h │ │ │ ├── TokenFunctionViewControllerDark.m │ │ │ ├── TokenFunctionViewControllerLight.h │ │ │ └── TokenFunctionViewControllerLight.m │ │ ├── ContractCoordinator.h │ │ ├── ContractCoordinator.m │ │ ├── CreateTokenNavigationController.h │ │ ├── CreateTokenNavigationController.m │ │ ├── LibraryOutput │ │ │ ├── LibraryOutput.h │ │ │ ├── LibraryOutputDelegate.h │ │ │ ├── LibraryViewController.h │ │ │ ├── LibraryViewController.m │ │ │ ├── LibraryViewControllerDark.h │ │ │ ├── LibraryViewControllerDark.m │ │ │ ├── LibraryViewControllerLight.h │ │ │ ├── LibraryViewControllerLight.m │ │ │ └── Table │ │ │ │ ├── LibraryTableSource.h │ │ │ │ ├── LibraryTableSource.m │ │ │ │ ├── LibraryTableSourceOutput.h │ │ │ │ ├── LibraryTableSourceOutputDelegate.h │ │ │ │ ├── LibraryTableViewCell.h │ │ │ │ ├── LibraryTableViewCell.m │ │ │ │ ├── LibraryTableViewCellDark.h │ │ │ │ ├── LibraryTableViewCellDark.m │ │ │ │ ├── LibraryTableViewCellLight.h │ │ │ │ └── LibraryTableViewCellLight.m │ │ ├── Published Contracts │ │ │ ├── Cells │ │ │ │ ├── ContractsHeaderCell.h │ │ │ │ ├── ContractsHeaderCell.m │ │ │ │ ├── QTUMSwipableCellWithButtons.h │ │ │ │ ├── QTUMSwipableCellWithButtons.m │ │ │ │ ├── SmartContractListItemCell.h │ │ │ │ ├── SmartContractListItemCell.m │ │ │ │ ├── SmartContractListItemCellDark.h │ │ │ │ ├── SmartContractListItemCellDark.m │ │ │ │ ├── SmartContractListItemCellLight.h │ │ │ │ └── SmartContractListItemCellLight.m │ │ │ ├── PublishedContractListOutput.h │ │ │ ├── PublishedContractListOutputDelegate.h │ │ │ ├── SmartContractsListViewController.h │ │ │ ├── SmartContractsListViewController.m │ │ │ ├── SmartContractsListViewControllerDark.h │ │ │ ├── SmartContractsListViewControllerDark.m │ │ │ ├── SmartContractsListViewControllerLight.h │ │ │ └── SmartContractsListViewControllerLight.m │ │ ├── QStore │ │ │ ├── ContractScreen │ │ │ │ ├── QStoreContractOutput.h │ │ │ │ ├── QStoreContractOutputDelegate.h │ │ │ │ ├── QStoreContractViewController.h │ │ │ │ ├── QStoreContractViewController.m │ │ │ │ ├── QStoreContractViewControllerDark.h │ │ │ │ ├── QStoreContractViewControllerDark.m │ │ │ │ ├── QStoreContractViewControllerLight.h │ │ │ │ └── QStoreContractViewControllerLight.m │ │ │ ├── ListScreen │ │ │ │ ├── QStoreListOutput.h │ │ │ │ ├── QStoreListOutputDelegate.h │ │ │ │ ├── QStoreListTableSource │ │ │ │ │ ├── QStoreListTableSource.h │ │ │ │ │ ├── QStoreListTableSource.m │ │ │ │ │ ├── QStoreListTableSourceLight.h │ │ │ │ │ └── QStoreListTableSourceLight.m │ │ │ │ ├── QStoreListTableViewCell │ │ │ │ │ ├── QStoreListTableViewCell.h │ │ │ │ │ ├── QStoreListTableViewCell.m │ │ │ │ │ ├── QStoreListTableViewCellDark.h │ │ │ │ │ ├── QStoreListTableViewCellDark.m │ │ │ │ │ ├── QStoreListTableViewCellLight.h │ │ │ │ │ └── QStoreListTableViewCellLight.m │ │ │ │ ├── QStoreListViewController.h │ │ │ │ ├── QStoreListViewController.m │ │ │ │ ├── QStoreListViewControllerDark.h │ │ │ │ ├── QStoreListViewControllerDark.m │ │ │ │ ├── QStoreListViewControllerLight.h │ │ │ │ └── QStoreListViewControllerLight.m │ │ │ ├── MainScreen │ │ │ │ ├── CollectionVIew │ │ │ │ │ ├── QStoreCollectionViewCell.h │ │ │ │ │ ├── QStoreCollectionViewCell.m │ │ │ │ │ ├── QStoreCollectionViewSource.h │ │ │ │ │ ├── QStoreCollectionViewSource.m │ │ │ │ │ ├── QStoreTableSource.h │ │ │ │ │ ├── QStoreTableSource.m │ │ │ │ │ └── QStoreTableViewCell │ │ │ │ │ │ ├── QStoreTableViewCell.h │ │ │ │ │ │ ├── QStoreTableViewCell.m │ │ │ │ │ │ ├── QStoreTableViewCellDark.h │ │ │ │ │ │ ├── QStoreTableViewCellDark.m │ │ │ │ │ │ ├── QStoreTableViewCellLight.h │ │ │ │ │ │ └── QStoreTableViewCellLight.m │ │ │ │ ├── QStoreMainOutput.h │ │ │ │ ├── QStoreMainOutputDelegate.h │ │ │ │ ├── QStoreViewController.h │ │ │ │ ├── QStoreViewController.m │ │ │ │ ├── QStoreViewControllerDark.h │ │ │ │ ├── QStoreViewControllerDark.m │ │ │ │ ├── QStoreViewControllerLight.h │ │ │ │ ├── QStoreViewControllerLight.m │ │ │ │ └── Search │ │ │ │ │ ├── Base.lproj │ │ │ │ │ └── SelectSearchTypeView.xib │ │ │ │ │ ├── QStoreSearchTableSource.h │ │ │ │ │ ├── QStoreSearchTableSource.m │ │ │ │ │ ├── QStoreSearchTableViewCell │ │ │ │ │ ├── Base.lproj │ │ │ │ │ │ └── QStoreSearchTableViewCell.xib │ │ │ │ │ ├── QStoreSearchTableViewCell.h │ │ │ │ │ ├── QStoreSearchTableViewCell.m │ │ │ │ │ ├── QStoreSearchTableViewCellDark.h │ │ │ │ │ ├── QStoreSearchTableViewCellDark.m │ │ │ │ │ ├── QStoreSearchTableViewCellLight.h │ │ │ │ │ ├── QStoreSearchTableViewCellLight.m │ │ │ │ │ ├── QStoreSearchTableViewCellLight.xib │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ └── QStoreSearchTableViewCell.strings │ │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ │ └── QStoreSearchTableViewCell.strings │ │ │ │ │ ├── SelectSearchTypeView.h │ │ │ │ │ ├── SelectSearchTypeView.m │ │ │ │ │ ├── SelectSearchTypeViewLight.xib │ │ │ │ │ ├── en.lproj │ │ │ │ │ └── SelectSearchTypeView.strings │ │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ └── SelectSearchTypeView.strings │ │ │ ├── QStoreCoordinator.h │ │ │ ├── QStoreCoordinator.m │ │ │ └── Template Detail │ │ │ │ ├── Cell │ │ │ │ ├── QStoreTemplateFunctionCell.h │ │ │ │ └── QStoreTemplateFunctionCell.m │ │ │ │ ├── QStoreTemplateDetailOutput.h │ │ │ │ ├── QStoreTemplateDetailOutputDelegate.h │ │ │ │ ├── QStoreTemplateDetailViewController.h │ │ │ │ ├── QStoreTemplateDetailViewController.m │ │ │ │ ├── QStoreTemplateDetailViewControllerDark.h │ │ │ │ ├── QStoreTemplateDetailViewControllerDark.m │ │ │ │ ├── QStoreTemplateDetailViewControllerLight.h │ │ │ │ └── QStoreTemplateDetailViewControllerLight.m │ │ ├── RestoreContracts │ │ │ ├── RestoreContractsOutput.h │ │ │ ├── RestoreContractsOutputDelegate.h │ │ │ ├── RestoreContractsViewController.h │ │ │ ├── RestoreContractsViewController.m │ │ │ ├── RestoreContractsViewControllerDark.h │ │ │ ├── RestoreContractsViewControllerDark.m │ │ │ ├── RestoreContractsViewControllerLight.h │ │ │ ├── RestoreContractsViewControllerLight.m │ │ │ └── Views │ │ │ │ ├── CheckButton.xib │ │ │ │ ├── CheckButtonLight.xib │ │ │ │ ├── CheckboxButton.h │ │ │ │ ├── CheckboxButton.m │ │ │ │ ├── CheckboxButtonLight.h │ │ │ │ └── CheckboxButtonLight.m │ │ ├── Smart Contract Menu │ │ │ ├── Cells │ │ │ │ ├── ChoiseSmartContractCell.h │ │ │ │ ├── ChoiseSmartContractCell.m │ │ │ │ ├── ChoiseSmartContractCellDark.h │ │ │ │ ├── ChoiseSmartContractCellDark.m │ │ │ │ ├── ChoiseSmartContractCellLight.h │ │ │ │ └── ChoiseSmartContractCellLight.m │ │ │ ├── SmartContractMenuOutput.h │ │ │ ├── SmartContractMenuOutputDelegate.h │ │ │ ├── SmartContractMenuViewController.h │ │ │ ├── SmartContractMenuViewController.m │ │ │ ├── SmartContractMenuViewControllerDark.h │ │ │ ├── SmartContractMenuViewControllerDark.m │ │ │ ├── SmartContractMenuViewControllerLight.h │ │ │ └── SmartContractMenuViewControllerLight.m │ │ ├── Templates List │ │ │ ├── Cells │ │ │ │ ├── TemplatesHeaderCell.h │ │ │ │ ├── TemplatesHeaderCell.m │ │ │ │ ├── TokenTemplateCell.h │ │ │ │ ├── TokenTemplateCell.m │ │ │ │ ├── TokenTemplateCellDark.h │ │ │ │ ├── TokenTemplateCellDark.m │ │ │ │ ├── TokenTemplateCellLight.h │ │ │ │ └── TokenTemplateCellLight.m │ │ │ ├── TemplateTokenViewController.h │ │ │ ├── TemplateTokenViewController.m │ │ │ ├── TemplateTokenViewControllerDark.h │ │ │ ├── TemplateTokenViewControllerDark.m │ │ │ ├── TemplateTokenViewControllerLight.h │ │ │ ├── TemplateTokenViewControllerLight.m │ │ │ ├── TemplatesListOutput.h │ │ │ └── TemplatesListOutputDelegate.h │ │ ├── Views │ │ │ ├── FieldViewsLight.xib │ │ │ ├── FieldsViews.xib │ │ │ ├── SwitchParameterView.h │ │ │ ├── SwitchParameterView.m │ │ │ ├── TextFieldParameterView.h │ │ │ └── TextFieldParameterView.m │ │ └── Watch │ │ │ ├── Cells │ │ │ ├── FavouriteTemplateCollectionViewCell.h │ │ │ ├── FavouriteTemplateCollectionViewCell.m │ │ │ ├── FavouriteTemplateCollectionViewCellDark.h │ │ │ ├── FavouriteTemplateCollectionViewCellDark.m │ │ │ ├── FavouriteTemplateCollectionViewCellLight.h │ │ │ └── FavouriteTemplateCollectionViewCellLight.m │ │ │ ├── FavouriteTemplatesCollectionSource.h │ │ │ ├── FavouriteTemplatesCollectionSource.m │ │ │ ├── FavouriteTemplatesCollectionSourceOutput.h │ │ │ ├── FavouriteTemplatesCollectionSourceOutputDelegate.h │ │ │ ├── UICollectionViewLeftAlignedLayout.h │ │ │ ├── UICollectionViewLeftAlignedLayout.m │ │ │ ├── Watch Contract │ │ │ ├── WatchContractViewController.h │ │ │ ├── WatchContractViewController.m │ │ │ ├── WatchContractViewControllerDark.h │ │ │ ├── WatchContractViewControllerDark.m │ │ │ ├── WatchContractViewControllerLight.h │ │ │ └── WatchContractViewControllerLight.m │ │ │ ├── Watch Tokens │ │ │ ├── WatchTokenOutput.h │ │ │ ├── WatchTokensViewController.h │ │ │ ├── WatchTokensViewController.m │ │ │ ├── WatchTokensViewControllerDark.h │ │ │ ├── WatchTokensViewControllerDark.m │ │ │ ├── WatchTokensViewControllerLight.h │ │ │ └── WatchTokensViewControllerLight.m │ │ │ ├── WatchContractOutput.h │ │ │ └── WatchContractOutputDelegate.h │ ├── Export Wallet Flow │ │ ├── ConfirmPinForExportViewController.h │ │ ├── ConfirmPinForExportViewController.m │ │ ├── ConfirmPinForExportViewControllerDark.h │ │ ├── ConfirmPinForExportViewControllerDark.m │ │ ├── ConfirmPinForExportViewControllerLight.h │ │ ├── ConfirmPinForExportViewControllerLight.m │ │ ├── ExportBrainKeyOutput.h │ │ ├── ExportBrainKeyOutputDelegate.h │ │ ├── ExportBrainKeyViewController.h │ │ ├── ExportBrainKeyViewController.m │ │ ├── ExportBrainKeyViewControllerDark.h │ │ ├── ExportBrainKeyViewControllerDark.m │ │ ├── ExportBrainKeyViewControllerLight.h │ │ ├── ExportBrainKeyViewControllerLight.m │ │ ├── ExportBrandKeyCoordinator.h │ │ └── ExportBrandKeyCoordinator.m │ ├── LanguageOutput │ │ ├── LanguageOutput.h │ │ ├── LanguageOutputDelegate.h │ │ ├── LanguageViewController.h │ │ ├── LanguageViewController.m │ │ ├── LanguageViewControllerDark.h │ │ ├── LanguageViewControllerDark.m │ │ ├── LanguageViewControllerLight.h │ │ ├── LanguageViewControllerLight.m │ │ └── Table │ │ │ ├── LanguageTableSource.h │ │ │ ├── LanguageTableSource.m │ │ │ ├── LanguageTableViewCell.h │ │ │ ├── LanguageTableViewCell.m │ │ │ ├── LanguageTableViewCellDark.h │ │ │ ├── LanguageTableViewCellDark.m │ │ │ ├── LanguageTableViewCellLight.h │ │ │ └── LanguageTableViewCellLight.m │ ├── ProfileCoordinator.h │ ├── ProfileCoordinator.m │ ├── ProfileNavigationCoordinator.h │ ├── ProfileNavigationCoordinator.m │ ├── ProfileOutput │ │ ├── Cell │ │ │ ├── ProfileTableViewCell.h │ │ │ └── ProfileTableViewCell.m │ │ ├── ProfileOutput.h │ │ ├── ProfileOutputDelegate.h │ │ ├── ProfileViewController.h │ │ ├── ProfileViewController.m │ │ ├── ProfileViewControllerDark.h │ │ ├── ProfileViewControllerDark.m │ │ ├── ProfileViewControllerLight.h │ │ └── ProfileViewControllerLight.m │ ├── SourceCode │ │ ├── SourceCodeOutput.h │ │ ├── SourceCodeViewController.h │ │ └── SourceCodeViewController.m │ └── Subscribe │ │ ├── AddNewTokensViewController.h │ │ ├── AddNewTokensViewController.m │ │ ├── Cell │ │ ├── TokenCellSubscribe.h │ │ ├── TokenCellSubscribe.m │ │ ├── TokenCellSubscribeDark.h │ │ ├── TokenCellSubscribeDark.m │ │ ├── TokenCellSubscribeLight.h │ │ └── TokenCellSubscribeLight.m │ │ ├── Controllers │ │ ├── SubscribeTokenViewController.h │ │ ├── SubscribeTokenViewController.m │ │ ├── SubscribeTokenViewControllerDark.h │ │ ├── SubscribeTokenViewControllerDark.m │ │ ├── SubscribeTokenViewControllerLight.h │ │ └── SubscribeTokenViewControllerLight.m │ │ ├── DelegateDataSource │ │ ├── SubscribeTokenDataDisplayManager.h │ │ ├── SubscribeTokenDataDisplayManager.m │ │ ├── SubscribeTokenDataDisplayManagerDark.h │ │ ├── SubscribeTokenDataDisplayManagerDark.m │ │ ├── SubscribeTokenDataDisplayManagerLight.h │ │ └── SubscribeTokenDataDisplayManagerLight.m │ │ ├── Protocols │ │ ├── SubscribeTokenDataDisplayManagerDelegate.h │ │ ├── SubscribeTokenDataDisplayManagerProtocol.h │ │ ├── SubscribeTokenOutput.h │ │ └── SubscribeTokenOutputDelegate.h │ │ ├── SubscribeTokenCoordinator.h │ │ └── SubscribeTokenCoordinator.m ├── Protocols │ ├── Clearable.h │ ├── Coordinatorable.h │ ├── DynamicHeightCellProtocol.h │ ├── NetworkDefenitions.h │ ├── NetworkingServiceProtocol.h │ ├── Paginationable.h │ └── Presentable.h ├── QRCode │ ├── QRCodeManager.h │ └── QRCodeManager.m ├── QStore classes │ ├── QStoreContractDownloadManager.h │ ├── QStoreContractDownloadManager.m │ ├── QStoreDataProvider.h │ ├── QStoreDataProvider.m │ ├── QStoreManager.h │ ├── QStoreManager.m │ ├── QStoreModel │ │ ├── QStoreBuyRequest.h │ │ ├── QStoreBuyRequest.m │ │ ├── QStoreCategory.h │ │ ├── QStoreCategory.m │ │ ├── QStoreContractElement.h │ │ ├── QStoreContractElement.m │ │ ├── QStoreMainScreenCategory.h │ │ └── QStoreMainScreenCategory.m │ ├── QStoreRequestManager.h │ └── QStoreRequestManager.m ├── Request │ ├── RequestManager.h │ ├── RequestManager.m │ ├── RequestManagerAdapter.h │ ├── Requestable.h │ ├── ServerAdapter.h │ ├── ServerAdapter.m │ ├── SocketManager.h │ └── SocketManager.m ├── Security Flow │ ├── SecurityCoordinator.h │ └── SecurityCoordinator.m ├── Send Flow │ ├── NewPayment │ │ ├── Cell │ │ │ ├── ChooseTokenPaymentCellLight.h │ │ │ ├── ChooseTokenPaymentCellLight.m │ │ │ ├── ChoseTokenPaymentCell.h │ │ │ ├── ChoseTokenPaymentCell.m │ │ │ ├── ChoseTokenPaymentCellDark.h │ │ │ └── ChoseTokenPaymentCellDark.m │ │ ├── ChoseTokenPaymentOutput │ │ │ ├── ChooseTokekPaymentDelegateDataSourceDelegate.h │ │ │ ├── ChooseTokenPaymentDelegateDataSource.h │ │ │ ├── ChooseTokenPaymentDelegateDataSource.m │ │ │ ├── ChooseTokenPaymentDelegateDataSourceDark.h │ │ │ ├── ChooseTokenPaymentDelegateDataSourceDark.m │ │ │ ├── ChooseTokenPaymentDelegateDataSourceLight.h │ │ │ ├── ChooseTokenPaymentDelegateDataSourceLight.m │ │ │ ├── ChooseTokenPaymentDelegateDataSourceProtocol.h │ │ │ ├── ChoseTokenPaymentOutput.h │ │ │ ├── ChoseTokenPaymentOutputDelegate.h │ │ │ ├── ChoseTokenPaymentViewController.h │ │ │ ├── ChoseTokenPaymentViewController.m │ │ │ ├── ChoseTokenPaymentViewControllerDark.h │ │ │ ├── ChoseTokenPaymentViewControllerDark.m │ │ │ ├── ChoseTokenPaymentViewControllerLight.h │ │ │ └── ChoseTokenPaymentViewControllerLight.m │ │ ├── Model │ │ │ ├── NewPaymentOutputEntity.h │ │ │ └── NewPaymentOutputEntity.m │ │ └── NewPaymentOutput │ │ │ ├── NewPaymentDarkViewController.h │ │ │ ├── NewPaymentDarkViewController.m │ │ │ ├── NewPaymentLightViewController.h │ │ │ ├── NewPaymentLightViewController.m │ │ │ ├── NewPaymentOutput.h │ │ │ ├── NewPaymentOutputDelegate.h │ │ │ ├── NewPaymentViewController.h │ │ │ └── NewPaymentViewController.m │ ├── Router │ │ ├── SendModuleRouter.h │ │ ├── SendModuleRouter.m │ │ └── SendRouterProtocol.h │ ├── SendCoordinator.h │ ├── SendCoordinator.m │ ├── SendNavigationCoordinator.h │ └── SendNavigationCoordinator.m ├── Services │ ├── AbiTypesProcessor.h │ ├── AbiTypesProcessor.m │ ├── BackupFileManager.h │ ├── BackupFileManager.m │ ├── BigNumber │ │ ├── JKBigDecimal.h │ │ ├── JKBigDecimal.m │ │ ├── JKBigInteger.h │ │ ├── JKBigInteger.m │ │ ├── LibTomMath │ │ │ ├── tommath.c │ │ │ ├── tommath.h │ │ │ ├── tommath_class.h │ │ │ └── tommath_superclass.h │ │ ├── QTUMBigNumber.h │ │ └── QTUMBigNumber.m │ ├── CallContractFacadeService.h │ ├── CallContractFacadeService.m │ ├── ContractArgumentsInterpretator.h │ ├── ContractArgumentsInterpretator.m │ ├── ContractFileManager.h │ ├── ContractFileManager.m │ ├── ContractHistoryFacadeService.h │ ├── ContractHistoryFacadeService.m │ ├── ContractInfoFacade.h │ ├── ContractInfoFacade.m │ ├── ContractInterfaceManager.h │ ├── ContractInterfaceManager.m │ ├── CoreDataService.h │ ├── CoreDataService.m │ ├── DataOperation.h │ ├── DataOperation.m │ ├── HistoryFacadeService.h │ ├── HistoryFacadeService.m │ ├── ImageLoader.h │ ├── ImageLoader.m │ ├── KeychainKeyValueStorageProtocol.h │ ├── KeychainService.h │ ├── KeychainService.m │ ├── KeychainStorage.h │ ├── KeychainStorage.m │ ├── NetworkingService.h │ ├── NetworkingService.m │ ├── News │ │ ├── Cancelable.h │ │ ├── HTTPParse │ │ │ ├── TFHpple.h │ │ │ ├── TFHpple.m │ │ │ ├── TFHppleElement.h │ │ │ ├── TFHppleElement.m │ │ │ ├── XPathQuery.h │ │ │ └── XPathQuery.m │ │ ├── Models │ │ │ ├── QTUMFeedItem.h │ │ │ ├── QTUMFeedItem.m │ │ │ ├── QTUMHTMLTagItem.h │ │ │ ├── QTUMHTMLTagItem.m │ │ │ ├── QTUMNewsItem.h │ │ │ ├── QTUMNewsItem.m │ │ │ ├── QTUMTagsAttribute.h │ │ │ └── QTUMTagsAttribute.m │ │ ├── NewsFacedeService.h │ │ ├── NewsFacedeService.m │ │ ├── QTUMFeedParcer.h │ │ ├── QTUMFeedParcer.m │ │ ├── QTUMHtmlParcer.h │ │ └── QTUMHtmlParcer.m │ ├── NotificationManager.h │ ├── NotificationManager.m │ ├── OpenURLManager.h │ ├── OpenURLManager.m │ ├── PaymentValuesManager.h │ ├── PaymentValuesManager.m │ ├── Router │ │ ├── BaseRouter.h │ │ ├── BaseRouter.m │ │ └── BaseRouterProtocol.h │ ├── ServiceLocator.h │ ├── ServiceLocator.m │ ├── ServicesHeaders.h │ ├── SourceCodeFormatService.h │ ├── SourceCodeFormatService.m │ ├── TemplateManager.h │ ├── TemplateManager.m │ ├── TouchIDService.h │ ├── TouchIDService.m │ ├── ValidationInputService.h │ ├── ValidationInputService.m │ ├── ValidationRegexProvider.h │ ├── ValidationRegexProvider.m │ ├── WalletBalanceFacadeService.h │ ├── WalletBalanceFacadeService.m │ ├── WatchTokensFacadeService.h │ └── WatchTokensFacadeService.m ├── Shared Views │ ├── BorderedLabel │ │ ├── BorderedLabel.h │ │ ├── BorderedLabel.m │ │ ├── BorderedLabelDark.h │ │ ├── BorderedLabelDark.m │ │ ├── BorderedLabelLight.h │ │ ├── BorderedLabelLight.m │ │ ├── InnerShadowView.h │ │ └── InnerShadowView.m │ ├── Confirm BorderView │ │ ├── ConfirmBorderedView.h │ │ ├── ConfirmBorderedView.m │ │ ├── ConfirmBorderedViewDark.h │ │ ├── ConfirmBorderedViewDark.m │ │ ├── ConfirmBorderedViewLight.h │ │ └── ConfirmBorderedViewLight.m │ ├── Confirm Reset Button │ │ ├── ResetButtonFromConfirmBK.h │ │ └── ResetButtonFromConfirmBK.m │ ├── ContractNameTextFiedl │ │ ├── ContractNameTextField.h │ │ ├── ContractNameTextField.m │ │ └── ContractNameTextFieldLight.xib │ ├── CopyLabel.h │ ├── CopyLabel.m │ ├── Diagram animation │ │ ├── DiagramView.h │ │ └── DiagramView.m │ ├── Gradient │ │ ├── CircleGradientView.h │ │ ├── CircleGradientView.m │ │ ├── Gradient Layer │ │ │ ├── GradientLayer.h │ │ │ └── GradientLayer.m │ │ ├── GradientView.h │ │ ├── GradientView.m │ │ ├── GradientViewWithAnimation.h │ │ └── GradientViewWithAnimation.m │ ├── LightBlueGrayBorderView.h │ ├── LightBlueGrayBorderView.m │ ├── Loader View │ │ ├── SpinnerView.h │ │ ├── SpinnerView.m │ │ ├── SpinnerViewLight.h │ │ └── SpinnerViewLight.m │ ├── New Group │ │ ├── ChooseConverterView.h │ │ ├── ChooseConverterView.m │ │ ├── ChooseConverterView.xib │ │ ├── ChooseConverterViewLight.h │ │ ├── ChooseConverterViewLight.m │ │ └── ChooseConverterViewLight.xib │ ├── No Contract View │ │ ├── NoContractView.h │ │ ├── NoContractView.m │ │ ├── NoContractView.xib │ │ └── NoContractViewLight.xib │ ├── Page Control │ │ ├── CustomPageControl.h │ │ ├── CustomPageControl.m │ │ ├── Items │ │ │ ├── PageControlItem.h │ │ │ ├── PageControlItemDark.h │ │ │ ├── PageControlItemDark.m │ │ │ ├── PageControlItemLight.h │ │ │ └── PageControlItemLight.m │ │ ├── PageControl.h │ │ ├── PageControl.m │ │ ├── PageControlDark.h │ │ ├── PageControlDark.m │ │ ├── PageControlLight.h │ │ └── PageControlLight.m │ ├── PasswordView │ │ ├── PasswordView.h │ │ └── PasswordView.m │ ├── QTUMContractLableWithMargins.h │ ├── QTUMContractLableWithMargins.m │ ├── RemovingContractTrainingView │ │ ├── RemoveContractTrainigView.h │ │ ├── RemoveContractTrainigView.m │ │ ├── RemoveContractTrainingViewDark.xib │ │ └── RemoveContractTrainingViewLight.xib │ ├── Search Bar │ │ ├── CustomSearchBar.h │ │ ├── CustomSearchBar.m │ │ ├── CustomSearchBarDark.h │ │ ├── CustomSearchBarDark.m │ │ ├── CustomSearchBarLight.h │ │ └── CustomSearchBarLight.m │ ├── SourceCodeTextView.h │ ├── SourceCodeTextView.m │ ├── Text Field │ │ ├── CustomTextField.h │ │ └── CustomTextField.m │ ├── Text View │ │ ├── InputTextView.h │ │ ├── InputTextView.m │ │ ├── InputTextViewDark.h │ │ ├── InputTextViewDark.m │ │ ├── InputTextViewLight.h │ │ └── InputTextViewLight.m │ ├── TextFielfWithLine │ │ ├── AbiTextFieldWithLine.h │ │ ├── AbiTextFieldWithLine.m │ │ ├── AbiTextFieldWithLineDelegate.h │ │ ├── AbiTextFieldWithLineLight.h │ │ ├── AbiTextFieldWithLineLight.m │ │ ├── ParameterInputFieldProtocol.h │ │ ├── TextFieldWithLine.h │ │ ├── TextFieldWithLine.m │ │ ├── TextFieldWithLineDark.h │ │ ├── TextFieldWithLineDark.m │ │ ├── TextFieldWithLineDarkPopup.h │ │ ├── TextFieldWithLineDarkPopup.m │ │ ├── TextFieldWithLineDarkSend.xib │ │ ├── TextFieldWithLineLight.h │ │ ├── TextFieldWithLineLight.m │ │ ├── TextFieldWithLineLightSend.h │ │ ├── TextFieldWithLineLightSend.m │ │ └── TextFieldWithLineLightSend.xib │ ├── TransactionLoader │ │ ├── TransactionLinearLoader.h │ │ ├── TransactionLinearLoader.m │ │ ├── TransactionLinearLoaderDark.h │ │ ├── TransactionLinearLoaderDark.m │ │ ├── TransactionLinearLoaderLight.h │ │ └── TransactionLinearLoaderLight.m │ ├── ViewWithAnimatedLine.h │ └── ViewWithAnimatedLine.m ├── Spendable Controll Flow │ ├── Protocols │ │ ├── HistoryElementProtocol.h │ │ ├── Managerable.h │ │ └── Spendable.h │ ├── Token │ │ ├── Contract.h │ │ ├── Contract.m │ │ ├── ContractManager.h │ │ └── ContractManager.m │ └── Wallet │ │ ├── Wallet.h │ │ ├── Wallet.m │ │ ├── WalletManager.h │ │ ├── WalletManager.m │ │ ├── WalletManagerRequestAdapter.h │ │ ├── WalletManagerRequestAdapter.m │ │ └── WalletManagering.h ├── Splash Screen │ ├── SplashScreenOutput.h │ ├── SplashScreenOutputDelegate.h │ ├── SplashViewController.h │ ├── SplashViewController.m │ ├── SplashViewControllerDark.h │ ├── SplashViewControllerDark.m │ ├── SplashViewControllerLight.h │ ├── SplashViewControllerLight.m │ └── Views │ │ ├── AnimatedLogoImageVIew.h │ │ ├── AnimatedLogoImageVIew.m │ │ ├── AnimatedLogoImageVIewLight.h │ │ └── AnimatedLogoImageVIewLight.m ├── Storyboards │ ├── Base.lproj │ │ ├── BackupRestore.storyboard │ │ ├── CreateToken.storyboard │ │ ├── LaunchScreen.storyboard │ │ ├── News.storyboard │ │ ├── Pin.storyboard │ │ ├── Profile.storyboard │ │ ├── QStore.storyboard │ │ ├── Send.storyboard │ │ ├── Splash.storyboard │ │ ├── Start.storyboard │ │ ├── SubscribeToken.storyboard │ │ └── Wallet.storyboard │ ├── PopUp │ │ ├── Base.lproj │ │ │ ├── AddressTransferPopup.storyboard │ │ │ ├── ConfirmPopUp.storyboard │ │ │ ├── ConfirmPurchasePopUp.storyboard │ │ │ ├── ErrorPopUp.storyboard │ │ │ ├── InformationPopUp.storyboard │ │ │ ├── NoInternetConnectionPopUp.storyboard │ │ │ ├── PhotoLibraryPopUp.storyboard │ │ │ ├── RestoreContractsPopUp.storyboard │ │ │ ├── SecurityPopup.storyboard │ │ │ ├── ShareTokenPopUp.storyboard │ │ │ └── SourceCodePopUp.storyboard │ │ ├── LoaderPopUp.storyboard │ │ ├── en.lproj │ │ │ ├── AddressTransferPopup.strings │ │ │ ├── ConfirmPopUp.strings │ │ │ ├── ConfirmPurchasePopUp.strings │ │ │ ├── ErrorPopUp.strings │ │ │ ├── InformationPopUp.strings │ │ │ ├── NoInternetConnectionPopUp.strings │ │ │ ├── PhotoLibraryPopUp.strings │ │ │ ├── RestoreContractsPopUp.strings │ │ │ ├── SecurityPopup.strings │ │ │ ├── ShareTokenPopUp.strings │ │ │ └── SourceCodePopUp.strings │ │ └── zh-Hant.lproj │ │ │ ├── AddressTransferPopup.strings │ │ │ ├── ConfirmPopUp.strings │ │ │ ├── ConfirmPurchasePopUp.strings │ │ │ ├── ErrorPopUp.strings │ │ │ ├── InformationPopUp.strings │ │ │ ├── NoInternetConnectionPopUp.strings │ │ │ ├── PhotoLibraryPopUp.strings │ │ │ ├── RestoreContractsPopUp.strings │ │ │ ├── SecurityPopup.strings │ │ │ ├── ShareTokenPopUp.strings │ │ │ └── SourceCodePopUp.strings │ ├── SplashLight.storyboard │ ├── en.lproj │ │ ├── BackupRestore.strings │ │ ├── CreateToken.strings │ │ ├── LaunchScreen.strings │ │ ├── News.strings │ │ ├── Pin.strings │ │ ├── Profile.strings │ │ ├── QStore.strings │ │ ├── Send.strings │ │ ├── Splash.strings │ │ ├── Start.strings │ │ ├── SubscribeToken.strings │ │ └── Wallet.strings │ └── zh-Hant.lproj │ │ ├── BackupRestore.strings │ │ ├── CreateToken.strings │ │ ├── LaunchScreen.strings │ │ ├── News.strings │ │ ├── Pin.strings │ │ ├── Profile.strings │ │ ├── QStore.strings │ │ ├── Send.strings │ │ ├── Splash.strings │ │ ├── Start.strings │ │ ├── SubscribeToken.strings │ │ └── Wallet.strings ├── Supporting Files │ ├── Default-568h@2x.png │ ├── Fonts │ │ ├── Avenir.ttc │ │ ├── MYRIADPRO-REGULAR.OTF │ │ ├── Roboto-Bold.ttf │ │ ├── Roboto-Regular.ttf │ │ ├── SF-UI-DISPLAY-THIN.OTF │ │ ├── SFUIDisplay-Regular.otf │ │ ├── euclidflexmedium.ttf │ │ ├── simplonmono-medium.ttf │ │ └── simplonmono-regular.ttf │ └── FontsLight │ │ ├── proximanova-bold.otf │ │ ├── proximanova-light.otf │ │ ├── proximanova-regitalic.otf │ │ ├── proximanova-regular.otf │ │ └── proximanova-semibold.otf ├── Tokens Templates │ └── Contracts │ │ ├── CrowdsaleAsToken │ │ ├── abi-contract │ │ ├── bitecode-contract │ │ └── source-contract │ │ ├── HumanStandardToken │ │ ├── abi-contract │ │ ├── bitecode-contract │ │ └── source-contract │ │ └── QRC20TokenStandard │ │ ├── abi-contract │ │ ├── bitecode-contract │ │ └── source-contract ├── Transaction Controll Flow │ ├── TransactionBuilder.h │ ├── TransactionBuilder.m │ ├── TransactionManager.h │ ├── TransactionManager.m │ ├── TransactionScriptBuilder.h │ └── TransactionScriptBuilder.m ├── Wallet Flow │ ├── Address Library Flow │ │ └── Address library Output │ │ │ ├── AddressControlOutput.h │ │ │ ├── AddressControlOutputDelegate.h │ │ │ ├── AddressLibruaryCoordinator.h │ │ │ ├── AddressLibruaryCoordinator.m │ │ │ ├── Cells │ │ │ ├── AddressControlCell.h │ │ │ ├── AddressControlCell.m │ │ │ ├── AddressControlCellDark.h │ │ │ ├── AddressControlCellDark.m │ │ │ ├── AddressControlCellLight.h │ │ │ └── AddressControlCellLight.m │ │ │ └── Controller │ │ │ ├── AddressControlListViewController.h │ │ │ ├── AddressControlListViewController.m │ │ │ ├── AddressControlListViewControllerDark.h │ │ │ ├── AddressControlListViewControllerDark.m │ │ │ ├── AddressControlListViewControllerLight.h │ │ │ └── AddressControlListViewControllerLight.m │ ├── BalancePageOutput │ │ ├── BalancePageOutput.h │ │ ├── BalancePageViewController.h │ │ ├── BalancePageViewController.m │ │ ├── BalancePageViewControllerDark.h │ │ ├── BalancePageViewControllerDark.m │ │ ├── BalancePageViewControllerLight.h │ │ └── BalancePageViewControllerLight.m │ ├── Choose Recive Address │ │ ├── Cell │ │ │ ├── ChooseAddressReciveCell.h │ │ │ ├── ChooseAddressReciveCell.m │ │ │ ├── ChooseAddressReciveCellDark.h │ │ │ ├── ChooseAddressReciveCellDark.m │ │ │ ├── ChooseAddressReciveCellLight.h │ │ │ └── ChooseAddressReciveCellLight.m │ │ ├── ChooseReciveAddressOutput.h │ │ ├── ChooseReciveAddressOutputDelegate.h │ │ ├── ChooseReciveAddressViewController.h │ │ ├── ChooseReciveAddressViewController.m │ │ ├── ChooseReciveAddressViewControllerDark.h │ │ ├── ChooseReciveAddressViewControllerDark.m │ │ ├── ChooseReciveAddressViewControllerLight.h │ │ └── ChooseReciveAddressViewControllerLight.m │ ├── HistoryItemOutput │ │ ├── Output │ │ │ ├── HistoryItemOutput.h │ │ │ ├── HistoryItemOutputDelegate.h │ │ │ ├── HistoryItemViewController.h │ │ │ ├── HistoryItemViewController.m │ │ │ ├── HistoryItemViewControllerDark.h │ │ │ ├── HistoryItemViewControllerDark.m │ │ │ ├── HistoryItemViewControllerLight.h │ │ │ └── HistoryItemViewControllerLight.m │ │ └── Table │ │ │ ├── Cells │ │ │ ├── AddressCells │ │ │ │ ├── HistoryAddressesHeaderCell.h │ │ │ │ └── HistoryAddressesHeaderCell.m │ │ │ ├── EventLogCells │ │ │ │ ├── HistoryEventLogAddressCell.h │ │ │ │ ├── HistoryEventLogAddressCell.m │ │ │ │ ├── HistoryEventLogAddressCell.xib │ │ │ │ ├── HistoryEventLogAddressCellLight.xib │ │ │ │ ├── HistoryEventLogsConvertableDataCell.h │ │ │ │ ├── HistoryEventLogsConvertableDataCell.m │ │ │ │ ├── HistoryEventLogsConvertableDataCell.xib │ │ │ │ ├── HistoryEventLogsConvertableDataCellLight.h │ │ │ │ ├── HistoryEventLogsConvertableDataCellLight.m │ │ │ │ └── HistoryEventLogsConvertableDataCellLight.xib │ │ │ ├── HistoryItemAddressCellTableViewCell.h │ │ │ ├── HistoryItemAddressCellTableViewCell.m │ │ │ └── OverviewCells │ │ │ │ ├── HistoryOverviewTableCell.h │ │ │ │ ├── HistoryOverviewTableCell.m │ │ │ │ ├── HistoryOverviewTableCell.xib │ │ │ │ └── HistoryOverviewTableCellLight.xib │ │ │ ├── EventLogHeader.h │ │ │ └── Sources │ │ │ ├── HistoryItemDelegateDataSource.h │ │ │ ├── HistoryItemDelegateDataSource.m │ │ │ ├── HistoryItemEventLogSource.h │ │ │ ├── HistoryItemEventLogSource.m │ │ │ ├── HistoryItemOverviewSource.h │ │ │ └── HistoryItemOverviewSource.m │ ├── RecieveOutput │ │ ├── RecieveOutput.h │ │ ├── RecieveOutputDelegate.h │ │ ├── RecieveViewController.h │ │ ├── RecieveViewController.m │ │ ├── RecieveViewControllerDark.h │ │ ├── RecieveViewControllerDark.m │ │ ├── RecieveViewControllerLight.h │ │ └── RecieveViewControllerLight.m │ ├── Token Address Library Flow │ │ ├── Cell │ │ │ ├── TokenAddressContolCell.h │ │ │ ├── TokenAddressContolCell.m │ │ │ ├── TokenAddressContolCellDark.h │ │ │ ├── TokenAddressContolCellDark.m │ │ │ ├── TokenAddressContolCellLight.h │ │ │ └── TokenAddressContolCellLight.m │ │ ├── Controllers │ │ │ ├── TokenAddressControlViewController.h │ │ │ ├── TokenAddressControlViewController.m │ │ │ ├── TokenAddressControlViewControllerDark.h │ │ │ ├── TokenAddressControlViewControllerDark.m │ │ │ ├── TokenAddressControlViewControllerLight.h │ │ │ └── TokenAddressControlViewControllerLight.m │ │ ├── TokenAddressLibraryCoordinator.h │ │ ├── TokenAddressLibraryCoordinator.m │ │ ├── TokenAddressLibraryOutput.h │ │ └── TokenAddressLibraryOutputDelegate.h │ ├── TokenDetails │ │ ├── Cells │ │ │ ├── ContractHistoryTableViewCell.h │ │ │ ├── ContractHistoryTableViewCell.m │ │ │ ├── ContractHistoryTableViewCellDark.h │ │ │ ├── ContractHistoryTableViewCellDark.m │ │ │ ├── ContractHistoryTableViewCellLight.h │ │ │ └── ContractHistoryTableViewCellLight.m │ │ ├── Dark │ │ │ ├── Cells │ │ │ │ ├── ActivityTokenTableViewCell.h │ │ │ │ ├── ActivityTokenTableViewCell.m │ │ │ │ ├── AddressesTokenTableViewCell.h │ │ │ │ ├── AddressesTokenTableViewCell.m │ │ │ │ ├── BalanceTokenTableViewCell.h │ │ │ │ ├── BalanceTokenTableViewCell.m │ │ │ │ ├── MainTokenTableViewCell.h │ │ │ │ ├── MainTokenTableViewCell.m │ │ │ │ ├── NubersTokenTableViewCell.h │ │ │ │ ├── NubersTokenTableViewCell.m │ │ │ │ ├── QTUMAddressTokenTableViewCell.h │ │ │ │ └── QTUMAddressTokenTableViewCell.m │ │ │ ├── TokenDetailsTableSource.h │ │ │ ├── TokenDetailsTableSource.m │ │ │ ├── TokenDetailsTableView.h │ │ │ ├── TokenDetailsTableView.m │ │ │ ├── TokenDetailsViewController.h │ │ │ ├── TokenDetailsViewController.m │ │ │ ├── TokenDetailsViewControllerDark.h │ │ │ ├── TokenDetailsViewControllerDark.m │ │ │ └── Views │ │ │ │ ├── AddressesTokenView.h │ │ │ │ ├── AddressesTokenView.m │ │ │ │ ├── BalanceTokenView.h │ │ │ │ ├── BalanceTokenView.m │ │ │ │ ├── Base.lproj │ │ │ │ └── TokenDetailsViews.xib │ │ │ │ ├── NubersTokenView.h │ │ │ │ ├── NubersTokenView.m │ │ │ │ ├── QTUMAddressTokenView.h │ │ │ │ ├── QTUMAddressTokenView.m │ │ │ │ ├── en.lproj │ │ │ │ └── TokenDetailsViews.strings │ │ │ │ └── zh-Hant.lproj │ │ │ │ └── TokenDetailsViews.strings │ │ ├── Light │ │ │ ├── Cell │ │ │ │ ├── TokenDetailInfoLightCell.h │ │ │ │ └── TokenDetailInfoLightCell.m │ │ │ ├── Table │ │ │ │ ├── TokenDetailTableViewLight.h │ │ │ │ └── TokenDetailTableViewLight.m │ │ │ ├── TokenDetailLightDisplayDataManager.h │ │ │ ├── TokenDetailLightDisplayDataManager.m │ │ │ ├── TokenDetailsViewControllerLight.h │ │ │ └── TokenDetailsViewControllerLight.m │ │ ├── TokenDetailDataDisplayManager.h │ │ ├── TokenDetailDataDisplayManagerImp.h │ │ ├── TokenDetailDataDisplayManagerImp.m │ │ ├── TokenDetailDisplayDataManagerDelegate.h │ │ ├── TokenDetailOutput.h │ │ └── TokenDetailOutputDelegate.h │ ├── TokenListOutput │ │ ├── Cell │ │ │ ├── TokenCell.h │ │ │ ├── TokenCell.m │ │ │ ├── TokenCellDark.h │ │ │ ├── TokenCellDark.m │ │ │ ├── TokenCellLight.h │ │ │ └── TokenCellLight.m │ │ ├── TokenListOutput.h │ │ ├── TokenListOutputDelegate.h │ │ ├── TokenListViewController.h │ │ ├── TokenListViewController.m │ │ ├── TokenListViewControllerDark.h │ │ ├── TokenListViewControllerDark.m │ │ ├── TokenListViewControllerLight.h │ │ └── TokenListViewControllerLight.m │ ├── WalletCoordinator.h │ ├── WalletCoordinator.m │ ├── WalletNavigationController.h │ ├── WalletNavigationController.m │ └── WalletOutput │ │ ├── Table │ │ ├── Header │ │ │ ├── HistoryHeaderVIew.h │ │ │ ├── HistoryHeaderVIew.m │ │ │ ├── HistoryTableHeaderViewDark.xib │ │ │ └── HistoryTableHeaderViewLight.xib │ │ ├── HistoryTableViewCell │ │ │ ├── HistoryTableViewCell.h │ │ │ ├── HistoryTableViewCell.m │ │ │ ├── HistoryTableViewCellDark.h │ │ │ ├── HistoryTableViewCellDark.m │ │ │ ├── HistoryTableViewCellLight.h │ │ │ └── HistoryTableViewCellLight.m │ │ ├── TableSource │ │ │ ├── WalletTableSource.h │ │ │ ├── WalletTableSource.m │ │ │ ├── WalletTableSourceDark.h │ │ │ ├── WalletTableSourceDark.m │ │ │ ├── WalletTableSourceLight.h │ │ │ └── WalletTableSourceLight.m │ │ └── WalletHeaderCell │ │ │ ├── AnimatedLabelTableViewCell.h │ │ │ ├── AnimatedLabelTableViewCell.m │ │ │ ├── LoadingFooterCell.h │ │ │ ├── LoadingFooterCell.m │ │ │ ├── WalletHeaderCell.h │ │ │ ├── WalletHeaderCell.m │ │ │ ├── WalletHeaderCellDark.h │ │ │ ├── WalletHeaderCellDark.m │ │ │ ├── WalletHeaderCellLight.h │ │ │ └── WalletHeaderCellLight.m │ │ ├── WalletOutput.h │ │ ├── WalletOutputDelegate.h │ │ ├── WalletViewController.h │ │ ├── WalletViewController.m │ │ ├── WalletViewControllerDark.h │ │ ├── WalletViewControllerDark.m │ │ ├── WalletViewControllerLight.h │ │ └── WalletViewControllerLight.m ├── WalletTypeCollectionDataSourceDelegate.h ├── WalletTypeCollectionDataSourceDelegate.m ├── libxml2.dylib ├── main.m └── qtum wallet.entitlements └── qtum walletTests ├── AbiRegexTest.m ├── ContractManagerTests.m ├── ContractParametersInterpreterTest.m ├── Info.plist ├── JKBigDecimal_iOSTests.m ├── JKBigInteger_iOSTests.m ├── NSDecimalNumberComparisonTests.m ├── NSNumberComparisonTests.m ├── QTUMBigDecimalStringsTest.m ├── QTUMBigDecimalTest.m ├── TemplateManagerTests.m ├── WalletManagerTests.m ├── WalletTests.m └── qtum_walletTests.m /.env.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/.env.default -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /Cartfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/Cartfile -------------------------------------------------------------------------------- /Cartfile.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/Cartfile.resolved -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /GoogleService-Info-default.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/GoogleService-Info-default.plist -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/LICENSE -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/Podfile -------------------------------------------------------------------------------- /QTUM Watch Extension/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/ComplicationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/ComplicationController.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/ComplicationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/ComplicationController.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/NotificationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/NotificationController.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/NotificationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/NotificationController.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/QRCodeController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/QRCodeController.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/QRCodeController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/QRCodeController.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/Wallet/Cells/BalanceCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/Wallet/Cells/BalanceCell.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/Wallet/Cells/BalanceCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/Wallet/Cells/BalanceCell.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/Wallet/Cells/HistoryCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/Wallet/Cells/HistoryCell.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/Wallet/Cells/HistoryCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/Wallet/Cells/HistoryCell.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/Wallet/WalletController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/Wallet/WalletController.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Controllers/Wallet/WalletController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Controllers/Wallet/WalletController.m -------------------------------------------------------------------------------- /QTUM Watch Extension/ExtensionDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/ExtensionDelegate.h -------------------------------------------------------------------------------- /QTUM Watch Extension/ExtensionDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/ExtensionDelegate.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Info.plist -------------------------------------------------------------------------------- /QTUM Watch Extension/Manages/SessionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Manages/SessionManager.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Manages/SessionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Manages/SessionManager.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Manages/WatchDataOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Manages/WatchDataOperation.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Manages/WatchDataOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Manages/WatchDataOperation.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Model/WatchHistoryElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Model/WatchHistoryElement.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Model/WatchHistoryElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Model/WatchHistoryElement.m -------------------------------------------------------------------------------- /QTUM Watch Extension/Model/WatchWallet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Model/WatchWallet.h -------------------------------------------------------------------------------- /QTUM Watch Extension/Model/WatchWallet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/Model/WatchWallet.m -------------------------------------------------------------------------------- /QTUM Watch Extension/QTUM Watch Extension.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/QTUM Watch Extension.entitlements -------------------------------------------------------------------------------- /QTUM Watch Extension/WatchCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/WatchCoordinator.h -------------------------------------------------------------------------------- /QTUM Watch Extension/WatchCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch Extension/WatchCoordinator.m -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/172.png -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/196.png -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/48.png -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/55.png -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/58.png -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/80.png -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/87.png -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/ellipse.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/ellipse.imageset/Contents.json -------------------------------------------------------------------------------- /QTUM Watch/Assets.xcassets/ellipse.imageset/ellipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Assets.xcassets/ellipse.imageset/ellipse.png -------------------------------------------------------------------------------- /QTUM Watch/Base.lproj/Interface.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Base.lproj/Interface.storyboard -------------------------------------------------------------------------------- /QTUM Watch/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/Info.plist -------------------------------------------------------------------------------- /QTUM Watch/QTUM Watch.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/QTUM Watch/QTUM Watch.entitlements -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/README.md -------------------------------------------------------------------------------- /config.default.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/config.default.xcconfig -------------------------------------------------------------------------------- /config.local.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/config.local.xcconfig -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/configure -------------------------------------------------------------------------------- /fastlane/Fastfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/fastlane/Fastfile -------------------------------------------------------------------------------- /iMessageExtension/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /iMessageExtension/Assets.xcassets/logo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Assets.xcassets/logo.imageset/Contents.json -------------------------------------------------------------------------------- /iMessageExtension/Assets.xcassets/logo.imageset/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Assets.xcassets/logo.imageset/logo@2x.png -------------------------------------------------------------------------------- /iMessageExtension/Assets.xcassets/logo.imageset/logo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Assets.xcassets/logo.imageset/logo@3x.png -------------------------------------------------------------------------------- /iMessageExtension/Assets.xcassets/waves.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Assets.xcassets/waves.imageset/Contents.json -------------------------------------------------------------------------------- /iMessageExtension/Assets.xcassets/waves.imageset/waves@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Assets.xcassets/waves.imageset/waves@1x.png -------------------------------------------------------------------------------- /iMessageExtension/Assets.xcassets/waves.imageset/waves@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Assets.xcassets/waves.imageset/waves@2x.png -------------------------------------------------------------------------------- /iMessageExtension/Assets.xcassets/waves.imageset/waves@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Assets.xcassets/waves.imageset/waves@3x.png -------------------------------------------------------------------------------- /iMessageExtension/Base.lproj/MainInterface.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Base.lproj/MainInterface.storyboard -------------------------------------------------------------------------------- /iMessageExtension/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/Info.plist -------------------------------------------------------------------------------- /iMessageExtension/MYRIADPRO-REGULAR.OTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/MYRIADPRO-REGULAR.OTF -------------------------------------------------------------------------------- /iMessageExtension/MessagesViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/MessagesViewController.h -------------------------------------------------------------------------------- /iMessageExtension/MessagesViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/MessagesViewController.m -------------------------------------------------------------------------------- /iMessageExtension/en.lproj/MainInterface.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/en.lproj/MainInterface.strings -------------------------------------------------------------------------------- /iMessageExtension/iMessageDataOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/iMessageDataOperation.h -------------------------------------------------------------------------------- /iMessageExtension/iMessageDataOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/iMessageDataOperation.m -------------------------------------------------------------------------------- /iMessageExtension/iMessageExtension.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/iMessageExtension.entitlements -------------------------------------------------------------------------------- /iMessageExtension/iMessageGradientView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/iMessageGradientView.h -------------------------------------------------------------------------------- /iMessageExtension/iMessageGradientView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/iMessageGradientView.m -------------------------------------------------------------------------------- /iMessageExtension/pl.lproj/MainInterface.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/pl.lproj/MainInterface.strings -------------------------------------------------------------------------------- /iMessageExtension/zh-Hant.lproj/MainInterface.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/iMessageExtension/zh-Hant.lproj/MainInterface.strings -------------------------------------------------------------------------------- /qtum wallet.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /qtum wallet/Application/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/AppDelegate.h -------------------------------------------------------------------------------- /qtum wallet/Application/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/AppDelegate.m -------------------------------------------------------------------------------- /qtum wallet/Application/AppSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/AppSettings.h -------------------------------------------------------------------------------- /qtum wallet/Application/AppSettings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/AppSettings.m -------------------------------------------------------------------------------- /qtum wallet/Application/Appearance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/Appearance.h -------------------------------------------------------------------------------- /qtum wallet/Application/Appearance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/Appearance.m -------------------------------------------------------------------------------- /qtum wallet/Application/ApplicationCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/ApplicationCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Application/ApplicationCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/ApplicationCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Application/BaseCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/BaseCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Application/BaseCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/BaseCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Application/TabBarOutput/Protocols/TabbarOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/TabBarOutput/Protocols/TabbarOutput.h -------------------------------------------------------------------------------- /qtum wallet/Application/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/Utils.h -------------------------------------------------------------------------------- /qtum wallet/Application/Utils.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/Utils.m -------------------------------------------------------------------------------- /qtum wallet/Application/WordsArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/WordsArray.h -------------------------------------------------------------------------------- /qtum wallet/Application/WordsArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/WordsArray.m -------------------------------------------------------------------------------- /qtum wallet/Application/iOSSessionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/iOSSessionManager.h -------------------------------------------------------------------------------- /qtum wallet/Application/iOSSessionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Application/iOSSessionManager.m -------------------------------------------------------------------------------- /qtum wallet/Application/pl.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/120-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/120-1.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/120.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/180.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/40.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/58.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/60.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/80.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/87.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/Crowdsale.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/Crowdsale.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/Icon-search.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/Icon-search.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/QRC20 Token.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/QRC20 Token.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/Settings.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/Settings.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/Settings.imageset/Settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/Settings.imageset/Settings@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/add_plus.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/add_plus.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/addcontact.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/addcontact.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/addcontact.imageset/addcontact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/addcontact.imageset/addcontact.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/back.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/back.imageset/ic-arrow-back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/back.imageset/ic-arrow-back@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/back.imageset/ic-arrow-back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/back.imageset/ic-arrow-back@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/backround.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/backround.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/backround.imageset/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/backround.imageset/bg.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/delete.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/delete.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/delete.imageset/delete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/delete.imageset/delete@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/delete.imageset/delete@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/delete.imageset/delete@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/disclosure.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/disclosure.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/figure1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/figure1.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/figure1.imageset/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/figure1.imageset/figure1.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/figure2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/figure2.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/figure2.imageset/figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/figure2.imageset/figure2.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/history.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/history.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/history.imageset/ic-wallet@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/history.imageset/ic-wallet@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/history.imageset/ic-wallet@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/history.imageset/ic-wallet@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-add-new.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-add-new.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-attach.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-attach.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-bin.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-bin.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-bin.imageset/ic-bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-bin.imageset/ic-bin.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-bucket.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-bucket.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-check.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-check.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-check.imageset/ic-check@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-check.imageset/ic-check@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-check.imageset/ic-check@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-check.imageset/ic-check@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-close.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-close.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-close.imageset/ic-close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-close.imageset/ic-close@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-close.imageset/ic-close@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-close.imageset/ic-close@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-code.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-code.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-code.imageset/ic-code@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-code.imageset/ic-code@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-code.imageset/ic-code@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-code.imageset/ic-code@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-confirm.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-confirm.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-error.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-error.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-error.imageset/ic-error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-error.imageset/ic-error@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-error.imageset/ic-error@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-error.imageset/ic-error@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-logout.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-logout.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-pancil.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-pancil.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-themes.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-themes.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-time.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-time.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-time.imageset/ic-time@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-time.imageset/ic-time@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-time.imageset/ic-time@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-time.imageset/ic-time@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-token.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-token.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-token.imageset/ic-token@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-token.imageset/ic-token@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-token.imageset/ic-token@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-token.imageset/ic-token@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/ic-touchID.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/ic-touchID.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/import.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/import.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/import.imageset/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/import.imageset/import.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/info_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/info_icon.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/logo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/logo.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/logo.imageset/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/logo.imageset/logo@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/logo.imageset/logo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/logo.imageset/logo@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/logo_txt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/logo_txt.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/logo_txt.imageset/logo_txt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/logo_txt.imageset/logo_txt@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/logo_white.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/logo_white.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/logo_white.imageset/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/logo_white.imageset/logo@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/logo_white.imageset/logo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/logo_white.imageset/logo@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/new-logo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/new-logo.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/new-logo.imageset/new-logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/new-logo.imageset/new-logo@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/new-logo.imageset/new-logo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/new-logo.imageset/new-logo@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/news.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/news.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/news.imageset/ic-news@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/news.imageset/ic-news@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/news.imageset/ic-news@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/news.imageset/ic-news@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/no-image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/no-image.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/no-image.imageset/no-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/no-image.imageset/no-image.jpg -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/pin_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/pin_icon.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/pin_icon.imageset/ic-pin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/pin_icon.imageset/ic-pin@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/pin_icon.imageset/ic-pin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/pin_icon.imageset/ic-pin@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/profile.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/profile.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/qrcode.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/qrcode.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/qrcode.imageset/ic-qr-code@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/qrcode.imageset/ic-qr-code@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/qrcode.imageset/ic-qr-code@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/qrcode.imageset/ic-qr-code@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/query-icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/query-icon.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/recieve.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/recieve.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/recieve.imageset/recieve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/recieve.imageset/recieve.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/send.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/send.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/send.imageset/ic-send@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/send.imageset/ic-send@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/send.imageset/ic-send@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/send.imageset/ic-send@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/share.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/share.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/share.imageset/ic-share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/share.imageset/ic-share@2x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/share.imageset/ic-share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/share.imageset/ic-share@3x.png -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/side-menu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/side-menu.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/wallet.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/wallet.imageset/Contents.json -------------------------------------------------------------------------------- /qtum wallet/Assets.xcassets/wallet.imageset/wallet@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Assets.xcassets/wallet.imageset/wallet@2x.png -------------------------------------------------------------------------------- /qtum wallet/Auth and Login/Auth/AuthCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Auth and Login/Auth/AuthCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Auth and Login/Auth/AuthCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Auth and Login/Auth/AuthCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Auth and Login/Auth/AuthNavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Auth and Login/Auth/AuthNavigationController.h -------------------------------------------------------------------------------- /qtum wallet/Auth and Login/Auth/AuthNavigationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Auth and Login/Auth/AuthNavigationController.m -------------------------------------------------------------------------------- /qtum wallet/Auth and Login/Login Flow/LoginCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Auth and Login/Login Flow/LoginCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Auth and Login/Login Flow/LoginCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Auth and Login/Login Flow/LoginCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Categories/BTCBlockchainInfo+QtumExplorer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/BTCBlockchainInfo+QtumExplorer.h -------------------------------------------------------------------------------- /qtum wallet/Categories/BTCBlockchainInfo+QtumExplorer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/BTCBlockchainInfo+QtumExplorer.m -------------------------------------------------------------------------------- /qtum wallet/Categories/JKBigDecimal+Comparison.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/JKBigDecimal+Comparison.h -------------------------------------------------------------------------------- /qtum wallet/Categories/JKBigDecimal+Comparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/JKBigDecimal+Comparison.m -------------------------------------------------------------------------------- /qtum wallet/Categories/JKBigDecimal+Format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/JKBigDecimal+Format.h -------------------------------------------------------------------------------- /qtum wallet/Categories/JKBigDecimal+Format.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/JKBigDecimal+Format.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSArray+Shuffle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSArray+Shuffle.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSArray+Shuffle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSArray+Shuffle.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSBundle+StyleProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSBundle+StyleProvider.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSBundle+StyleProvider.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSBundle+StyleProvider.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSData+AES256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSData+AES256.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSData+AES256.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSData+AES256.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSData+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSData+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSData+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSData+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSDate+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSDate+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSDate+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSDate+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSDecimalNumber+Comparison.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSDecimalNumber+Comparison.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSDecimalNumber+Comparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSDecimalNumber+Comparison.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSError+NoInternet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSError+NoInternet.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSError+NoInternet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSError+NoInternet.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSNull+Catch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSNull+Catch.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSNull+Catch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSNull+Catch.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSNumber+Comparison.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSNumber+Comparison.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSNumber+Comparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSNumber+Comparison.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSNumber+Format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSNumber+Format.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSNumber+Format.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSNumber+Format.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSObject+Associating.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSObject+Associating.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSObject+Associating.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSObject+Associating.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSOperationQueue+Timeout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSOperationQueue+Timeout.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSOperationQueue+Timeout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSOperationQueue+Timeout.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSString+AES256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSString+AES256.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSString+AES256.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSString+AES256.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSString+AbiRegex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSString+AbiRegex.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSString+AbiRegex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSString+AbiRegex.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSString+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSString+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSString+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSString+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Categories/NSUserDefaults+Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSUserDefaults+Settings.h -------------------------------------------------------------------------------- /qtum wallet/Categories/NSUserDefaults+Settings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/NSUserDefaults+Settings.m -------------------------------------------------------------------------------- /qtum wallet/Categories/SHA3/NSString+SHA3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/SHA3/NSString+SHA3.h -------------------------------------------------------------------------------- /qtum wallet/Categories/SHA3/NSString+SHA3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/SHA3/NSString+SHA3.m -------------------------------------------------------------------------------- /qtum wallet/Categories/SHA3/keccak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/SHA3/keccak.c -------------------------------------------------------------------------------- /qtum wallet/Categories/SHA3/keccak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/SHA3/keccak.h -------------------------------------------------------------------------------- /qtum wallet/Categories/UIImage+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/UIImage+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Categories/UIImage+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Categories/UIImage+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Controllers/Key/KeyViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/Key/KeyViewController.h -------------------------------------------------------------------------------- /qtum wallet/Controllers/Key/KeyViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/Key/KeyViewController.m -------------------------------------------------------------------------------- /qtum wallet/Controllers/Main/Cell/WalletTypeCollectionCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/Main/Cell/WalletTypeCollectionCell.m -------------------------------------------------------------------------------- /qtum wallet/Controllers/PinController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/PinController.h -------------------------------------------------------------------------------- /qtum wallet/Controllers/PinController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/PinController.m -------------------------------------------------------------------------------- /qtum wallet/Controllers/QRCode/QRCodeOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/QRCode/QRCodeOutput.h -------------------------------------------------------------------------------- /qtum wallet/Controllers/QRCode/QRCodeViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/QRCode/QRCodeViewController.h -------------------------------------------------------------------------------- /qtum wallet/Controllers/QRCode/QRCodeViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/QRCode/QRCodeViewController.m -------------------------------------------------------------------------------- /qtum wallet/Controllers/QRCode/QRCodeViewControllerDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/QRCode/QRCodeViewControllerDark.h -------------------------------------------------------------------------------- /qtum wallet/Controllers/QRCode/QRCodeViewControllerDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/QRCode/QRCodeViewControllerDark.m -------------------------------------------------------------------------------- /qtum wallet/Controllers/QRCode/QRCodeViewControllerLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/QRCode/QRCodeViewControllerLight.h -------------------------------------------------------------------------------- /qtum wallet/Controllers/QRCode/QRCodeViewControllerLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Controllers/QRCode/QRCodeViewControllerLight.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/Log+CoreDataClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/Log+CoreDataClass.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/Log+CoreDataClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/Log+CoreDataClass.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/Log+CoreDataProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/Log+CoreDataProperties.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/Log+CoreDataProperties.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/Log+CoreDataProperties.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/TransactionReceipt+CoreDataClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/TransactionReceipt+CoreDataClass.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/TransactionReceipt+CoreDataClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/TransactionReceipt+CoreDataClass.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/TransactionReceipt+CoreDataProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/TransactionReceipt+CoreDataProperties.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/TransactionReceipt+CoreDataProperties.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/TransactionReceipt+CoreDataProperties.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/TransactionReceipt+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/TransactionReceipt+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/TransactionReceipt+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/TransactionReceipt+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletBalanceEntity+CoreDataClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletBalanceEntity+CoreDataClass.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletBalanceEntity+CoreDataClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletBalanceEntity+CoreDataClass.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletBalanceEntity+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletBalanceEntity+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletBalanceEntity+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletBalanceEntity+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletContractHistoryEntity+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletContractHistoryEntity+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletContractHistoryEntity+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletContractHistoryEntity+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletHistoryEntity+CoreDataClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletHistoryEntity+CoreDataClass.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletHistoryEntity+CoreDataClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletHistoryEntity+CoreDataClass.m -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletHistoryEntity+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletHistoryEntity+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Data Base/WalletHistoryEntity+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Data Base/WalletHistoryEntity+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Factories/BackupResoreStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/BackupResoreStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/BackupResoreStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/BackupResoreStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/Base/DarkLightModeFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/Base/DarkLightModeFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/Base/DarkLightModeFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/Base/DarkLightModeFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/ControllersFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/ControllersFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/ControllersFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/ControllersFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/CreateStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/CreateStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/CreateStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/CreateStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/NewsStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/NewsStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/NewsStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/NewsStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/PopupFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/PopupFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/PopupFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/PopupFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/ProfileStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/ProfileStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/ProfileStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/ProfileStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/Protocols/PopupFactoryProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/Protocols/PopupFactoryProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Factories/Protocols/WalletsFactoryProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/Protocols/WalletsFactoryProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Factories/QStoreStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/QStoreStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/QStoreStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/QStoreStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/SendStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/SendStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/SendStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/SendStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/SplashStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/SplashStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/SplashStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/SplashStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/StartStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/StartStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/StartStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/StartStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/SubscribeTokenStoryboardFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/SubscribeTokenStoryboardFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/SubscribeTokenStoryboardFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/SubscribeTokenStoryboardFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/TableSourcesFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/TableSourcesFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/TableSourcesFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/TableSourcesFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/WalletStoryboadFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/WalletStoryboadFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/WalletStoryboadFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/WalletStoryboadFactory.m -------------------------------------------------------------------------------- /qtum wallet/Factories/WalletsFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/WalletsFactory.h -------------------------------------------------------------------------------- /qtum wallet/Factories/WalletsFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Factories/WalletsFactory.m -------------------------------------------------------------------------------- /qtum wallet/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Info.plist -------------------------------------------------------------------------------- /qtum wallet/Library/Base/BaseViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Base/BaseViewController.h -------------------------------------------------------------------------------- /qtum wallet/Library/Base/BaseViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Base/BaseViewController.m -------------------------------------------------------------------------------- /qtum wallet/Library/Categories/BTCAddress+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Categories/BTCAddress+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Library/Categories/BTCAddress+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Categories/BTCAddress+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Library/Categories/BTCTransaction+Extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Categories/BTCTransaction+Extensions.h -------------------------------------------------------------------------------- /qtum wallet/Library/Categories/BTCTransaction+Extensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Categories/BTCTransaction+Extensions.m -------------------------------------------------------------------------------- /qtum wallet/Library/Categories/BTCTransactionOutput+Address.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Categories/BTCTransactionOutput+Address.h -------------------------------------------------------------------------------- /qtum wallet/Library/Categories/BTCTransactionOutput+Address.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Categories/BTCTransactionOutput+Address.m -------------------------------------------------------------------------------- /qtum wallet/Library/Extensions/NSObject+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Extensions/NSObject+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Library/Extensions/NSObject+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Extensions/NSObject+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Library/Extensions/UIAlertController+Extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Extensions/UIAlertController+Extensions.h -------------------------------------------------------------------------------- /qtum wallet/Library/Extensions/UIAlertController+Extensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Extensions/UIAlertController+Extensions.m -------------------------------------------------------------------------------- /qtum wallet/Library/Extensions/UIViewController+Extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Extensions/UIViewController+Extension.h -------------------------------------------------------------------------------- /qtum wallet/Library/Extensions/UIViewController+Extension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Library/Extensions/UIViewController+Extension.m -------------------------------------------------------------------------------- /qtum wallet/Localization/Base.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Localization/Base.lproj/Localizable.strings -------------------------------------------------------------------------------- /qtum wallet/Localization/LanguageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Localization/LanguageManager.h -------------------------------------------------------------------------------- /qtum wallet/Localization/LanguageManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Localization/LanguageManager.m -------------------------------------------------------------------------------- /qtum wallet/Localization/NSBundle+Language.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Localization/NSBundle+Language.h -------------------------------------------------------------------------------- /qtum wallet/Localization/NSBundle+Language.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Localization/NSBundle+Language.m -------------------------------------------------------------------------------- /qtum wallet/Localization/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Localization/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /qtum wallet/Localization/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Localization/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /qtum wallet/Model/AbiInterfaceOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiInterfaceOutput.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiInterfaceOutput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiInterfaceOutput.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterPrimitiveType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterPrimitiveType.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterPrimitiveType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterPrimitiveType.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeAddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeAddress.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeAddress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeAddress.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeBool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeBool.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeBool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeBool.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeBytes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeBytes.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeBytes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeBytes.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeFixedBytes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeFixedBytes.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeFixedBytes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeFixedBytes.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeInt.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeInt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeInt.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeString.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeString.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeString.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeUInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeUInt.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/AbiParameterTypeUInt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/AbiParameterTypeUInt.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/Arrays/AbiParameterTypeArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/Arrays/AbiParameterTypeArray.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiTypes/Arrays/AbiParameterTypeArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiTypes/Arrays/AbiParameterTypeArray.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiinterfaceEntries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiinterfaceEntries.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiinterfaceEntries.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiinterfaceEntries.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiinterfaceInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiinterfaceInput.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiinterfaceInput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiinterfaceInput.m -------------------------------------------------------------------------------- /qtum wallet/Model/AbiinterfaceItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiinterfaceItem.h -------------------------------------------------------------------------------- /qtum wallet/Model/AbiinterfaceItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/AbiinterfaceItem.m -------------------------------------------------------------------------------- /qtum wallet/Model/ContracBalancesObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ContracBalancesObject.h -------------------------------------------------------------------------------- /qtum wallet/Model/ContracBalancesObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ContracBalancesObject.m -------------------------------------------------------------------------------- /qtum wallet/Model/ContractPretendent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ContractPretendent.h -------------------------------------------------------------------------------- /qtum wallet/Model/ContractPretendent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ContractPretendent.m -------------------------------------------------------------------------------- /qtum wallet/Model/HistoryDataStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/HistoryDataStorage.h -------------------------------------------------------------------------------- /qtum wallet/Model/HistoryDataStorage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/HistoryDataStorage.m -------------------------------------------------------------------------------- /qtum wallet/Model/HistoryElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/HistoryElement.h -------------------------------------------------------------------------------- /qtum wallet/Model/HistoryElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/HistoryElement.m -------------------------------------------------------------------------------- /qtum wallet/Model/HistoryStorageProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/HistoryStorageProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Model/InterfaceInputFormModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/InterfaceInputFormModel.h -------------------------------------------------------------------------------- /qtum wallet/Model/InterfaceInputFormModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/InterfaceInputFormModel.m -------------------------------------------------------------------------------- /qtum wallet/Model/NewsCellModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/NewsCellModel.h -------------------------------------------------------------------------------- /qtum wallet/Model/NewsCellModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/NewsCellModel.m -------------------------------------------------------------------------------- /qtum wallet/Model/RecieptLogDTO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/RecieptLogDTO.h -------------------------------------------------------------------------------- /qtum wallet/Model/RecieptLogDTO.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/RecieptLogDTO.m -------------------------------------------------------------------------------- /qtum wallet/Model/ResultTokenCreateInputModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ResultTokenCreateInputModel.m -------------------------------------------------------------------------------- /qtum wallet/Model/ResultTokenInputsModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ResultTokenInputsModel.h -------------------------------------------------------------------------------- /qtum wallet/Model/ResultTokenInputsModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ResultTokenInputsModel.m -------------------------------------------------------------------------------- /qtum wallet/Model/SendInfoItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/SendInfoItem.h -------------------------------------------------------------------------------- /qtum wallet/Model/SendInfoItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/SendInfoItem.m -------------------------------------------------------------------------------- /qtum wallet/Model/TemplateModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/TemplateModel.h -------------------------------------------------------------------------------- /qtum wallet/Model/TemplateModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/TemplateModel.m -------------------------------------------------------------------------------- /qtum wallet/Model/TokenHistoryElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/TokenHistoryElement.h -------------------------------------------------------------------------------- /qtum wallet/Model/TokenHistoryElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/TokenHistoryElement.m -------------------------------------------------------------------------------- /qtum wallet/Model/ValueRepresentationEntity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ValueRepresentationEntity.h -------------------------------------------------------------------------------- /qtum wallet/Model/ValueRepresentationEntity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/ValueRepresentationEntity.m -------------------------------------------------------------------------------- /qtum wallet/Model/WalletBalancesObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/WalletBalancesObject.h -------------------------------------------------------------------------------- /qtum wallet/Model/WalletBalancesObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Model/WalletBalancesObject.m -------------------------------------------------------------------------------- /qtum wallet/NetworkOAuth2Service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NetworkOAuth2Service.h -------------------------------------------------------------------------------- /qtum wallet/NetworkOAuth2Service.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NetworkOAuth2Service.m -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsDetailCellBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsDetailCellBuilder.h -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsDetailCellBuilder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsDetailCellBuilder.m -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsNavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsNavigationController.h -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsNavigationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsNavigationController.m -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCell.h -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCell.m -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCellDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCellDark.h -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCellDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCellDark.m -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCellLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCellLight.h -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCellLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/Cell/NewsTableCellLight.m -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/NewsDetailOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/NewsDetailOutput.h -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/NewsOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/NewsOutput.h -------------------------------------------------------------------------------- /qtum wallet/NewsFlow/NewsOutput/NewsOutputDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/NewsFlow/NewsOutput/NewsOutputDelegate.h -------------------------------------------------------------------------------- /qtum wallet/Pin Flow/PIN/CreatePinRootController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pin Flow/PIN/CreatePinRootController.h -------------------------------------------------------------------------------- /qtum wallet/Pin Flow/PIN/CreatePinRootController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pin Flow/PIN/CreatePinRootController.m -------------------------------------------------------------------------------- /qtum wallet/Pin Flow/PIN/SecurityPinView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pin Flow/PIN/SecurityPinView.h -------------------------------------------------------------------------------- /qtum wallet/Pin Flow/PIN/SecurityPinView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pin Flow/PIN/SecurityPinView.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/ConfirmPopUp/ConfirmPopUpViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/ConfirmPopUp/ConfirmPopUpViewController.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/ConfirmPopUp/ConfirmPopUpViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/ConfirmPopUp/ConfirmPopUpViewController.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/Errors/ErrorPopUpViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/Errors/ErrorPopUpViewController.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/Errors/ErrorPopUpViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/Errors/ErrorPopUpViewController.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/Errors/ErrorPopUpViewControllerDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/Errors/ErrorPopUpViewControllerDark.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/Errors/ErrorPopUpViewControllerDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/Errors/ErrorPopUpViewControllerDark.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/Errors/ErrorPopUpViewControllerLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/Errors/ErrorPopUpViewControllerLight.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/Errors/ErrorPopUpViewControllerLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/Errors/ErrorPopUpViewControllerLight.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/Loader Popup/LoaderPopUpViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/Loader Popup/LoaderPopUpViewController.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/Loader Popup/LoaderPopUpViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/Loader Popup/LoaderPopUpViewController.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/PopUpContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/PopUpContent.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/PopUpContent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/PopUpContent.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/PopUpContentGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/PopUpContentGenerator.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/PopUpContentGenerator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/PopUpContentGenerator.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/PopUpViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/PopUpViewController.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/PopUpViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/PopUpViewController.m -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/PopupService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/PopupService.h -------------------------------------------------------------------------------- /qtum wallet/Pop Ups/PopupService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Pop Ups/PopupService.m -------------------------------------------------------------------------------- /qtum wallet/PrefixHeader.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/PrefixHeader.pch -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/AboutOutput/AboutOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/AboutOutput/AboutOutput.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/AboutOutput/AboutOutputDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/AboutOutput/AboutOutputDelegate.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Cell/FinishInputCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Cell/FinishInputCell.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Cell/FinishInputCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Cell/FinishInputCell.m -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/ChangePinOutput/ChangePinOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/ChangePinOutput/ChangePinOutput.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/ChangePinOutput/PinViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/ChangePinOutput/PinViewController.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/ChangePinOutput/PinViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/ChangePinOutput/PinViewController.m -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/ContractCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/ContractCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/ContractCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/ContractCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/QStore/QStoreCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/QStore/QStoreCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/QStore/QStoreCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/QStore/QStoreCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/Views/FieldViewsLight.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/Views/FieldViewsLight.xib -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/Views/FieldsViews.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/Views/FieldsViews.xib -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/Views/SwitchParameterView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/Views/SwitchParameterView.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/Views/SwitchParameterView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/Views/SwitchParameterView.m -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Contract/Watch/WatchContractOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Contract/Watch/WatchContractOutput.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/LanguageOutput/LanguageOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/LanguageOutput/LanguageOutput.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/ProfileCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/ProfileCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/ProfileCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/ProfileCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/ProfileNavigationCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/ProfileNavigationCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/ProfileNavigationCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/ProfileNavigationCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/ProfileOutput/ProfileOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/ProfileOutput/ProfileOutput.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/SourceCode/SourceCodeOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/SourceCode/SourceCodeOutput.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Subscribe/Cell/TokenCellSubscribe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Subscribe/Cell/TokenCellSubscribe.h -------------------------------------------------------------------------------- /qtum wallet/Profile Flow/Subscribe/Cell/TokenCellSubscribe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Profile Flow/Subscribe/Cell/TokenCellSubscribe.m -------------------------------------------------------------------------------- /qtum wallet/Protocols/Clearable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Protocols/Clearable.h -------------------------------------------------------------------------------- /qtum wallet/Protocols/Coordinatorable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Protocols/Coordinatorable.h -------------------------------------------------------------------------------- /qtum wallet/Protocols/DynamicHeightCellProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Protocols/DynamicHeightCellProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Protocols/NetworkDefenitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Protocols/NetworkDefenitions.h -------------------------------------------------------------------------------- /qtum wallet/Protocols/NetworkingServiceProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Protocols/NetworkingServiceProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Protocols/Paginationable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Protocols/Paginationable.h -------------------------------------------------------------------------------- /qtum wallet/Protocols/Presentable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Protocols/Presentable.h -------------------------------------------------------------------------------- /qtum wallet/QRCode/QRCodeManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QRCode/QRCodeManager.h -------------------------------------------------------------------------------- /qtum wallet/QRCode/QRCodeManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QRCode/QRCodeManager.m -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreContractDownloadManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreContractDownloadManager.h -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreContractDownloadManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreContractDownloadManager.m -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreDataProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreDataProvider.h -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreDataProvider.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreDataProvider.m -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreManager.h -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreManager.m -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreModel/QStoreBuyRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreModel/QStoreBuyRequest.h -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreModel/QStoreBuyRequest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreModel/QStoreBuyRequest.m -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreModel/QStoreCategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreModel/QStoreCategory.h -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreModel/QStoreCategory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreModel/QStoreCategory.m -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreRequestManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreRequestManager.h -------------------------------------------------------------------------------- /qtum wallet/QStore classes/QStoreRequestManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/QStore classes/QStoreRequestManager.m -------------------------------------------------------------------------------- /qtum wallet/Request/RequestManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Request/RequestManager.h -------------------------------------------------------------------------------- /qtum wallet/Request/RequestManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Request/RequestManager.m -------------------------------------------------------------------------------- /qtum wallet/Request/RequestManagerAdapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Request/RequestManagerAdapter.h -------------------------------------------------------------------------------- /qtum wallet/Request/Requestable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Request/Requestable.h -------------------------------------------------------------------------------- /qtum wallet/Request/ServerAdapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Request/ServerAdapter.h -------------------------------------------------------------------------------- /qtum wallet/Request/ServerAdapter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Request/ServerAdapter.m -------------------------------------------------------------------------------- /qtum wallet/Request/SocketManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Request/SocketManager.h -------------------------------------------------------------------------------- /qtum wallet/Request/SocketManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Request/SocketManager.m -------------------------------------------------------------------------------- /qtum wallet/Security Flow/SecurityCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Security Flow/SecurityCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Security Flow/SecurityCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Security Flow/SecurityCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Send Flow/NewPayment/Cell/ChoseTokenPaymentCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/NewPayment/Cell/ChoseTokenPaymentCell.h -------------------------------------------------------------------------------- /qtum wallet/Send Flow/NewPayment/Cell/ChoseTokenPaymentCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/NewPayment/Cell/ChoseTokenPaymentCell.m -------------------------------------------------------------------------------- /qtum wallet/Send Flow/Router/SendModuleRouter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/Router/SendModuleRouter.h -------------------------------------------------------------------------------- /qtum wallet/Send Flow/Router/SendModuleRouter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/Router/SendModuleRouter.m -------------------------------------------------------------------------------- /qtum wallet/Send Flow/Router/SendRouterProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/Router/SendRouterProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Send Flow/SendCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/SendCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Send Flow/SendCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/SendCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Send Flow/SendNavigationCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/SendNavigationCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Send Flow/SendNavigationCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Send Flow/SendNavigationCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Services/AbiTypesProcessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/AbiTypesProcessor.h -------------------------------------------------------------------------------- /qtum wallet/Services/AbiTypesProcessor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/AbiTypesProcessor.m -------------------------------------------------------------------------------- /qtum wallet/Services/BackupFileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BackupFileManager.h -------------------------------------------------------------------------------- /qtum wallet/Services/BackupFileManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BackupFileManager.m -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/JKBigDecimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/JKBigDecimal.h -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/JKBigDecimal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/JKBigDecimal.m -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/JKBigInteger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/JKBigInteger.h -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/JKBigInteger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/JKBigInteger.m -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/LibTomMath/tommath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/LibTomMath/tommath.c -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/LibTomMath/tommath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/LibTomMath/tommath.h -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/LibTomMath/tommath_class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/LibTomMath/tommath_class.h -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/QTUMBigNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/QTUMBigNumber.h -------------------------------------------------------------------------------- /qtum wallet/Services/BigNumber/QTUMBigNumber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/BigNumber/QTUMBigNumber.m -------------------------------------------------------------------------------- /qtum wallet/Services/CallContractFacadeService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/CallContractFacadeService.h -------------------------------------------------------------------------------- /qtum wallet/Services/CallContractFacadeService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/CallContractFacadeService.m -------------------------------------------------------------------------------- /qtum wallet/Services/ContractArgumentsInterpretator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractArgumentsInterpretator.h -------------------------------------------------------------------------------- /qtum wallet/Services/ContractArgumentsInterpretator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractArgumentsInterpretator.m -------------------------------------------------------------------------------- /qtum wallet/Services/ContractFileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractFileManager.h -------------------------------------------------------------------------------- /qtum wallet/Services/ContractFileManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractFileManager.m -------------------------------------------------------------------------------- /qtum wallet/Services/ContractHistoryFacadeService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractHistoryFacadeService.h -------------------------------------------------------------------------------- /qtum wallet/Services/ContractHistoryFacadeService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractHistoryFacadeService.m -------------------------------------------------------------------------------- /qtum wallet/Services/ContractInfoFacade.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractInfoFacade.h -------------------------------------------------------------------------------- /qtum wallet/Services/ContractInfoFacade.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractInfoFacade.m -------------------------------------------------------------------------------- /qtum wallet/Services/ContractInterfaceManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractInterfaceManager.h -------------------------------------------------------------------------------- /qtum wallet/Services/ContractInterfaceManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ContractInterfaceManager.m -------------------------------------------------------------------------------- /qtum wallet/Services/CoreDataService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/CoreDataService.h -------------------------------------------------------------------------------- /qtum wallet/Services/CoreDataService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/CoreDataService.m -------------------------------------------------------------------------------- /qtum wallet/Services/DataOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/DataOperation.h -------------------------------------------------------------------------------- /qtum wallet/Services/DataOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/DataOperation.m -------------------------------------------------------------------------------- /qtum wallet/Services/HistoryFacadeService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/HistoryFacadeService.h -------------------------------------------------------------------------------- /qtum wallet/Services/HistoryFacadeService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/HistoryFacadeService.m -------------------------------------------------------------------------------- /qtum wallet/Services/ImageLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ImageLoader.h -------------------------------------------------------------------------------- /qtum wallet/Services/ImageLoader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ImageLoader.m -------------------------------------------------------------------------------- /qtum wallet/Services/KeychainKeyValueStorageProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/KeychainKeyValueStorageProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Services/KeychainService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/KeychainService.h -------------------------------------------------------------------------------- /qtum wallet/Services/KeychainService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/KeychainService.m -------------------------------------------------------------------------------- /qtum wallet/Services/KeychainStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/KeychainStorage.h -------------------------------------------------------------------------------- /qtum wallet/Services/KeychainStorage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/KeychainStorage.m -------------------------------------------------------------------------------- /qtum wallet/Services/NetworkingService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/NetworkingService.h -------------------------------------------------------------------------------- /qtum wallet/Services/NetworkingService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/NetworkingService.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/Cancelable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Cancelable.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/HTTPParse/TFHpple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/HTTPParse/TFHpple.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/HTTPParse/TFHpple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/HTTPParse/TFHpple.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/HTTPParse/TFHppleElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/HTTPParse/TFHppleElement.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/HTTPParse/TFHppleElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/HTTPParse/TFHppleElement.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/HTTPParse/XPathQuery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/HTTPParse/XPathQuery.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/HTTPParse/XPathQuery.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/HTTPParse/XPathQuery.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/Models/QTUMFeedItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Models/QTUMFeedItem.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/Models/QTUMFeedItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Models/QTUMFeedItem.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/Models/QTUMHTMLTagItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Models/QTUMHTMLTagItem.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/Models/QTUMHTMLTagItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Models/QTUMHTMLTagItem.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/Models/QTUMNewsItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Models/QTUMNewsItem.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/Models/QTUMNewsItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Models/QTUMNewsItem.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/Models/QTUMTagsAttribute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Models/QTUMTagsAttribute.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/Models/QTUMTagsAttribute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/Models/QTUMTagsAttribute.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/NewsFacedeService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/NewsFacedeService.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/NewsFacedeService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/NewsFacedeService.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/QTUMFeedParcer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/QTUMFeedParcer.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/QTUMFeedParcer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/QTUMFeedParcer.m -------------------------------------------------------------------------------- /qtum wallet/Services/News/QTUMHtmlParcer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/QTUMHtmlParcer.h -------------------------------------------------------------------------------- /qtum wallet/Services/News/QTUMHtmlParcer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/News/QTUMHtmlParcer.m -------------------------------------------------------------------------------- /qtum wallet/Services/NotificationManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/NotificationManager.h -------------------------------------------------------------------------------- /qtum wallet/Services/NotificationManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/NotificationManager.m -------------------------------------------------------------------------------- /qtum wallet/Services/OpenURLManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/OpenURLManager.h -------------------------------------------------------------------------------- /qtum wallet/Services/OpenURLManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/OpenURLManager.m -------------------------------------------------------------------------------- /qtum wallet/Services/PaymentValuesManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/PaymentValuesManager.h -------------------------------------------------------------------------------- /qtum wallet/Services/PaymentValuesManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/PaymentValuesManager.m -------------------------------------------------------------------------------- /qtum wallet/Services/Router/BaseRouter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/Router/BaseRouter.h -------------------------------------------------------------------------------- /qtum wallet/Services/Router/BaseRouter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/Router/BaseRouter.m -------------------------------------------------------------------------------- /qtum wallet/Services/Router/BaseRouterProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/Router/BaseRouterProtocol.h -------------------------------------------------------------------------------- /qtum wallet/Services/ServiceLocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ServiceLocator.h -------------------------------------------------------------------------------- /qtum wallet/Services/ServiceLocator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ServiceLocator.m -------------------------------------------------------------------------------- /qtum wallet/Services/ServicesHeaders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ServicesHeaders.h -------------------------------------------------------------------------------- /qtum wallet/Services/SourceCodeFormatService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/SourceCodeFormatService.h -------------------------------------------------------------------------------- /qtum wallet/Services/SourceCodeFormatService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/SourceCodeFormatService.m -------------------------------------------------------------------------------- /qtum wallet/Services/TemplateManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/TemplateManager.h -------------------------------------------------------------------------------- /qtum wallet/Services/TemplateManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/TemplateManager.m -------------------------------------------------------------------------------- /qtum wallet/Services/TouchIDService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/TouchIDService.h -------------------------------------------------------------------------------- /qtum wallet/Services/TouchIDService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/TouchIDService.m -------------------------------------------------------------------------------- /qtum wallet/Services/ValidationInputService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ValidationInputService.h -------------------------------------------------------------------------------- /qtum wallet/Services/ValidationInputService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ValidationInputService.m -------------------------------------------------------------------------------- /qtum wallet/Services/ValidationRegexProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ValidationRegexProvider.h -------------------------------------------------------------------------------- /qtum wallet/Services/ValidationRegexProvider.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/ValidationRegexProvider.m -------------------------------------------------------------------------------- /qtum wallet/Services/WalletBalanceFacadeService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/WalletBalanceFacadeService.h -------------------------------------------------------------------------------- /qtum wallet/Services/WalletBalanceFacadeService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/WalletBalanceFacadeService.m -------------------------------------------------------------------------------- /qtum wallet/Services/WatchTokensFacadeService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/WatchTokensFacadeService.h -------------------------------------------------------------------------------- /qtum wallet/Services/WatchTokensFacadeService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Services/WatchTokensFacadeService.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/BorderedLabel/BorderedLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/BorderedLabel/BorderedLabel.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/BorderedLabel/BorderedLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/BorderedLabel/BorderedLabel.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/BorderedLabel/BorderedLabelDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/BorderedLabel/BorderedLabelDark.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/BorderedLabel/BorderedLabelDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/BorderedLabel/BorderedLabelDark.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/BorderedLabel/BorderedLabelLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/BorderedLabel/BorderedLabelLight.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/BorderedLabel/BorderedLabelLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/BorderedLabel/BorderedLabelLight.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/BorderedLabel/InnerShadowView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/BorderedLabel/InnerShadowView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/BorderedLabel/InnerShadowView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/BorderedLabel/InnerShadowView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/CopyLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/CopyLabel.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/CopyLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/CopyLabel.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Diagram animation/DiagramView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Diagram animation/DiagramView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Diagram animation/DiagramView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Diagram animation/DiagramView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Gradient/CircleGradientView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Gradient/CircleGradientView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Gradient/CircleGradientView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Gradient/CircleGradientView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Gradient/GradientView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Gradient/GradientView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Gradient/GradientView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Gradient/GradientView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Gradient/GradientViewWithAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Gradient/GradientViewWithAnimation.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Gradient/GradientViewWithAnimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Gradient/GradientViewWithAnimation.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/LightBlueGrayBorderView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/LightBlueGrayBorderView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/LightBlueGrayBorderView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/LightBlueGrayBorderView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Loader View/SpinnerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Loader View/SpinnerView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Loader View/SpinnerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Loader View/SpinnerView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Loader View/SpinnerViewLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Loader View/SpinnerViewLight.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Loader View/SpinnerViewLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Loader View/SpinnerViewLight.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/New Group/ChooseConverterView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/New Group/ChooseConverterView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/New Group/ChooseConverterView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/New Group/ChooseConverterView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/New Group/ChooseConverterView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/New Group/ChooseConverterView.xib -------------------------------------------------------------------------------- /qtum wallet/Shared Views/New Group/ChooseConverterViewLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/New Group/ChooseConverterViewLight.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/New Group/ChooseConverterViewLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/New Group/ChooseConverterViewLight.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/No Contract View/NoContractView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/No Contract View/NoContractView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/No Contract View/NoContractView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/No Contract View/NoContractView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/No Contract View/NoContractView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/No Contract View/NoContractView.xib -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/CustomPageControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/CustomPageControl.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/CustomPageControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/CustomPageControl.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/Items/PageControlItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/Items/PageControlItem.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/PageControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/PageControl.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/PageControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/PageControl.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/PageControlDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/PageControlDark.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/PageControlDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/PageControlDark.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/PageControlLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/PageControlLight.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Page Control/PageControlLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Page Control/PageControlLight.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/PasswordView/PasswordView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/PasswordView/PasswordView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/PasswordView/PasswordView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/PasswordView/PasswordView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/QTUMContractLableWithMargins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/QTUMContractLableWithMargins.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/QTUMContractLableWithMargins.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/QTUMContractLableWithMargins.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Search Bar/CustomSearchBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Search Bar/CustomSearchBar.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Search Bar/CustomSearchBar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Search Bar/CustomSearchBar.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Search Bar/CustomSearchBarDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Search Bar/CustomSearchBarDark.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Search Bar/CustomSearchBarDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Search Bar/CustomSearchBarDark.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Search Bar/CustomSearchBarLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Search Bar/CustomSearchBarLight.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Search Bar/CustomSearchBarLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Search Bar/CustomSearchBarLight.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/SourceCodeTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/SourceCodeTextView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/SourceCodeTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/SourceCodeTextView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Text Field/CustomTextField.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Text Field/CustomTextField.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Text Field/CustomTextField.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Text Field/CustomTextField.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Text View/InputTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Text View/InputTextView.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Text View/InputTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Text View/InputTextView.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Text View/InputTextViewDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Text View/InputTextViewDark.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Text View/InputTextViewDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Text View/InputTextViewDark.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Text View/InputTextViewLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Text View/InputTextViewLight.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/Text View/InputTextViewLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/Text View/InputTextViewLight.m -------------------------------------------------------------------------------- /qtum wallet/Shared Views/ViewWithAnimatedLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/ViewWithAnimatedLine.h -------------------------------------------------------------------------------- /qtum wallet/Shared Views/ViewWithAnimatedLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Shared Views/ViewWithAnimatedLine.m -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Protocols/Managerable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Protocols/Managerable.h -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Protocols/Spendable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Protocols/Spendable.h -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Token/Contract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Token/Contract.h -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Token/Contract.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Token/Contract.m -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Token/ContractManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Token/ContractManager.h -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Token/ContractManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Token/ContractManager.m -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Wallet/Wallet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Wallet/Wallet.h -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Wallet/Wallet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Wallet/Wallet.m -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Wallet/WalletManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Wallet/WalletManager.h -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Wallet/WalletManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Wallet/WalletManager.m -------------------------------------------------------------------------------- /qtum wallet/Spendable Controll Flow/Wallet/WalletManagering.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Spendable Controll Flow/Wallet/WalletManagering.h -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/SplashScreenOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/SplashScreenOutput.h -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/SplashScreenOutputDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/SplashScreenOutputDelegate.h -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/SplashViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/SplashViewController.h -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/SplashViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/SplashViewController.m -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/SplashViewControllerDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/SplashViewControllerDark.h -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/SplashViewControllerDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/SplashViewControllerDark.m -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/SplashViewControllerLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/SplashViewControllerLight.h -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/SplashViewControllerLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/SplashViewControllerLight.m -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/Views/AnimatedLogoImageVIew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/Views/AnimatedLogoImageVIew.h -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/Views/AnimatedLogoImageVIew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/Views/AnimatedLogoImageVIew.m -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/Views/AnimatedLogoImageVIewLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/Views/AnimatedLogoImageVIewLight.h -------------------------------------------------------------------------------- /qtum wallet/Splash Screen/Views/AnimatedLogoImageVIewLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Splash Screen/Views/AnimatedLogoImageVIewLight.m -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/BackupRestore.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/BackupRestore.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/CreateToken.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/CreateToken.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/News.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/News.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/Pin.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/Pin.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/Profile.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/Profile.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/QStore.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/QStore.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/Send.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/Send.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/Splash.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/Splash.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/Start.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/Start.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/SubscribeToken.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/SubscribeToken.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/Base.lproj/Wallet.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/Base.lproj/Wallet.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/PopUp/LoaderPopUp.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/PopUp/LoaderPopUp.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/PopUp/en.lproj/ConfirmPopUp.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/PopUp/en.lproj/ConfirmPopUp.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/PopUp/en.lproj/ErrorPopUp.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/PopUp/en.lproj/ErrorPopUp.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/PopUp/en.lproj/SecurityPopup.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/PopUp/en.lproj/SecurityPopup.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/SplashLight.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/SplashLight.storyboard -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/BackupRestore.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/BackupRestore.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/CreateToken.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/CreateToken.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/News.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/News.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/Pin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/Pin.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/Profile.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/Profile.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/QStore.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/QStore.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/Send.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/Send.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/Splash.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/Splash.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/Start.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/Start.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/SubscribeToken.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/SubscribeToken.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/en.lproj/Wallet.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/en.lproj/Wallet.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/BackupRestore.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/BackupRestore.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/CreateToken.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/CreateToken.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/News.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/News.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/Pin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/Pin.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/Profile.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/Profile.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/QStore.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/QStore.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/Send.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/Send.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/Splash.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/Splash.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/Start.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/Start.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/SubscribeToken.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/SubscribeToken.strings -------------------------------------------------------------------------------- /qtum wallet/Storyboards/zh-Hant.lproj/Wallet.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Storyboards/zh-Hant.lproj/Wallet.strings -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Default-568h@2x.png -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/Avenir.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/Avenir.ttc -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/MYRIADPRO-REGULAR.OTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/MYRIADPRO-REGULAR.OTF -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/SF-UI-DISPLAY-THIN.OTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/SF-UI-DISPLAY-THIN.OTF -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/SFUIDisplay-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/SFUIDisplay-Regular.otf -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/euclidflexmedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/euclidflexmedium.ttf -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/simplonmono-medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/simplonmono-medium.ttf -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/Fonts/simplonmono-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/Fonts/simplonmono-regular.ttf -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/FontsLight/proximanova-bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/FontsLight/proximanova-bold.otf -------------------------------------------------------------------------------- /qtum wallet/Supporting Files/FontsLight/proximanova-light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Supporting Files/FontsLight/proximanova-light.otf -------------------------------------------------------------------------------- /qtum wallet/Transaction Controll Flow/TransactionBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Transaction Controll Flow/TransactionBuilder.h -------------------------------------------------------------------------------- /qtum wallet/Transaction Controll Flow/TransactionBuilder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Transaction Controll Flow/TransactionBuilder.m -------------------------------------------------------------------------------- /qtum wallet/Transaction Controll Flow/TransactionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Transaction Controll Flow/TransactionManager.h -------------------------------------------------------------------------------- /qtum wallet/Transaction Controll Flow/TransactionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Transaction Controll Flow/TransactionManager.m -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/BalancePageOutput/BalancePageOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/BalancePageOutput/BalancePageOutput.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/RecieveOutput/RecieveOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/RecieveOutput/RecieveOutput.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/RecieveOutput/RecieveOutputDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/RecieveOutput/RecieveOutputDelegate.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/RecieveOutput/RecieveViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/RecieveOutput/RecieveViewController.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/RecieveOutput/RecieveViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/RecieveOutput/RecieveViewController.m -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/TokenDetails/TokenDetailOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/TokenDetails/TokenDetailOutput.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCell.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCell.m -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCellDark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCellDark.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCellDark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCellDark.m -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCellLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCellLight.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCellLight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/TokenListOutput/Cell/TokenCellLight.m -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/TokenListOutput/TokenListOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/TokenListOutput/TokenListOutput.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/WalletCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/WalletCoordinator.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/WalletCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/WalletCoordinator.m -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/WalletNavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/WalletNavigationController.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/WalletNavigationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/WalletNavigationController.m -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/WalletOutput/WalletOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/WalletOutput/WalletOutput.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/WalletOutput/WalletOutputDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/WalletOutput/WalletOutputDelegate.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/WalletOutput/WalletViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/WalletOutput/WalletViewController.h -------------------------------------------------------------------------------- /qtum wallet/Wallet Flow/WalletOutput/WalletViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/Wallet Flow/WalletOutput/WalletViewController.m -------------------------------------------------------------------------------- /qtum wallet/WalletTypeCollectionDataSourceDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/WalletTypeCollectionDataSourceDelegate.h -------------------------------------------------------------------------------- /qtum wallet/WalletTypeCollectionDataSourceDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/WalletTypeCollectionDataSourceDelegate.m -------------------------------------------------------------------------------- /qtum wallet/libxml2.dylib: -------------------------------------------------------------------------------- 1 | libxml2.2.dylib -------------------------------------------------------------------------------- /qtum wallet/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/main.m -------------------------------------------------------------------------------- /qtum wallet/qtum wallet.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum wallet/qtum wallet.entitlements -------------------------------------------------------------------------------- /qtum walletTests/AbiRegexTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/AbiRegexTest.m -------------------------------------------------------------------------------- /qtum walletTests/ContractManagerTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/ContractManagerTests.m -------------------------------------------------------------------------------- /qtum walletTests/ContractParametersInterpreterTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/ContractParametersInterpreterTest.m -------------------------------------------------------------------------------- /qtum walletTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/Info.plist -------------------------------------------------------------------------------- /qtum walletTests/JKBigDecimal_iOSTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/JKBigDecimal_iOSTests.m -------------------------------------------------------------------------------- /qtum walletTests/JKBigInteger_iOSTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/JKBigInteger_iOSTests.m -------------------------------------------------------------------------------- /qtum walletTests/NSDecimalNumberComparisonTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/NSDecimalNumberComparisonTests.m -------------------------------------------------------------------------------- /qtum walletTests/NSNumberComparisonTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/NSNumberComparisonTests.m -------------------------------------------------------------------------------- /qtum walletTests/QTUMBigDecimalStringsTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/QTUMBigDecimalStringsTest.m -------------------------------------------------------------------------------- /qtum walletTests/QTUMBigDecimalTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/QTUMBigDecimalTest.m -------------------------------------------------------------------------------- /qtum walletTests/TemplateManagerTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/TemplateManagerTests.m -------------------------------------------------------------------------------- /qtum walletTests/WalletManagerTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/WalletManagerTests.m -------------------------------------------------------------------------------- /qtum walletTests/WalletTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/WalletTests.m -------------------------------------------------------------------------------- /qtum walletTests/qtum_walletTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtumproject/qtum-ios/HEAD/qtum walletTests/qtum_walletTests.m --------------------------------------------------------------------------------