Full Code of sessionCh/RxXMLY for AI

master 20c42183e93e cached
3400 files
98.0 MB
1.5M tokens
5 symbols
1 requests
Download .txt
Showing preview only (6,199K chars total). Download the full file or copy to clipboard to get everything.
Repository: sessionCh/RxXMLY
Branch: master
Commit: 20c42183e93e
Files: 3400
Total size: 98.0 MB

Directory structure:
gitextract_mpyk4p85/

├── .gitigonre
├── Podfile
├── Pods/
│   ├── Alamofire/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Source/
│   │       ├── AFError.swift
│   │       ├── Alamofire.swift
│   │       ├── DispatchQueue+Alamofire.swift
│   │       ├── MultipartFormData.swift
│   │       ├── NetworkReachabilityManager.swift
│   │       ├── Notifications.swift
│   │       ├── ParameterEncoding.swift
│   │       ├── Request.swift
│   │       ├── Response.swift
│   │       ├── ResponseSerialization.swift
│   │       ├── Result.swift
│   │       ├── ServerTrustPolicy.swift
│   │       ├── SessionDelegate.swift
│   │       ├── SessionManager.swift
│   │       ├── TaskDelegate.swift
│   │       ├── Timeline.swift
│   │       └── Validation.swift
│   ├── Differentiator/
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   └── Sources/
│   │       └── Differentiator/
│   │           ├── AnimatableSectionModel.swift
│   │           ├── AnimatableSectionModelType+ItemPath.swift
│   │           ├── AnimatableSectionModelType.swift
│   │           ├── Changeset.swift
│   │           ├── Diff.swift
│   │           ├── IdentifiableType.swift
│   │           ├── IdentifiableValue.swift
│   │           ├── ItemPath.swift
│   │           ├── Optional+Extensions.swift
│   │           ├── SectionModel.swift
│   │           ├── SectionModelType.swift
│   │           └── Utilities.swift
│   ├── IQKeyboardManagerSwift/
│   │   ├── IQKeyboardManagerSwift/
│   │   │   ├── Categories/
│   │   │   │   ├── IQNSArray+Sort.swift
│   │   │   │   ├── IQUIScrollView+Additions.swift
│   │   │   │   ├── IQUITextFieldView+Additions.swift
│   │   │   │   ├── IQUIView+Hierarchy.swift
│   │   │   │   ├── IQUIViewController+Additions.swift
│   │   │   │   └── IQUIWindow+Hierarchy.swift
│   │   │   ├── Constants/
│   │   │   │   ├── IQKeyboardManagerConstants.swift
│   │   │   │   └── IQKeyboardManagerConstantsInternal.swift
│   │   │   ├── IQKeyboardManager.swift
│   │   │   ├── IQKeyboardReturnKeyHandler.swift
│   │   │   ├── IQTextView/
│   │   │   │   └── IQTextView.swift
│   │   │   └── IQToolbar/
│   │   │       ├── IQBarButtonItem.swift
│   │   │       ├── IQPreviousNextView.swift
│   │   │       ├── IQTitleBarButtonItem.swift
│   │   │       ├── IQToolbar.swift
│   │   │       └── IQUIView+IQKeyboardToolbar.swift
│   │   ├── LICENSE.md
│   │   └── README.md
│   ├── Kingfisher/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       ├── AnimatedImageView.swift
│   │       ├── Box.swift
│   │       ├── CacheSerializer.swift
│   │       ├── Filter.swift
│   │       ├── FormatIndicatedCacheSerializer.swift
│   │       ├── Image.swift
│   │       ├── ImageCache.swift
│   │       ├── ImageDownloader.swift
│   │       ├── ImagePrefetcher.swift
│   │       ├── ImageProcessor.swift
│   │       ├── ImageTransition.swift
│   │       ├── ImageView+Kingfisher.swift
│   │       ├── Indicator.swift
│   │       ├── Kingfisher.h
│   │       ├── Kingfisher.swift
│   │       ├── KingfisherManager.swift
│   │       ├── KingfisherOptionsInfo.swift
│   │       ├── Placeholder.swift
│   │       ├── RequestModifier.swift
│   │       ├── Resource.swift
│   │       ├── String+MD5.swift
│   │       ├── ThreadHelper.swift
│   │       └── UIButton+Kingfisher.swift
│   ├── MJRefresh/
│   │   ├── LICENSE
│   │   ├── MJRefresh/
│   │   │   ├── Base/
│   │   │   │   ├── MJRefreshAutoFooter.h
│   │   │   │   ├── MJRefreshAutoFooter.m
│   │   │   │   ├── MJRefreshBackFooter.h
│   │   │   │   ├── MJRefreshBackFooter.m
│   │   │   │   ├── MJRefreshComponent.h
│   │   │   │   ├── MJRefreshComponent.m
│   │   │   │   ├── MJRefreshFooter.h
│   │   │   │   ├── MJRefreshFooter.m
│   │   │   │   ├── MJRefreshHeader.h
│   │   │   │   └── MJRefreshHeader.m
│   │   │   ├── Custom/
│   │   │   │   ├── Footer/
│   │   │   │   │   ├── Auto/
│   │   │   │   │   │   ├── MJRefreshAutoGifFooter.h
│   │   │   │   │   │   ├── MJRefreshAutoGifFooter.m
│   │   │   │   │   │   ├── MJRefreshAutoNormalFooter.h
│   │   │   │   │   │   ├── MJRefreshAutoNormalFooter.m
│   │   │   │   │   │   ├── MJRefreshAutoStateFooter.h
│   │   │   │   │   │   └── MJRefreshAutoStateFooter.m
│   │   │   │   │   └── Back/
│   │   │   │   │       ├── MJRefreshBackGifFooter.h
│   │   │   │   │       ├── MJRefreshBackGifFooter.m
│   │   │   │   │       ├── MJRefreshBackNormalFooter.h
│   │   │   │   │       ├── MJRefreshBackNormalFooter.m
│   │   │   │   │       ├── MJRefreshBackStateFooter.h
│   │   │   │   │       └── MJRefreshBackStateFooter.m
│   │   │   │   └── Header/
│   │   │   │       ├── MJRefreshGifHeader.h
│   │   │   │       ├── MJRefreshGifHeader.m
│   │   │   │       ├── MJRefreshNormalHeader.h
│   │   │   │       ├── MJRefreshNormalHeader.m
│   │   │   │       ├── MJRefreshStateHeader.h
│   │   │   │       └── MJRefreshStateHeader.m
│   │   │   ├── MJRefresh.bundle/
│   │   │   │   ├── en.lproj/
│   │   │   │   │   └── Localizable.strings
│   │   │   │   ├── zh-Hans.lproj/
│   │   │   │   │   └── Localizable.strings
│   │   │   │   └── zh-Hant.lproj/
│   │   │   │       └── Localizable.strings
│   │   │   ├── MJRefresh.h
│   │   │   ├── MJRefreshConst.h
│   │   │   ├── MJRefreshConst.m
│   │   │   ├── NSBundle+MJRefresh.h
│   │   │   ├── NSBundle+MJRefresh.m
│   │   │   ├── UIScrollView+MJExtension.h
│   │   │   ├── UIScrollView+MJExtension.m
│   │   │   ├── UIScrollView+MJRefresh.h
│   │   │   ├── UIScrollView+MJRefresh.m
│   │   │   ├── UIView+MJExtension.h
│   │   │   └── UIView+MJExtension.m
│   │   └── README.md
│   ├── Moya/
│   │   ├── License.md
│   │   ├── Readme.md
│   │   └── Sources/
│   │       └── Moya/
│   │           ├── AnyEncodable.swift
│   │           ├── Cancellable.swift
│   │           ├── Endpoint.swift
│   │           ├── Image.swift
│   │           ├── Moya+Alamofire.swift
│   │           ├── MoyaError.swift
│   │           ├── MoyaProvider+Defaults.swift
│   │           ├── MoyaProvider+Internal.swift
│   │           ├── MoyaProvider.swift
│   │           ├── MultiTarget.swift
│   │           ├── MultipartFormData.swift
│   │           ├── Plugin.swift
│   │           ├── Plugins/
│   │           │   ├── AccessTokenPlugin.swift
│   │           │   ├── CredentialsPlugin.swift
│   │           │   ├── NetworkActivityPlugin.swift
│   │           │   └── NetworkLoggerPlugin.swift
│   │           ├── Response.swift
│   │           ├── TargetType.swift
│   │           ├── Task.swift
│   │           ├── URL+Moya.swift
│   │           └── URLRequest+Encoding.swift
│   ├── NSObject+Rx/
│   │   ├── HasDisposeBag.swift
│   │   ├── LICENSE
│   │   ├── NSObject+Rx.swift
│   │   └── Readme.md
│   ├── ObjectMapper/
│   │   ├── LICENSE
│   │   ├── README-CN.md
│   │   └── Sources/
│   │       ├── CustomDateFormatTransform.swift
│   │       ├── DataTransform.swift
│   │       ├── DateFormatterTransform.swift
│   │       ├── DateTransform.swift
│   │       ├── DictionaryTransform.swift
│   │       ├── EnumOperators.swift
│   │       ├── EnumTransform.swift
│   │       ├── FromJSON.swift
│   │       ├── HexColorTransform.swift
│   │       ├── ISO8601DateTransform.swift
│   │       ├── ImmutableMappable.swift
│   │       ├── IntegerOperators.swift
│   │       ├── Map.swift
│   │       ├── MapError.swift
│   │       ├── Mappable.swift
│   │       ├── Mapper.swift
│   │       ├── NSDecimalNumberTransform.swift
│   │       ├── Operators.swift
│   │       ├── ToJSON.swift
│   │       ├── TransformOf.swift
│   │       ├── TransformOperators.swift
│   │       ├── TransformType.swift
│   │       └── URLTransform.swift
│   ├── Pods.xcodeproj/
│   │   ├── project.pbxproj
│   │   └── xcuserdata/
│   │       └── sessionCh.xcuserdatad/
│   │           └── xcschemes/
│   │               ├── Alamofire.xcscheme
│   │               ├── Differentiator.xcscheme
│   │               ├── IQKeyboardManagerSwift.xcscheme
│   │               ├── Kingfisher.xcscheme
│   │               ├── MJRefresh.xcscheme
│   │               ├── Moya.xcscheme
│   │               ├── NSObject+Rx.xcscheme
│   │               ├── ObjectMapper.xcscheme
│   │               ├── Pods-RxXMLY.xcscheme
│   │               ├── ReactorKit.xcscheme
│   │               ├── Result.xcscheme
│   │               ├── ReusableKit.xcscheme
│   │               ├── RxAlamofire.xcscheme
│   │               ├── RxCocoa.xcscheme
│   │               ├── RxDataSources.xcscheme
│   │               ├── RxGesture.xcscheme
│   │               ├── RxSwift.xcscheme
│   │               ├── SnapKit.xcscheme
│   │               ├── SwiftyColor.xcscheme
│   │               ├── SwiftyJSON.xcscheme
│   │               ├── TTRangeSlider.xcscheme
│   │               ├── TYCyclePagerView.xcscheme
│   │               ├── TYPagerController.xcscheme
│   │               ├── Then.xcscheme
│   │               ├── URLNavigator.xcscheme
│   │               └── xcschememanagement.plist
│   ├── ReactorKit/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       ├── ReactorKit/
│   │       │   ├── ActionSubject.swift
│   │       │   ├── AssociatedObjectStore.swift
│   │       │   ├── Reactor.swift
│   │       │   ├── StoryboardView.swift
│   │       │   ├── Stub.swift
│   │       │   └── View.swift
│   │       └── ReactorKitRuntime/
│   │           ├── ReactorKitRuntime.m
│   │           └── include/
│   │               └── ReactorKitRuntime.h
│   ├── Result/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Result/
│   │       ├── Result.swift
│   │       └── ResultProtocol.swift
│   ├── ReusableKit/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       ├── ReusableKit/
│   │       │   ├── ReusableKit.swift
│   │       │   ├── UICollectionView+ReusableKit.swift
│   │       │   └── UITableView+ReusableKit.swift
│   │       └── RxReusableKit/
│   │           ├── UICollectionView+RxReusableKit.swift
│   │           └── UITableView+RxReusableKit.swift
│   ├── RxAlamofire/
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   └── Sources/
│   │       └── RxAlamofire.swift
│   ├── RxCocoa/
│   │   ├── LICENSE.md
│   │   ├── Platform/
│   │   │   ├── DataStructures/
│   │   │   │   ├── Bag.swift
│   │   │   │   ├── InfiniteSequence.swift
│   │   │   │   ├── PriorityQueue.swift
│   │   │   │   └── Queue.swift
│   │   │   ├── DispatchQueue+Extensions.swift
│   │   │   ├── Platform.Darwin.swift
│   │   │   ├── Platform.Linux.swift
│   │   │   └── RecursiveLock.swift
│   │   ├── README.md
│   │   └── RxCocoa/
│   │       ├── Common/
│   │       │   ├── Binder.swift
│   │       │   ├── ControlTarget.swift
│   │       │   ├── DelegateProxy.swift
│   │       │   ├── DelegateProxyType.swift
│   │       │   ├── NSLayoutConstraint+Rx.swift
│   │       │   ├── Observable+Bind.swift
│   │       │   ├── RxCocoaObjCRuntimeError+Extensions.swift
│   │       │   ├── RxTarget.swift
│   │       │   ├── SectionedViewDataSourceType.swift
│   │       │   └── TextInput.swift
│   │       ├── Deprecated.swift
│   │       ├── Foundation/
│   │       │   ├── KVORepresentable+CoreGraphics.swift
│   │       │   ├── KVORepresentable+Swift.swift
│   │       │   ├── KVORepresentable.swift
│   │       │   ├── Logging.swift
│   │       │   ├── NSObject+Rx+KVORepresentable.swift
│   │       │   ├── NSObject+Rx+RawRepresentable.swift
│   │       │   ├── NSObject+Rx.swift
│   │       │   ├── NotificationCenter+Rx.swift
│   │       │   └── URLSession+Rx.swift
│   │       ├── Runtime/
│   │       │   ├── _RX.m
│   │       │   ├── _RXDelegateProxy.m
│   │       │   ├── _RXKVOObserver.m
│   │       │   ├── _RXObjCRuntime.m
│   │       │   └── include/
│   │       │       ├── RxCocoaRuntime.h
│   │       │       ├── _RX.h
│   │       │       ├── _RXDelegateProxy.h
│   │       │       ├── _RXKVOObserver.h
│   │       │       └── _RXObjCRuntime.h
│   │       ├── RxCocoa.h
│   │       ├── RxCocoa.swift
│   │       ├── Traits/
│   │       │   ├── BehaviorRelay.swift
│   │       │   ├── ControlEvent.swift
│   │       │   ├── ControlProperty.swift
│   │       │   ├── Driver/
│   │       │   │   ├── BehaviorRelay+Driver.swift
│   │       │   │   ├── ControlEvent+Driver.swift
│   │       │   │   ├── ControlProperty+Driver.swift
│   │       │   │   ├── Driver+Subscription.swift
│   │       │   │   ├── Driver.swift
│   │       │   │   └── ObservableConvertibleType+Driver.swift
│   │       │   ├── PublishRelay.swift
│   │       │   ├── SharedSequence/
│   │       │   │   ├── SchedulerType+SharedSequence.swift
│   │       │   │   ├── SharedSequence+Operators+arity.swift
│   │       │   │   ├── SharedSequence+Operators.swift
│   │       │   │   └── SharedSequence.swift
│   │       │   └── Signal/
│   │       │       ├── ObservableConvertibleType+Signal.swift
│   │       │       ├── PublishRelay+Signal.swift
│   │       │       ├── Signal+Subscription.swift
│   │       │       └── Signal.swift
│   │       └── iOS/
│   │           ├── DataSources/
│   │           │   ├── RxCollectionViewReactiveArrayDataSource.swift
│   │           │   ├── RxPickerViewAdapter.swift
│   │           │   └── RxTableViewReactiveArrayDataSource.swift
│   │           ├── Events/
│   │           │   └── ItemEvents.swift
│   │           ├── NSTextStorage+Rx.swift
│   │           ├── Protocols/
│   │           │   ├── RxCollectionViewDataSourceType.swift
│   │           │   ├── RxPickerViewDataSourceType.swift
│   │           │   └── RxTableViewDataSourceType.swift
│   │           ├── Proxies/
│   │           │   ├── RxCollectionViewDataSourceProxy.swift
│   │           │   ├── RxCollectionViewDelegateProxy.swift
│   │           │   ├── RxNavigationControllerDelegateProxy.swift
│   │           │   ├── RxPickerViewDataSourceProxy.swift
│   │           │   ├── RxPickerViewDelegateProxy.swift
│   │           │   ├── RxScrollViewDelegateProxy.swift
│   │           │   ├── RxSearchBarDelegateProxy.swift
│   │           │   ├── RxSearchControllerDelegateProxy.swift
│   │           │   ├── RxTabBarControllerDelegateProxy.swift
│   │           │   ├── RxTabBarDelegateProxy.swift
│   │           │   ├── RxTableViewDataSourceProxy.swift
│   │           │   ├── RxTableViewDelegateProxy.swift
│   │           │   ├── RxTextStorageDelegateProxy.swift
│   │           │   ├── RxTextViewDelegateProxy.swift
│   │           │   └── RxWebViewDelegateProxy.swift
│   │           ├── UIActivityIndicatorView+Rx.swift
│   │           ├── UIAlertAction+Rx.swift
│   │           ├── UIApplication+Rx.swift
│   │           ├── UIBarButtonItem+Rx.swift
│   │           ├── UIButton+Rx.swift
│   │           ├── UICollectionView+Rx.swift
│   │           ├── UIControl+Rx.swift
│   │           ├── UIDatePicker+Rx.swift
│   │           ├── UIGestureRecognizer+Rx.swift
│   │           ├── UIImageView+Rx.swift
│   │           ├── UILabel+Rx.swift
│   │           ├── UINavigationController+Rx.swift
│   │           ├── UINavigationItem+Rx.swift
│   │           ├── UIPageControl+Rx.swift
│   │           ├── UIPickerView+Rx.swift
│   │           ├── UIProgressView+Rx.swift
│   │           ├── UIRefreshControl+Rx.swift
│   │           ├── UIScrollView+Rx.swift
│   │           ├── UISearchBar+Rx.swift
│   │           ├── UISearchController+Rx.swift
│   │           ├── UISegmentedControl+Rx.swift
│   │           ├── UISlider+Rx.swift
│   │           ├── UIStepper+Rx.swift
│   │           ├── UISwitch+Rx.swift
│   │           ├── UITabBar+Rx.swift
│   │           ├── UITabBarController+Rx.swift
│   │           ├── UITabBarItem+Rx.swift
│   │           ├── UITableView+Rx.swift
│   │           ├── UITextField+Rx.swift
│   │           ├── UITextView+Rx.swift
│   │           ├── UIView+Rx.swift
│   │           ├── UIViewController+Rx.swift
│   │           └── UIWebView+Rx.swift
│   ├── RxDataSources/
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   └── Sources/
│   │       └── RxDataSources/
│   │           ├── AnimationConfiguration.swift
│   │           ├── Array+Extensions.swift
│   │           ├── CollectionViewSectionedDataSource.swift
│   │           ├── DataSources.swift
│   │           ├── Deprecated.swift
│   │           ├── FloatingPointType+IdentifiableType.swift
│   │           ├── IntegerType+IdentifiableType.swift
│   │           ├── RxCollectionViewSectionedAnimatedDataSource.swift
│   │           ├── RxCollectionViewSectionedReloadDataSource.swift
│   │           ├── RxPickerViewAdapter.swift
│   │           ├── RxTableViewSectionedAnimatedDataSource.swift
│   │           ├── RxTableViewSectionedReloadDataSource.swift
│   │           ├── String+IdentifiableType.swift
│   │           ├── TableViewSectionedDataSource.swift
│   │           ├── UI+SectionedViewType.swift
│   │           └── ViewTransition.swift
│   ├── RxGesture/
│   │   ├── LICENSE
│   │   ├── Pod/
│   │   │   └── Classes/
│   │   │       ├── GestureFactory.swift
│   │   │       ├── RxGestureRecognizerDelegate.swift
│   │   │       ├── SharedTypes.swift
│   │   │       ├── View+RxGesture.swift
│   │   │       └── iOS/
│   │   │           ├── TransformGestureRecognizers.swift
│   │   │           ├── UIGestureRecognizer+RxGesture.swift
│   │   │           ├── UILongPressGestureRecognizer+RxGesture.swift
│   │   │           ├── UIPanGestureRecognizer+RxGesture.swift
│   │   │           ├── UIPinchGestureRecognizer+RxGesture.swift
│   │   │           ├── UIRotationGestureRecognizer+RxGesture.swift
│   │   │           ├── UIScreenEdgePanGestureRecognizer+RxGesture.swift
│   │   │           ├── UISwipeGestureRecognizer+RxGesture.swift
│   │   │           └── UITapGestureRecognizer+RxGesture.swift
│   │   └── README.md
│   ├── RxSwift/
│   │   ├── LICENSE.md
│   │   ├── Platform/
│   │   │   ├── DataStructures/
│   │   │   │   ├── Bag.swift
│   │   │   │   ├── InfiniteSequence.swift
│   │   │   │   ├── PriorityQueue.swift
│   │   │   │   └── Queue.swift
│   │   │   ├── DispatchQueue+Extensions.swift
│   │   │   ├── Platform.Darwin.swift
│   │   │   ├── Platform.Linux.swift
│   │   │   └── RecursiveLock.swift
│   │   ├── README.md
│   │   └── RxSwift/
│   │       ├── AnyObserver.swift
│   │       ├── Cancelable.swift
│   │       ├── Concurrency/
│   │       │   ├── AsyncLock.swift
│   │       │   ├── Lock.swift
│   │       │   ├── LockOwnerType.swift
│   │       │   ├── SynchronizedDisposeType.swift
│   │       │   ├── SynchronizedOnType.swift
│   │       │   └── SynchronizedUnsubscribeType.swift
│   │       ├── ConnectableObservableType.swift
│   │       ├── Deprecated.swift
│   │       ├── Disposable.swift
│   │       ├── Disposables/
│   │       │   ├── AnonymousDisposable.swift
│   │       │   ├── BinaryDisposable.swift
│   │       │   ├── BooleanDisposable.swift
│   │       │   ├── CompositeDisposable.swift
│   │       │   ├── Disposables.swift
│   │       │   ├── DisposeBag.swift
│   │       │   ├── DisposeBase.swift
│   │       │   ├── NopDisposable.swift
│   │       │   ├── RefCountDisposable.swift
│   │       │   ├── ScheduledDisposable.swift
│   │       │   ├── SerialDisposable.swift
│   │       │   ├── SingleAssignmentDisposable.swift
│   │       │   └── SubscriptionDisposable.swift
│   │       ├── Errors.swift
│   │       ├── Event.swift
│   │       ├── Extensions/
│   │       │   ├── Bag+Rx.swift
│   │       │   └── String+Rx.swift
│   │       ├── GroupedObservable.swift
│   │       ├── ImmediateSchedulerType.swift
│   │       ├── Observable.swift
│   │       ├── ObservableConvertibleType.swift
│   │       ├── ObservableType+Extensions.swift
│   │       ├── ObservableType.swift
│   │       ├── Observables/
│   │       │   ├── AddRef.swift
│   │       │   ├── Amb.swift
│   │       │   ├── AsMaybe.swift
│   │       │   ├── AsSingle.swift
│   │       │   ├── Buffer.swift
│   │       │   ├── Catch.swift
│   │       │   ├── CombineLatest+Collection.swift
│   │       │   ├── CombineLatest+arity.swift
│   │       │   ├── CombineLatest.swift
│   │       │   ├── Concat.swift
│   │       │   ├── Create.swift
│   │       │   ├── Debounce.swift
│   │       │   ├── Debug.swift
│   │       │   ├── DefaultIfEmpty.swift
│   │       │   ├── Deferred.swift
│   │       │   ├── Delay.swift
│   │       │   ├── DelaySubscription.swift
│   │       │   ├── Dematerialize.swift
│   │       │   ├── DistinctUntilChanged.swift
│   │       │   ├── Do.swift
│   │       │   ├── ElementAt.swift
│   │       │   ├── Empty.swift
│   │       │   ├── Enumerated.swift
│   │       │   ├── Error.swift
│   │       │   ├── Filter.swift
│   │       │   ├── First.swift
│   │       │   ├── Generate.swift
│   │       │   ├── GroupBy.swift
│   │       │   ├── Just.swift
│   │       │   ├── Map.swift
│   │       │   ├── Materialize.swift
│   │       │   ├── Merge.swift
│   │       │   ├── Multicast.swift
│   │       │   ├── Never.swift
│   │       │   ├── ObserveOn.swift
│   │       │   ├── Optional.swift
│   │       │   ├── Producer.swift
│   │       │   ├── Range.swift
│   │       │   ├── Reduce.swift
│   │       │   ├── Repeat.swift
│   │       │   ├── RetryWhen.swift
│   │       │   ├── Sample.swift
│   │       │   ├── Scan.swift
│   │       │   ├── Sequence.swift
│   │       │   ├── ShareReplayScope.swift
│   │       │   ├── SingleAsync.swift
│   │       │   ├── Sink.swift
│   │       │   ├── Skip.swift
│   │       │   ├── SkipUntil.swift
│   │       │   ├── SkipWhile.swift
│   │       │   ├── StartWith.swift
│   │       │   ├── SubscribeOn.swift
│   │       │   ├── Switch.swift
│   │       │   ├── SwitchIfEmpty.swift
│   │       │   ├── Take.swift
│   │       │   ├── TakeLast.swift
│   │       │   ├── TakeUntil.swift
│   │       │   ├── TakeWhile.swift
│   │       │   ├── Throttle.swift
│   │       │   ├── Timeout.swift
│   │       │   ├── Timer.swift
│   │       │   ├── ToArray.swift
│   │       │   ├── Using.swift
│   │       │   ├── Window.swift
│   │       │   ├── WithLatestFrom.swift
│   │       │   ├── Zip+Collection.swift
│   │       │   ├── Zip+arity.swift
│   │       │   └── Zip.swift
│   │       ├── ObserverType.swift
│   │       ├── Observers/
│   │       │   ├── AnonymousObserver.swift
│   │       │   ├── ObserverBase.swift
│   │       │   └── TailRecursiveSink.swift
│   │       ├── Reactive.swift
│   │       ├── Rx.swift
│   │       ├── RxMutableBox.swift
│   │       ├── SchedulerType.swift
│   │       ├── Schedulers/
│   │       │   ├── ConcurrentDispatchQueueScheduler.swift
│   │       │   ├── ConcurrentMainScheduler.swift
│   │       │   ├── CurrentThreadScheduler.swift
│   │       │   ├── HistoricalScheduler.swift
│   │       │   ├── HistoricalSchedulerTimeConverter.swift
│   │       │   ├── Internal/
│   │       │   │   ├── DispatchQueueConfiguration.swift
│   │       │   │   ├── InvocableScheduledItem.swift
│   │       │   │   ├── InvocableType.swift
│   │       │   │   ├── ScheduledItem.swift
│   │       │   │   └── ScheduledItemType.swift
│   │       │   ├── MainScheduler.swift
│   │       │   ├── OperationQueueScheduler.swift
│   │       │   ├── RecursiveScheduler.swift
│   │       │   ├── SchedulerServices+Emulation.swift
│   │       │   ├── SerialDispatchQueueScheduler.swift
│   │       │   ├── VirtualTimeConverterType.swift
│   │       │   └── VirtualTimeScheduler.swift
│   │       ├── Subjects/
│   │       │   ├── AsyncSubject.swift
│   │       │   ├── BehaviorSubject.swift
│   │       │   ├── PublishSubject.swift
│   │       │   ├── ReplaySubject.swift
│   │       │   └── SubjectType.swift
│   │       ├── SwiftSupport/
│   │       │   └── SwiftSupport.swift
│   │       └── Traits/
│   │           ├── Completable+AndThen.swift
│   │           ├── Completable.swift
│   │           ├── Maybe.swift
│   │           ├── ObservableType+PrimitiveSequence.swift
│   │           ├── PrimitiveSequence+Zip+arity.swift
│   │           ├── PrimitiveSequence.swift
│   │           └── Single.swift
│   ├── SnapKit/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Source/
│   │       ├── Constraint.swift
│   │       ├── ConstraintAttributes.swift
│   │       ├── ConstraintConfig.swift
│   │       ├── ConstraintConstantTarget.swift
│   │       ├── ConstraintDSL.swift
│   │       ├── ConstraintDescription.swift
│   │       ├── ConstraintInsetTarget.swift
│   │       ├── ConstraintInsets.swift
│   │       ├── ConstraintItem.swift
│   │       ├── ConstraintLayoutGuide+Extensions.swift
│   │       ├── ConstraintLayoutGuide.swift
│   │       ├── ConstraintLayoutGuideDSL.swift
│   │       ├── ConstraintLayoutSupport.swift
│   │       ├── ConstraintLayoutSupportDSL.swift
│   │       ├── ConstraintMaker.swift
│   │       ├── ConstraintMakerEditable.swift
│   │       ├── ConstraintMakerExtendable.swift
│   │       ├── ConstraintMakerFinalizable.swift
│   │       ├── ConstraintMakerPriortizable.swift
│   │       ├── ConstraintMakerRelatable.swift
│   │       ├── ConstraintMultiplierTarget.swift
│   │       ├── ConstraintOffsetTarget.swift
│   │       ├── ConstraintPriority.swift
│   │       ├── ConstraintPriorityTarget.swift
│   │       ├── ConstraintRelatableTarget.swift
│   │       ├── ConstraintRelation.swift
│   │       ├── ConstraintView+Extensions.swift
│   │       ├── ConstraintView.swift
│   │       ├── ConstraintViewDSL.swift
│   │       ├── Debugging.swift
│   │       ├── LayoutConstraint.swift
│   │       ├── LayoutConstraintItem.swift
│   │       ├── Typealiases.swift
│   │       └── UILayoutSupport+Extensions.swift
│   ├── SwiftyColor/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       └── SwiftyColor.swift
│   ├── SwiftyJSON/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Source/
│   │       └── SwiftyJSON.swift
│   ├── TTRangeSlider/
│   │   ├── LICENSE
│   │   ├── Pod/
│   │   │   └── Classes/
│   │   │       ├── TTRangeSlider.h
│   │   │       ├── TTRangeSlider.m
│   │   │       └── TTRangeSliderDelegate.h
│   │   └── README.md
│   ├── TYCyclePagerView/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── TYCyclePagerViewDemo/
│   │       └── TYCyclePagerView/
│   │           ├── TYCyclePagerTransformLayout.h
│   │           ├── TYCyclePagerTransformLayout.m
│   │           ├── TYCyclePagerView.h
│   │           ├── TYCyclePagerView.m
│   │           ├── TYPageControl.h
│   │           └── TYPageControl.m
│   ├── TYPagerController/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── TYPagerControllerDemo/
│   │       └── TYPagerController/
│   │           ├── TYPagerController.h
│   │           ├── TYPagerController.m
│   │           ├── TYPagerView.h
│   │           ├── TYPagerView.m
│   │           ├── TYPagerViewLayout.h
│   │           ├── TYPagerViewLayout.m
│   │           └── TabPager/
│   │               ├── TYTabPagerBar.h
│   │               ├── TYTabPagerBar.m
│   │               ├── TYTabPagerBarCell.h
│   │               ├── TYTabPagerBarCell.m
│   │               ├── TYTabPagerBarLayout.h
│   │               ├── TYTabPagerBarLayout.m
│   │               ├── TYTabPagerController.h
│   │               ├── TYTabPagerController.m
│   │               ├── TYTabPagerView.h
│   │               └── TYTabPagerView.m
│   ├── Target Support Files/
│   │   ├── Alamofire/
│   │   │   ├── Alamofire-dummy.m
│   │   │   ├── Alamofire-prefix.pch
│   │   │   ├── Alamofire-umbrella.h
│   │   │   ├── Alamofire.modulemap
│   │   │   ├── Alamofire.xcconfig
│   │   │   └── Info.plist
│   │   ├── Differentiator/
│   │   │   ├── Differentiator-dummy.m
│   │   │   ├── Differentiator-prefix.pch
│   │   │   ├── Differentiator-umbrella.h
│   │   │   ├── Differentiator.modulemap
│   │   │   ├── Differentiator.xcconfig
│   │   │   └── Info.plist
│   │   ├── IQKeyboardManagerSwift/
│   │   │   ├── IQKeyboardManagerSwift-dummy.m
│   │   │   ├── IQKeyboardManagerSwift-prefix.pch
│   │   │   ├── IQKeyboardManagerSwift-umbrella.h
│   │   │   ├── IQKeyboardManagerSwift.modulemap
│   │   │   ├── IQKeyboardManagerSwift.xcconfig
│   │   │   └── Info.plist
│   │   ├── Kingfisher/
│   │   │   ├── Info.plist
│   │   │   ├── Kingfisher-dummy.m
│   │   │   ├── Kingfisher-prefix.pch
│   │   │   ├── Kingfisher-umbrella.h
│   │   │   ├── Kingfisher.modulemap
│   │   │   └── Kingfisher.xcconfig
│   │   ├── MJRefresh/
│   │   │   ├── Info.plist
│   │   │   ├── MJRefresh-dummy.m
│   │   │   ├── MJRefresh-prefix.pch
│   │   │   ├── MJRefresh-umbrella.h
│   │   │   ├── MJRefresh.modulemap
│   │   │   └── MJRefresh.xcconfig
│   │   ├── Moya/
│   │   │   ├── Info.plist
│   │   │   ├── Moya-dummy.m
│   │   │   ├── Moya-prefix.pch
│   │   │   ├── Moya-umbrella.h
│   │   │   ├── Moya.modulemap
│   │   │   └── Moya.xcconfig
│   │   ├── NSObject+Rx/
│   │   │   ├── Info.plist
│   │   │   ├── NSObject+Rx-dummy.m
│   │   │   ├── NSObject+Rx-prefix.pch
│   │   │   ├── NSObject+Rx-umbrella.h
│   │   │   ├── NSObject+Rx.modulemap
│   │   │   └── NSObject+Rx.xcconfig
│   │   ├── ObjectMapper/
│   │   │   ├── Info.plist
│   │   │   ├── ObjectMapper-dummy.m
│   │   │   ├── ObjectMapper-prefix.pch
│   │   │   ├── ObjectMapper-umbrella.h
│   │   │   ├── ObjectMapper.modulemap
│   │   │   └── ObjectMapper.xcconfig
│   │   ├── Pods-RxXMLY/
│   │   │   ├── Info.plist
│   │   │   ├── Pods-RxXMLY-acknowledgements.markdown
│   │   │   ├── Pods-RxXMLY-acknowledgements.plist
│   │   │   ├── Pods-RxXMLY-dummy.m
│   │   │   ├── Pods-RxXMLY-frameworks.sh
│   │   │   ├── Pods-RxXMLY-resources.sh
│   │   │   ├── Pods-RxXMLY-umbrella.h
│   │   │   ├── Pods-RxXMLY.debug.xcconfig
│   │   │   ├── Pods-RxXMLY.modulemap
│   │   │   └── Pods-RxXMLY.release.xcconfig
│   │   ├── ReactorKit/
│   │   │   ├── Info.plist
│   │   │   ├── ReactorKit-dummy.m
│   │   │   ├── ReactorKit-prefix.pch
│   │   │   ├── ReactorKit-umbrella.h
│   │   │   ├── ReactorKit.modulemap
│   │   │   └── ReactorKit.xcconfig
│   │   ├── Result/
│   │   │   ├── Info.plist
│   │   │   ├── Result-dummy.m
│   │   │   ├── Result-prefix.pch
│   │   │   ├── Result-umbrella.h
│   │   │   ├── Result.modulemap
│   │   │   └── Result.xcconfig
│   │   ├── ReusableKit/
│   │   │   ├── Info.plist
│   │   │   ├── ReusableKit-dummy.m
│   │   │   ├── ReusableKit-prefix.pch
│   │   │   ├── ReusableKit-umbrella.h
│   │   │   ├── ReusableKit.modulemap
│   │   │   └── ReusableKit.xcconfig
│   │   ├── RxAlamofire/
│   │   │   ├── Info.plist
│   │   │   ├── RxAlamofire-dummy.m
│   │   │   ├── RxAlamofire-prefix.pch
│   │   │   ├── RxAlamofire-umbrella.h
│   │   │   ├── RxAlamofire.modulemap
│   │   │   └── RxAlamofire.xcconfig
│   │   ├── RxCocoa/
│   │   │   ├── Info.plist
│   │   │   ├── RxCocoa-dummy.m
│   │   │   ├── RxCocoa-prefix.pch
│   │   │   ├── RxCocoa-umbrella.h
│   │   │   ├── RxCocoa.modulemap
│   │   │   └── RxCocoa.xcconfig
│   │   ├── RxDataSources/
│   │   │   ├── Info.plist
│   │   │   ├── RxDataSources-dummy.m
│   │   │   ├── RxDataSources-prefix.pch
│   │   │   ├── RxDataSources-umbrella.h
│   │   │   ├── RxDataSources.modulemap
│   │   │   └── RxDataSources.xcconfig
│   │   ├── RxGesture/
│   │   │   ├── Info.plist
│   │   │   ├── RxGesture-dummy.m
│   │   │   ├── RxGesture-prefix.pch
│   │   │   ├── RxGesture-umbrella.h
│   │   │   ├── RxGesture.modulemap
│   │   │   └── RxGesture.xcconfig
│   │   ├── RxSwift/
│   │   │   ├── Info.plist
│   │   │   ├── RxSwift-dummy.m
│   │   │   ├── RxSwift-prefix.pch
│   │   │   ├── RxSwift-umbrella.h
│   │   │   ├── RxSwift.modulemap
│   │   │   └── RxSwift.xcconfig
│   │   ├── SnapKit/
│   │   │   ├── Info.plist
│   │   │   ├── SnapKit-dummy.m
│   │   │   ├── SnapKit-prefix.pch
│   │   │   ├── SnapKit-umbrella.h
│   │   │   ├── SnapKit.modulemap
│   │   │   └── SnapKit.xcconfig
│   │   ├── SwiftyColor/
│   │   │   ├── Info.plist
│   │   │   ├── SwiftyColor-dummy.m
│   │   │   ├── SwiftyColor-prefix.pch
│   │   │   ├── SwiftyColor-umbrella.h
│   │   │   ├── SwiftyColor.modulemap
│   │   │   └── SwiftyColor.xcconfig
│   │   ├── SwiftyJSON/
│   │   │   ├── Info.plist
│   │   │   ├── SwiftyJSON-dummy.m
│   │   │   ├── SwiftyJSON-prefix.pch
│   │   │   ├── SwiftyJSON-umbrella.h
│   │   │   ├── SwiftyJSON.modulemap
│   │   │   └── SwiftyJSON.xcconfig
│   │   ├── TTRangeSlider/
│   │   │   ├── Info.plist
│   │   │   ├── TTRangeSlider-dummy.m
│   │   │   ├── TTRangeSlider-prefix.pch
│   │   │   ├── TTRangeSlider-umbrella.h
│   │   │   ├── TTRangeSlider.modulemap
│   │   │   └── TTRangeSlider.xcconfig
│   │   ├── TYCyclePagerView/
│   │   │   ├── Info.plist
│   │   │   ├── TYCyclePagerView-dummy.m
│   │   │   ├── TYCyclePagerView-prefix.pch
│   │   │   ├── TYCyclePagerView-umbrella.h
│   │   │   ├── TYCyclePagerView.modulemap
│   │   │   └── TYCyclePagerView.xcconfig
│   │   ├── TYPagerController/
│   │   │   ├── Info.plist
│   │   │   ├── TYPagerController-dummy.m
│   │   │   ├── TYPagerController-prefix.pch
│   │   │   ├── TYPagerController-umbrella.h
│   │   │   ├── TYPagerController.modulemap
│   │   │   └── TYPagerController.xcconfig
│   │   ├── Then/
│   │   │   ├── Info.plist
│   │   │   ├── Then-dummy.m
│   │   │   ├── Then-prefix.pch
│   │   │   ├── Then-umbrella.h
│   │   │   ├── Then.modulemap
│   │   │   └── Then.xcconfig
│   │   └── URLNavigator/
│   │       ├── Info.plist
│   │       ├── URLNavigator-dummy.m
│   │       ├── URLNavigator-prefix.pch
│   │       ├── URLNavigator-umbrella.h
│   │       ├── URLNavigator.modulemap
│   │       └── URLNavigator.xcconfig
│   ├── Then/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       └── Then/
│   │           └── Then.swift
│   └── URLNavigator/
│       ├── LICENSE
│       ├── README.md
│       └── Sources/
│           ├── URLMatcher/
│           │   ├── URLConvertible.swift
│           │   ├── URLMatchResult.swift
│           │   ├── URLMatcher.swift
│           │   ├── URLPatchComponentMatchResult.swift
│           │   └── URLPathComponent.swift
│           └── URLNavigator/
│               ├── Navigator.swift
│               ├── NavigatorDelegate.swift
│               ├── NavigatorType.swift
│               ├── UIViewController+TopMostViewController.swift
│               └── UIViewControllerType.swift
├── README.md
├── RxXMLY/
│   ├── Assets.xcassets/
│   │   ├── AppIcon.appiconset/
│   │   │   └── Contents.json
│   │   ├── Contents.json
│   │   ├── Default.imageset/
│   │   │   └── Contents.json
│   │   ├── favicon.imageset/
│   │   │   └── Contents.json
│   │   └── icon_XMLY/
│   │       ├── +.imageset/
│   │       │   └── Contents.json
│   │       ├── -.imageset/
│   │       │   └── Contents.json
│   │       ├── 3dNeedHeadSet.imageset/
│   │       │   └── Contents.json
│   │       ├── Ad_tag_inbanner.imageset/
│   │       │   └── Contents.json
│   │       ├── Ad_tag_incell.imageset/
│   │       │   └── Contents.json
│   │       ├── Ad_tag_infeed.imageset/
│   │       │   └── Contents.json
│   │       ├── Album_toast_hint_up.imageset/
│   │       │   └── Contents.json
│   │       ├── AlipaySDK/
│   │       │   ├── Contents.json
│   │       │   ├── bar.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── refresh.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── refresh_click.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── shutdown.imageset/
│   │       │   │   └── Contents.json
│   │       │   └── shutdown_click.imageset/
│   │       │       └── Contents.json
│   │       ├── Assets.dataset/
│   │       │   ├── Assets.car
│   │       │   └── Contents.json
│   │       ├── Cancel_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── Combined Shape.imageset/
│   │       │   └── Contents.json
│   │       ├── Contents.json
│   │       ├── CorpV0.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV1.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV10.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV11.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV12.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV13.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV14.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV15.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV16.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV2.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV3.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV4.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV5.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV6.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV7.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV8.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV9.imageset/
│   │       │   └── Contents.json
│   │       ├── DINCondensed Bold.dataset/
│   │       │   └── Contents.json
│   │       ├── DSDigitalNormal.dataset/
│   │       │   └── Contents.json
│   │       ├── Group 2.imageset/
│   │       │   └── Contents.json
│   │       ├── Group 25.imageset/
│   │       │   └── Contents.json
│   │       ├── Group 3 Copy.imageset/
│   │       │   └── Contents.json
│   │       ├── Group 7 Copy 3.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_bg_list.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_left_gif1.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_left_gif2.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_left_gif3.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_right_gif1.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_right_gif2.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_right_gif3.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_edit.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_scteening.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talk_cancel.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talk_warning.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif1.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif2.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif3.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif4.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif5.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif6.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_warning.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_x.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_>.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_announcement.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_close.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_establish.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_get.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_manager.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_more.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_moreMsg.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_moregroup_n.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_moregroup_p.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_owner.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_pic.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_plus.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_plus_add_members.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_plus_d.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_plus_n.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_Q&A.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_congratulations.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_hi.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_meiyouqunzu.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_notice.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_picloading.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_recruit.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_sayhi.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── ID5_lockbg.imageset/
│   │       │   └── Contents.json
│   │       ├── ID5_skip_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── ID5_skip_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── JSNativeRecoder_upload_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── Launching.imageset/
│   │       │   └── Contents.json
│   │       ├── MCArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── MCLive.imageset/
│   │       │   └── Contents.json
│   │       ├── MCRecord.imageset/
│   │       │   └── Contents.json
│   │       ├── My_ic_massage.imageset/
│   │       │   └── Contents.json
│   │       ├── My_icon_RSS.imageset/
│   │       │   └── Contents.json
│   │       ├── My_icon_download.imageset/
│   │       │   └── Contents.json
│   │       ├── My_icon_history.imageset/
│   │       │   └── Contents.json
│   │       ├── My_icon_tgk.imageset/
│   │       │   └── Contents.json
│   │       ├── My_jmgl_ic_a+.imageset/
│   │       │   └── Contents.json
│   │       ├── My_more_icon_spread.imageset/
│   │       │   └── Contents.json
│   │       ├── NPCreateComment.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIPauseStatus.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIPlayStatus.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIShareMore.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIShareWeChat.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIShareWeChatF.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIShareWeibo.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProCycle.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProCycleHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProDMOff.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProDMOffHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProDMOn.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProDMOnHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProList.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProListHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProRandom.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProRandomHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSet.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSetCmt.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSetHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSingle.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSingleHL.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV0.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV1.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV10.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV11.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV12.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV13.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV14.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV15.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV16.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV2.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV3.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV4.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV5.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV6.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV7.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV8.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV9.imageset/
│   │       │   └── Contents.json
│   │       ├── PkgInfo.dataset/
│   │       │   ├── Contents.json
│   │       │   └── PkgInfo
│   │       ├── PushNotificationPayload.dataset/
│   │       │   ├── Contents.json
│   │       │   └── PushNotificationPayload.apns
│   │       ├── QA4Free.imageset/
│   │       │   └── Contents.json
│   │       ├── QA4Pay.imageset/
│   │       │   └── Contents.json
│   │       ├── QAIntroBack.imageset/
│   │       │   └── Contents.json
│   │       ├── QALogo.imageset/
│   │       │   └── Contents.json
│   │       ├── QAVolume.imageset/
│   │       │   └── Contents.json
│   │       ├── README.dataset/
│   │       │   ├── Contents.json
│   │       │   └── README.txt
│   │       ├── RFGuideClose.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_history.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_hot_category.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_icon_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_local.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_news.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_noContent.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_noInternet.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_normal_level.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_other.imageset/
│   │       │   └── Contents.json
│   │       ├── Star.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_Album_Section_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_Answere_Section_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_Rights_Section_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_card_BG_default.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_cell_BG_img.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_cell_small_BG_img.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_right_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_split_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_success_big.imageset/
│   │       │   └── Contents.json
│   │       ├── Wifi_rock.imageset/
│   │       │   └── Contents.json
│   │       ├── Wifi_rock_pwd.imageset/
│   │       │   └── Contents.json
│   │       ├── XMPaySuccessView.dataset/
│   │       │   ├── Contents.json
│   │       │   └── XMPaySuccessView.nib
│   │       ├── XMRefundInfoView.dataset/
│   │       │   ├── Contents.json
│   │       │   └── XMRefundInfoView.nib
│   │       ├── XMUIKit/
│   │       │   ├── Contents.json
│   │       │   ├── Info.dataset/
│   │       │   │   ├── Contents.json
│   │       │   │   └── Info.plist
│   │       │   ├── pullToRefresh_0.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_1.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_2.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_3.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_4.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_5.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_6.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_7.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_8.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_9.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── xmb_back_h.imageset/
│   │       │   │   └── Contents.json
│   │       │   └── xmb_back_highlight.imageset/
│   │       │       └── Contents.json
│   │       ├── XNLocalizable.dataset/
│   │       │   ├── Contents.json
│   │       │   └── XNLocalizable.strings
│   │       ├── abc_bg_comments.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_emoji.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_camera.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_check.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_checked.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_select.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_keyboard.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_talk.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_ic_notice_live.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_TF.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_default.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_download.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_fans.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_history.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_like.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_network.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_search.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_sounds.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_subscribe.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_toplist.imageset/
│   │       │   └── Contents.json
│   │       ├── about_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── abq_lockscreen.imageset/
│   │       │   └── Contents.json
│   │       ├── activity_begin.imageset/
│   │       │   └── Contents.json
│   │       ├── activity_during.imageset/
│   │       │   └── Contents.json
│   │       ├── activity_end.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_icon_close.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_img_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_soundPatch_image.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_toolbar_pause_n_p.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_toolbar_play_n_p.imageset/
│   │       │   └── Contents.json
│   │       ├── add.imageset/
│   │       │   └── Contents.json
│   │       ├── addphoto_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── addphoto_icon_disable.imageset/
│   │       │   └── Contents.json
│   │       ├── addphoto_icon_h.imageset/
│   │       │   └── Contents.json
│   │       ├── addphoto_kb.imageset/
│   │       │   └── Contents.json
│   │       ├── airPlay.imageset/
│   │       │   └── Contents.json
│   │       ├── albumArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── albumHeaderDefault.imageset/
│   │       │   └── Contents.json
│   │       ├── albumSubscribe.imageset/
│   │       │   └── Contents.json
│   │       ├── albumView_top_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── album_activitytag_default.imageset/
│   │       │   └── Contents.json
│   │       ├── album_album_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── album_blind.imageset/
│   │       │   └── Contents.json
│   │       ├── album_change_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── album_collected.imageset/
│   │       │   └── Contents.json
│   │       ├── album_collected_non.imageset/
│   │       │   └── Contents.json
│   │       ├── album_coupon_left.imageset/
│   │       │   └── Contents.json
│   │       ├── album_coupon_right.imageset/
│   │       │   └── Contents.json
│   │       ├── album_cover_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── album_dashed.imageset/
│   │       │   └── Contents.json
│   │       ├── album_down_similar.imageset/
│   │       │   └── Contents.json
│   │       ├── album_download.imageset/
│   │       │   └── Contents.json
│   │       ├── album_mecoupon_right.imageset/
│   │       │   └── Contents.json
│   │       ├── album_multiDownload.imageset/
│   │       │   └── Contents.json
│   │       ├── album_novel_finish.imageset/
│   │       │   └── Contents.json
│   │       ├── album_pay_refund.imageset/
│   │       │   └── Contents.json
│   │       ├── album_play.imageset/
│   │       │   └── Contents.json
│   │       ├── album_playCountLogo.imageset/
│   │       │   └── Contents.json
│   │       ├── album_plus_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── album_private.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike_bg_indicator.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike_bg_indicator_down.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike_bg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── album_relative.imageset/
│   │       │   └── Contents.json
│   │       ├── album_relative_album.imageset/
│   │       │   └── Contents.json
│   │       ├── album_removed.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rightArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── album_search.imageset/
│   │       │   └── Contents.json
│   │       ├── album_segButton.imageset/
│   │       │   └── Contents.json
│   │       ├── album_sort.imageset/
│   │       │   └── Contents.json
│   │       ├── album_sortButton.imageset/
│   │       │   └── Contents.json
│   │       ├── album_sort_down.imageset/
│   │       │   └── Contents.json
│   │       ├── album_subscribe_count.imageset/
│   │       │   └── Contents.json
│   │       ├── album_tag_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── album_tag_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── album_tag_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── album_tracks.imageset/
│   │       │   └── Contents.json
│   │       ├── album_unlike.imageset/
│   │       │   └── Contents.json
│   │       ├── album_vip_guide_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── album_vip_guide_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── albumpage_audition_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── albumpage_gift_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── albumpage_subscribed_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── albumpage_subscription_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── albumtag_pay.imageset/
│   │       │   └── Contents.json
│   │       ├── allSing.imageset/
│   │       │   └── Contents.json
│   │       ├── allSingMic.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_buy_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_buy_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_group_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_group_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_group_red_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_group_red_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_pause_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_pause_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_play_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_play_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_share_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_share_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_subscribe_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_subscribe_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_subscribed_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_subscribed_2.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_gift.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_gift_line.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_topanchor.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_weektop.imageset/
│   │       │   └── Contents.json
│   │       ├── archived-expanded-entitlements.dataset/
│   │       │   ├── Contents.json
│   │       │   └── archived-expanded-entitlements.xcent
│   │       ├── arrow_down.imageset/
│   │       │   └── Contents.json
│   │       ├── arrow_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── arrow_up.imageset/
│   │       │   └── Contents.json
│   │       ├── audio_AD_close.imageset/
│   │       │   └── Contents.json
│   │       ├── audition_finish.imageset/
│   │       │   └── Contents.json
│   │       ├── autoShutDown.imageset/
│   │       │   └── Contents.json
│   │       ├── avatar_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── badge_num.imageset/
│   │       │   └── Contents.json
│   │       ├── badge_num1.imageset/
│   │       │   └── Contents.json
│   │       ├── badge_num2.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_albumView_header.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_album_detail_text.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_carlife.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_find_segsel.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_focusImage_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_live_date.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_msgbox_1.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_msgbox_2.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_msgbox_3.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_statusbar.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_transparent.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_wakeup.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_wave.imageset/
│   │       │   └── Contents.json
│   │       ├── bgm_btn_checked.imageset/
│   │       │   └── Contents.json
│   │       ├── bgm_btn_downloaded.imageset/
│   │       │   └── Contents.json
│   │       ├── bgm_btn_unchecked.imageset/
│   │       │   └── Contents.json
│   │       ├── bgm_tab_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── bindMphoneWarning.imageset/
│   │       │   └── Contents.json
│   │       ├── bindPhone.imageset/
│   │       │   └── Contents.json
│   │       ├── bitingCover.imageset/
│   │       │   └── Contents.json
│   │       ├── bitingMore.imageset/
│   │       │   └── Contents.json
│   │       ├── bitingPlayAll.imageset/
│   │       │   └── Contents.json
│   │       ├── biting_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── biting_slogen.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_connected.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_connected_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_lock_line.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_lockbg.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_skip_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_skip_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── bofangtiao_l.imageset/
│   │       │   └── Contents.json
│   │       ├── bofangtiao_r.imageset/
│   │       │   └── Contents.json
│   │       ├── boom.dataset/
│   │       │   ├── Contents.json
│   │       │   └── boom.json
│   │       ├── bottomBg.imageset/
│   │       │   └── Contents.json
│   │       ├── brand_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── brand_icon_unavailable.imageset/
│   │       │   └── Contents.json
│   │       ├── btfmbg.imageset/
│   │       │   └── Contents.json
│   │       ├── btlogo.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_activitybg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_activitybg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_back_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_gold.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_green.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_grey.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_grey2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_light.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_lightGray.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_orange.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_orange2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_t.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_unable.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_w.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_yellow.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_block_remove_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_block_remove_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_buy_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_cancel_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_cancel_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_clear_listened_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_clear_listened_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_close_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_close_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_codeNext_d.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_codeNext_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_codeNext_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_del_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_dmgg_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_dmgg_bg_o.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_dmgg_buling.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_done_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_done_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadAlbumSound_list_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadAlbumSound_savelist_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadalbum_delete_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_ascOrder_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_clear_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_clear_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_continue_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_continue_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_deletion_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_list_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_list_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_pause_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_pause_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_reverseOrder_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_savelist_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_savelist_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_fav.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_feedblock_remove_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_feedblock_remove_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_finish_listened_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_finish_listened_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_follow_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_home_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_home_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_indicator.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_invite.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_invite_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_join_vip.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_login_action_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_login_action_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_mailCode_submit_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_mailCode_submit_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_mention_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_mention_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_more_down.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_more_up.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_1.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_3.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_4.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_5.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_7.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_1.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_3.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_4.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_5.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_7.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_1.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_3.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_4.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_5.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_7.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_phoneCode.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_phoneNext_d.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_phoneNext_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_phoneNext_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_post_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_post_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_refresh_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_refresh_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_select_listened_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_select_listened_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_share_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_share_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_sixin.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_sixin_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_skip.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_phone_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_phone_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_qq_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_qq_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_reg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_reg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_rr_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_rr_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_sina_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_sina_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_wechat_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_wechat_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_tyq_enter.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_tyq_fb_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_tyq_play.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_unfollow_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_unfollow_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_wakeup_info_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_wakeup_info_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btsetting1.imageset/
│   │       │   └── Contents.json
│   │       ├── btsetting2.imageset/
│   │       │   └── Contents.json
│   │       ├── bugtags.imageset/
│   │       │   └── Contents.json
│   │       ├── buyPresent.imageset/
│   │       │   └── Contents.json
│   │       ├── cancelConnectBtn.imageset/
│   │       │   └── Contents.json
│   │       ├── card_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── carlifeLogo.imageset/
│   │       │   └── Contents.json
│   │       ├── categoryHot.imageset/
│   │       │   └── Contents.json
│   │       ├── categoryNew.imageset/
│   │       │   └── Contents.json
│   │       ├── category_rec_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── category_rec_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── category_rec_play.imageset/
│   │       │   └── Contents.json
│   │       ├── category_rec_play_all.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_arrow_all.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_arrow_all_up.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_bottom_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_bottom_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_c.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_chat_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_chat_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_commentline.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_info_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_info_top.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_loadletter_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_loadletter_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_ipad_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_ipad_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_noseg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_noseg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_newchat.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_1.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_2.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_3.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_4.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_5.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_6.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_7.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noseg_c.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_ipad_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_ipad_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_noseg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_noseg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_bg_me.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_bg_other.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_bg_time.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_sharpCorner_l.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_sharpCorner_l_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_sharpCorner_r.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_sharpCorner_r_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_comment_sharpcorner.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_contactlist_line.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_cover_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_delete_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_delete_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_download.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_download_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_download_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_download_lock.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_downloaded.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_downloading.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_downstop.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_freshnews_arrow_down.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_freshnews_down.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_freshnews_up.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_moreMenu_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_moreMenu_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_phone_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_sound_disable.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_sound_pause_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_sound_play_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_sound_tip.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_writeChat.imageset/
│   │       │   └── Contents.json
│   │       ├── cgz_ic_accuracy.imageset/
│   │       │   └── Contents.json
│   │       ├── changeAlbum.imageset/
│   │       │   └── Contents.json
│   │       ├── changeBind.imageset/
│   │       │   └── Contents.json
│   │       ├── channel_change_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_left_n.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_left_norma.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_left_p.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_left_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_n.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_norma.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_p.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_share_n.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_share_p.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_w_n.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_btn_image.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_icon_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── checkmark.imageset/
│   │       │   └── Contents.json
│   │       ├── checkmark_n.imageset/
│   │       │   └── Contents.json
│   │       ├── clickAdIcon.imageset/
│   │       │   └── Contents.json
│   │       ├── clickAdIconImg.imageset/
│   │       │   └── Contents.json
│   │       ├── closeBind.imageset/
│   │       │   └── Contents.json
│   │       ├── closeBtn.imageset/
│   │       │   └── Contents.json
│   │       ├── closeShakeLottoryResult.imageset/
│   │       │   └── Contents.json
│   │       ├── cmtDetailDelete.imageset/
│   │       │   └── Contents.json
│   │       ├── cmtDetailReport.imageset/
│   │       │   └── Contents.json
│   │       ├── cmtNoData.imageset/
│   │       │   └── Contents.json
│   │       ├── code_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── code_btn_change.imageset/
│   │       │   └── Contents.json
│   │       ├── color_clear.imageset/
│   │       │   └── Contents.json
│   │       ├── columnShadow.imageset/
│   │       │   └── Contents.json
│   │       ├── commentShare_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── comment_like.imageset/
│   │       │   └── Contents.json
│   │       ├── comment_share_check_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── comment_unlike.imageset/
│   │       │   └── Contents.json
│   │       ├── connectDevice.imageset/
│   │       │   └── Contents.json
│   │       ├── connectFail.imageset/
│   │       │   └── Contents.json
│   │       ├── connect_wifi.imageset/
│   │       │   └── Contents.json
│   │       ├── connextAgain.imageset/
│   │       │   └── Contents.json
│   │       ├── contactlist_header_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── content_closeView.imageset/
│   │       │   └── Contents.json
│   │       ├── couponCardClose.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_limit_bkg.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_limit_buy.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_limit_line.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_limit_success.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_unsel.imageset/
│   │       │   └── Contents.json
│   │       ├── couponbg.imageset/
│   │       │   └── Contents.json
│   │       ├── coverTip.imageset/
│   │       │   └── Contents.json
│   │       ├── cover_recommend.imageset/
│   │       │   └── Contents.json
│   │       ├── cycle_arrow_down.imageset/
│   │       │   └── Contents.json
│   │       ├── cycle_arrow_up.imageset/
│   │       │   └── Contents.json
│   │       ├── d_aini.imageset/
│   │       │   └── Contents.json
│   │       ├── d_aoteman.imageset/
│   │       │   └── Contents.json
│   │       ├── d_baibai.imageset/
│   │       │   └── Contents.json
│   │       ├── d_beishang.imageset/
│   │       │   └── Contents.json
│   │       ├── d_bishi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_bizui.imageset/
│   │       │   └── Contents.json
│   │       ├── d_chanzui.imageset/
│   │       │   └── Contents.json
│   │       ├── d_chijing.imageset/
│   │       │   └── Contents.json
│   │       ├── d_dahaqi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_ding.imageset/
│   │       │   └── Contents.json
│   │       ├── d_fennu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_ganmao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_guzhang.imageset/
│   │       │   └── Contents.json
│   │       ├── d_haha.imageset/
│   │       │   └── Contents.json
│   │       ├── d_haixiu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_han.imageset/
│   │       │   └── Contents.json
│   │       ├── d_hehe.imageset/
│   │       │   └── Contents.json
│   │       ├── d_heixian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_heng.imageset/
│   │       │   └── Contents.json
│   │       ├── d_huaxin.imageset/
│   │       │   └── Contents.json
│   │       ├── d_keai.imageset/
│   │       │   └── Contents.json
│   │       ├── d_kelian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_ku.imageset/
│   │       │   └── Contents.json
│   │       ├── d_kun.imageset/
│   │       │   └── Contents.json
│   │       ├── d_landelini.imageset/
│   │       │   └── Contents.json
│   │       ├── d_lei.imageset/
│   │       │   └── Contents.json
│   │       ├── d_nanhaier.imageset/
│   │       │   └── Contents.json
│   │       ├── d_nu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_numa.imageset/
│   │       │   └── Contents.json
│   │       ├── d_nvhaier.imageset/
│   │       │   └── Contents.json
│   │       ├── d_qian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_qinqin.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shengbing.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shiwang.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shuai.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shudaizi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shuijiao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_sikao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_taikaixin.imageset/
│   │       │   └── Contents.json
│   │       ├── d_touxiao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_tu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_tuzi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_wabishi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_weiqu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_xiongmao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_xixi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_xu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_yinxian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_yiwen.imageset/
│   │       │   └── Contents.json
│   │       ├── d_youhengheng.imageset/
│   │       │   └── Contents.json
│   │       ├── d_yun.imageset/
│   │       │   └── Contents.json
│   │       ├── d_zhuakuang.imageset/
│   │       │   └── Contents.json
│   │       ├── d_zhutou.imageset/
│   │       │   └── Contents.json
│   │       ├── d_zuoguilian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_zuohengheng.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_Batch_download.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_cell_download.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_icon_Play_all.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_icon_album.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_icon_length.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_img_date.imageset/
│   │       │   └── Contents.json
│   │       ├── danmubg.imageset/
│   │       │   └── Contents.json
│   │       ├── danmubgself.imageset/
│   │       │   └── Contents.json
│   │       ├── dash.imageset/
│   │       │   └── Contents.json
│   │       ├── dataicon.imageset/
│   │       │   └── Contents.json
│   │       ├── delete.imageset/
│   │       │   └── Contents.json
│   │       ├── deleteCell_h.imageset/
│   │       │   └── Contents.json
│   │       ├── deleteCell_n.imageset/
│   │       │   └── Contents.json
│   │       ├── delete_all_h.imageset/
│   │       │   └── Contents.json
│   │       ├── delete_all_n.imageset/
│   │       │   └── Contents.json
│   │       ├── deletion_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── deletion_unselected.imageset/
│   │       │   └── Contents.json
│   │       ├── deviceBackView.imageset/
│   │       │   └── Contents.json
│   │       ├── device_dot.imageset/
│   │       │   └── Contents.json
│   │       ├── device_more.imageset/
│   │       │   └── Contents.json
│   │       ├── device_play.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playFast.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playLike.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playLiked.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playPause.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playPre.imageset/
│   │       │   └── Contents.json
│   │       ├── dis_next_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── dis_previous_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── down_n.imageset/
│   │       │   └── Contents.json
│   │       ├── downloadAlbum.imageset/
│   │       │   └── Contents.json
│   │       ├── downloadMore.imageset/
│   │       │   └── Contents.json
│   │       ├── download_ic_download.imageset/
│   │       │   └── Contents.json
│   │       ├── download_ic_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── download_ic_waiting.imageset/
│   │       │   └── Contents.json
│   │       ├── download_ic_wrong.imageset/
│   │       │   └── Contents.json
│   │       ├── download_icon_downloadmore.imageset/
│   │       │   └── Contents.json
│   │       ├── downloading.imageset/
│   │       │   └── Contents.json
│   │       ├── dynamic_album_new.imageset/
│   │       │   └── Contents.json
│   │       ├── dynamic_event.imageset/
│   │       │   └── Contents.json
│   │       ├── dynamic_more.imageset/
│   │       │   └── Contents.json
│   │       ├── dynamic_recommand.imageset/
│   │       │   └── Contents.json
│   │       ├── expiredDateBg.imageset/
│   │       │   └── Contents.json
│   │       ├── f_geili.imageset/
│   │       │   └── Contents.json
│   │       ├── f_hufen.imageset/
│   │       │   └── Contents.json
│   │       ├── f_jiong.imageset/
│   │       │   └── Contents.json
│   │       ├── f_meng.imageset/
│   │       │   └── Contents.json
│   │       ├── f_shenma.imageset/
│   │       │   └── Contents.json
│   │       ├── f_shuai.imageset/
│   │       │   └── Contents.json
│   │       ├── f_v5.imageset/
│   │       │   └── Contents.json
│   │       ├── f_xi.imageset/
│   │       │   └── Contents.json
│   │       ├── f_zhi.imageset/
│   │       │   └── Contents.json
│   │       ├── fail.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_ic_gift(w).imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_icon_❤_grey.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_icon_❤_pink.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_icon_❤_white.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_icon_❤_yellow.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top_g.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top_p.imageset/
│   │       │   └── Contents.json
│   │       ├── favAlbumCell_new.imageset/
│   │       │   └── Contents.json
│   │       ├── favSoundDelete.imageset/
│   │       │   └── Contents.json
│   │       ├── favSoundDeleteH.imageset/
│   │       │   └── Contents.json
│   │       ├── feedAd_del.imageset/
│   │       │   └── Contents.json
│   │       ├── feedAd_h.imageset/
│   │       │   └── Contents.json
│   │       ├── feedAd_n.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackAlert_close.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackAlert_content.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackAlert_negative_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackAlert_positive_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackImg.imageset/
│   │       │   └── Contents.json
│   │       ├── field_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── filter_detail.imageset/
│   │       │   └── Contents.json
│   │       ├── findCategory_default.imageset/
│   │       │   └── Contents.json
│   │       ├── find_Local_Icon.imageset/
│   │       │   └── Contents.json
│   │       ├── find_VIP.imageset/
│   │       │   └── Contents.json
│   │       ├── find_ad_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── find_album_border.imageset/
│   │       │   └── Contents.json
│   │       ├── find_album_fav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── find_album_unfav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── find_albumcell_cover_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── find_albumcell_play.imageset/
│   │       │   └── Contents.json
│   │       ├── find_all.imageset/
│   │       │   └── Contents.json
│   │       ├── find_baijia.imageset/
│   │       │   └── Contents.json
│   │       ├── find_book.imageset/
│   │       │   └── Contents.json
│   │       ├── find_bubble_large.imageset/
│   │       │   └── Contents.json
│   │       ├── find_bubble_middle.imageset/
│   │       │   └── Contents.json
│   │       ├── find_bubble_small.imageset/
│   │       │   └── Contents.json
│   │       ├── find_campus.imageset/
│   │       │   └── Contents.json
│   │       ├── find_car.imageset/
│   │       │   └── Contents.json
│   │       ├── find_category_rank_line.imageset/
│   │       │   └── Contents.json
│   │       ├── find_chair.imageset/
│   │       │   └── Contents.json
│   │       ├── find_change_batch.imageset/
│   │       │   └── Contents.json
│   │       ├── find_change_more.imageset/
│   │       │   └── Contents.json
│   │       ├── find_comic.imageset/
│   │       │   └── Contents.json
│   │       ├── find_comment_star.imageset/
│   │       │   └── Contents.json
│   │       ├── find_cover.imageset/
│   │       │   └── Contents.json
│   │       ├── find_culture.imageset/
│   │       │   └── Contents.json
│   │       ├── find_dot_h.imageset/
│   │       │   └── Contents.json
│   │       ├── find_dot_n.imageset/
│   │       │   └── Contents.json
│   │       ├── find_down_rec.imageset/
│   │       │   └── Contents.json
│   │       ├── find_emotion.imageset/
│   │       │   └── Contents.json
│   │       ├── find_entertainment.imageset/
│   │       │   └── Contents.json
│   │       ├── find_finance.imageset/
│   │       │   └── Contents.json
│   │       ├── find_game.imageset/
│   │       │   └── Contents.json
│   │       ├── find_gotocate.imageset/
│   │       │   └── Contents.json
│   │       ├── find_health.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotUser_fans.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotUser_following.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotUser_sounds.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotUser_toFollow.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hot_albumcover.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotuser_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotuser_play.imageset/
│   │       │   └── Contents.json
│   │       ├── find_it.imageset/
│   │       │   └── Contents.json
│   │       ├── find_kid.imageset/
│   │       │   └── Contents.json
│   │       ├── find_kind_btn_default.imageset/
│   │       │   └── Contents.json
│   │       ├── find_movie.imageset/
│   │       │   └── Contents.json
│   │       ├── find_music.imageset/
│   │       │   └── Contents.json
│   │       ├── find_news.imageset/
│   │       │   └── Contents.json
│   │       ├── find_notReachable.imageset/
│   │       │   └── Contents.json
│   │       ├── find_opera.imageset/
│   │       │   └── Contents.json
│   │       ├── find_other.imageset/
│   │       │   └── Contents.json
│   │       ├── find_person_6.imageset/
│   │       │   └── Contents.json
│   │       ├── find_person_cover.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_btn_h.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_btn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_btn_sepline.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_footer.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_header.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radio.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radio_default.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radio_focuse.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radio_focuse_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radioplay.imageset/
│   │       │   └── Contents.json
│   │       ├── find_rec_live.imageset/
│   │       │   └── Contents.json
│   │       ├── find_rec_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── find_rec_play.imageset/
│   │       │   └── Contents.json
│   │       ├── find_rec_report.imageset/
│   │       │   └── Contents.json
│   │       ├── find_searchbar.imageset/
│   │       │   └── Contents.json
│   │       ├── find_seg.imageset/
│   │       │   └── Contents.json
│   │       ├── find_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── find_special_default.imageset/
│   │       │   └── Contents.json
│   │       ├── find_specialicon.imageset/
│   │       │   └── Contents.json
│   │       ├── find_subject_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── find_tagicon.imageset/
│   │       │   └── Contents.json
│   │       ├── find_track_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── find_track_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── find_track_play.imageset/
│   │       │   └── Contents.json
│   │       ├── find_train.imageset/
│   │       │   └── Contents.json
│   │       ├── find_travel.imageset/
│   │       │   └── Contents.json
│   │       ├── find_usercover.imageset/
│   │       │   └── Contents.json
│   │       ├── findcell_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_contact.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_renren.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_weibo.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_wx.imageset/
│   │       │   └── Contents.json
│   │       ├── findsection_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── findsection_more.imageset/
│   │       │   └── Contents.json
│   │       ├── findsubject_large_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── findsubject_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── flexible.dataset/
│   │       │   ├── Contents.json
│   │       │   └── flexible.js
│   │       ├── fm_down.imageset/
│   │       │   └── Contents.json
│   │       ├── fm_down_h.imageset/
│   │       │   └── Contents.json
│   │       ├── fm_up.imageset/
│   │       │   └── Contents.json
│   │       ├── fm_up_h.imageset/
│   │       │   └── Contents.json
│   │       ├── foldCmtBG.imageset/
│   │       │   └── Contents.json
│   │       ├── foldCmt_anchor.imageset/
│   │       │   └── Contents.json
│   │       ├── freeTrafficAlertBg.imageset/
│   │       │   └── Contents.json
│   │       ├── freeTrafficAlertBg_Nomal.imageset/
│   │       │   └── Contents.json
│   │       ├── freeTrafficAlertClose.imageset/
│   │       │   └── Contents.json
│   │       ├── freeTrafficOpenBtn.imageset/
│   │       │   └── Contents.json
│   │       ├── free_hight.imageset/
│   │       │   └── Contents.json
│   │       ├── free_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── freshman_coupon.imageset/
│   │       │   └── Contents.json
│   │       ├── futuraLT.dataset/
│   │       │   └── Contents.json
│   │       ├── game_banner.imageset/
│   │       │   └── Contents.json
│   │       ├── game_logined_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── game_qq_login.imageset/
│   │       │   └── Contents.json
│   │       ├── game_qq_login_h.imageset/
│   │       │   └── Contents.json
│   │       ├── game_wechat_login.imageset/
│   │       │   └── Contents.json
│   │       ├── game_wechat_login_h.imageset/
│   │       │   └── Contents.json
│   │       ├── game_weibo_login.imageset/
│   │       │   └── Contents.json
│   │       ├── game_weibo_login_h.imageset/
│   │       │   └── Contents.json
│   │       ├── gdticon.imageset/
│   │       │   └── Contents.json
│   │       ├── getLottory.imageset/
│   │       │   └── Contents.json
│   │       ├── group_bbs_ic_pic.imageset/
│   │       │   └── Contents.json
│   │       ├── group_ic_camera.imageset/
│   │       │   └── Contents.json
│   │       ├── group_ic_img.imageset/
│   │       │   └── Contents.json
│   │       ├── group_ic_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── group_icon_checkbox_n.imageset/
│   │       │   └── Contents.json
│   │       ├── group_icon_checkbox_p.imageset/
│   │       │   └── Contents.json
│   │       ├── group_icon_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── group_img_album(null).imageset/
│   │       │   └── Contents.json
│   │       ├── group_img_all.imageset/
│   │       │   └── Contents.json
│   │       ├── group_img_null.imageset/
│   │       │   └── Contents.json
│   │       ├── group_tag_jp.imageset/
│   │       │   └── Contents.json
│   │       ├── group_tag_pay.imageset/
│   │       │   └── Contents.json
│   │       ├── group_tag_top.imageset/
│   │       │   └── Contents.json
│   │       ├── guessRefresh.imageset/
│   │       │   └── Contents.json
│   │       ├── guidemask_broadcast.imageset/
│   │       │   └── Contents.json
│   │       ├── guidemask_download.imageset/
│   │       │   └── Contents.json
│   │       ├── guidemask_inviteting.imageset/
│   │       │   └── Contents.json
│   │       ├── guidemask_shareting.imageset/
│   │       │   └── Contents.json
│   │       ├── gushiji_1.imageset/
│   │       │   └── Contents.json
│   │       ├── gushiji_2.imageset/
│   │       │   └── Contents.json
│   │       ├── gushiji_manage.imageset/
│   │       │   └── Contents.json
│   │       ├── h_buyao.imageset/
│   │       │   └── Contents.json
│   │       ├── h_good.imageset/
│   │       │   └── Contents.json
│   │       ├── h_guolai.imageset/
│   │       │   └── Contents.json
│   │       ├── h_haha.imageset/
│   │       │   └── Contents.json
│   │       ├── h_lai.imageset/
│   │       │   └── Contents.json
│   │       ├── h_ok.imageset/
│   │       │   └── Contents.json
│   │       ├── h_quantou.imageset/
│   │       │   └── Contents.json
│   │       ├── h_ruo.imageset/
│   │       │   └── Contents.json
│   │       ├── h_woshou.imageset/
│   │       │   └── Contents.json
│   │       ├── h_ye.imageset/
│   │       │   └── Contents.json
│   │       ├── h_zan.imageset/
│   │       │   └── Contents.json
│   │       ├── h_zuicha.imageset/
│   │       │   └── Contents.json
│   │       ├── halfOff4123.imageset/
│   │       │   └── Contents.json
│   │       ├── hardware_load.imageset/
│   │       │   └── Contents.json
│   │       ├── hardware_shopping.imageset/
│   │       │   └── Contents.json
│   │       ├── header_over.imageset/
│   │       │   └── Contents.json
│   │       ├── hearContentIV.imageset/
│   │       │   └── Contents.json
│   │       ├── hearDownload.imageset/
│   │       │   └── Contents.json
│   │       ├── hearGuideClose.imageset/
│   │       │   └── Contents.json
│   │       ├── hearHistory.imageset/
│   │       │   └── Contents.json
│   │       ├── hearLiveCount.imageset/
│   │       │   └── Contents.json
│   │       ├── hearLiveTag.imageset/
│   │       │   └── Contents.json
│   │       ├── hearSubscribe.imageset/
│   │       │   └── Contents.json
│   │       ├── hearSubscribed.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_download.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_favourite.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_history.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_paid.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_sort_n.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_sort_s.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_ic_learn.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_ic_life.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_ic_listen.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_pic_boy.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_pic_girl.imageset/
│   │       │   └── Contents.json
│   │       ├── home_tips_icon_more.imageset/
│   │       │   └── Contents.json
│   │       ├── home_tips_icon_turnoff.imageset/
│   │       │   └── Contents.json
│   │       ├── hot.imageset/
│   │       │   └── Contents.json
│   │       ├── hoticon.imageset/
│   │       │   └── Contents.json
│   │       ├── hover.imageset/
│   │       │   └── Contents.json
│   │       ├── hybrid_overlay.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_?.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_LYP.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_achieve.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_close.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_create_album.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_discovery_new.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_buling_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_img_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_img_bg_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_star_big.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_star_big_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_star_small.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_star_small_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_fans.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_gift_.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_group.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_live.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_massage.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_money.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_more.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_navi_group.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_navi_group_new.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_plus.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_popularize.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_rec_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_rec_w.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_sounds.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_triangle_up.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_-report.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_albums.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_copy.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_edit.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_fb_albums_big.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_fb_pic.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_fb_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_like.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_like_on.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_massage.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_massage_red.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_more.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_next.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_reply.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_save.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_stop.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_unfollow.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty_phone.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty_wechat.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty_weibo.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_up.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_upload.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_v.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_wyzb_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon-120.imageset/
│   │       │   └── Contents.json
│   │       ├── icon-180.imageset/
│   │       │   └── Contents.json
│   │       ├── icon-72.imageset/
│   │       │   └── Contents.json
│   │       ├── icon-76.imageset/
│   │       │   └── Contents.json
│   │       ├── icon.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_add.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_cancel.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_coupon.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_pop_album_device.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_share.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_tick.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_top.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_unfav.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_untop.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_worn.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back_highlight.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back_round.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back_round_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_clock.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_clock_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_fabu_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_fabu_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_live.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_mobile.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_pc.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_radio.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_home.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_home_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_home_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_indicator_down.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_indicator_right.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more_round.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more_round_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_myView.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_playlist_live.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_playlist_playback.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_playlist_schedules_0.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_playlist_schedules_1.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_country.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_hide.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_internet.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_local.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_province.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_show.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_bgm.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_bgm_add.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_bgm_new.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_track_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_track_play.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_tutorial.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_volcontrol.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_search_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_search_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_setting_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_setting_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_share.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_share_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_share_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_sixin.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_sixin_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_sixin_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_title_rss.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_toolbar_morelive.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_tyq_tz_like.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_x.imageset/
│   │       │   └── Contents.json
│   │       ├── iconfont-yaoyiyao.imageset/
│   │       │   └── Contents.json
│   │       ├── image_mylive_nodata.imageset/
│   │       │   └── Contents.json
│   │       ├── image_two_close.imageset/
│   │       │   └── Contents.json
│   │       ├── image_two_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── img_carlife.imageset/
│   │       │   └── Contents.json
│   │       ├── img_rec_bgm_offline.imageset/
│   │       │   └── Contents.json
│   │       ├── img_rec_bgm_wifi.imageset/
│   │       │   └── Contents.json
│   │       ├── img_tyq_cellbg.imageset/
│   │       │   └── Contents.json
│   │       ├── img_tyq_here.imageset/
│   │       │   └── Contents.json
│   │       ├── img_tyq_nofriend.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV0.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV1.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV10.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV11.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV12.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV13.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV14.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV15.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV16.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV2.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV3.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV4.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV5.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV6.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV7.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV8.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV9.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV0.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV1.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV10.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV11.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV12.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV13.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV14.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV15.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV16.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV2.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV3.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV4.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV5.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV6.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV7.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV8.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV9.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV0.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV014.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV1.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV10.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV11.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV12.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV13.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV15.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV16.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV2.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV3.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV4.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV5.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV6.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV7.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV8.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV9.imageset/
│   │       │   └── Contents.json
│   │       ├── input_h.imageset/
│   │       │   └── Contents.json
│   │       ├── input_n.imageset/
│   │       │   └── Contents.json
│   │       ├── iocn_Screening_h.imageset/
│   │       │   └── Contents.json
│   │       ├── iocn_Screening_n.imageset/
│   │       │   └── Contents.json
│   │       ├── jmgl_ic_college.imageset/
│   │       │   └── Contents.json
│   │       ├── join_vip_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── jshandle.dataset/
│   │       │   ├── Contents.json
│   │       │   └── jshandle.js
│   │       ├── l_aixinchuandi.imageset/
│   │       │   └── Contents.json
│   │       ├── l_shangxin.imageset/
│   │       │   └── Contents.json
│   │       ├── l_xin.imageset/
│   │       │   └── Contents.json
│   │       ├── lastLoginTip.imageset/
│   │       │   └── Contents.json
│   │       ├── leftside_shadow_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── lineShadow.imageset/
│   │       │   └── Contents.json
│   │       ├── line_horizeontal.imageset/
│   │       │   └── Contents.json
│   │       ├── liveClose.imageset/
│   │       │   └── Contents.json
│   │       ├── livePlayingHistory.imageset/
│   │       │   └── Contents.json
│   │       ├── livePlayingList.imageset/
│   │       │   └── Contents.json
│   │       ├── livePlayingStatusLive.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioCellPause.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioCellPlay.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioCellPoint.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioDropDownButtonBg.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioPlay_album_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioPlayingBack.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioProvinceBg_High.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioProvinceBg_Normal.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioSectionMore_High.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioSectionMore_Normal.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadio_activity_moreLive.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadio_album_mask480.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadio_beta.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRaido_album_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_chat_other.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_close.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_close2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_close_white.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_count.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_default.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_gift.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_gridmask.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_imgmask.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_tips1.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_triangle.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_addmusic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_admin_add.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_admin_remove.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_adminlist.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call_online.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call_online_00.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call_online_01.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call_online_03.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_checked.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_close.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_confirm.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_emoji.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_end.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_followe.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_followed.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_fullscreen.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_fullscreen_exit.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_gallery.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_gift.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_hangup.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_hide.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_hit.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_call.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_call_online.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_manage.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_menu.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_micoff.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_micon.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_mixer.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_music.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_photo.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_image.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_infohide.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_keyboard.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_manage.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_menu.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_mic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_micoff.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_micon.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_mixer.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_add.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_bgm.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_download.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_loop.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_play.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_remove.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_repeat.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_new.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_newmessage.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_next.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_notice.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_photo.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_play.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_prev.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_replay.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_rotate.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_saveImage.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_share.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_slide_hide.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_slide_show.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_group_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_group_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_moment_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_moment_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_qq_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_qq_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_qzone_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_qzone_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_tyq_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_tyq_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_wechat_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_wechat_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_weibo_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_weibo_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_speaker.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_unchecked.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── live_gift_bg_pop.imageset/
│   │       │   └── Contents.json
│   │       ├── live_gift_icon_down.imageset/
│   │       │   └── Contents.json
│   │       ├── live_gift_icon_right.imageset/
│   │       │   └── Contents.json
│   │       ├── live_gift_icon_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_anchor.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_arrow_right.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_badge_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_badge_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_badge_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_count.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_date.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_defaultgift.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_diamond.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_follow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_gif_play.dataset/
│   │       │   ├── Contents.json
│   │       │   └── live_ic_gif_play.json
│   │       ├── live_ic_infohide.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_infoshow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_music_added.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_music_cloud.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_music_palying.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_music_pc.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_mute.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_position.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_profile_time.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_down.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_keep.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_new.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_up.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sex_female.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sex_male.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sex_unknown.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_awkward.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_crow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_handclap.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_laugh.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_love.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_nice.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_thumbdown.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_train.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_total.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_v.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_warning.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_anchor.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_avatar_ting.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_cover.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_default.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_end_list.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_home_status_onliving.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_home_topanchor.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_honor_highlight.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_line.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_live_list.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_loading2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_nav_default.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_no_chatgroup.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_offline.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_redpacket.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_redpacket_send.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_replay_list.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_right1.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_right2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_right3.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_status_onair.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_status_onair_red.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_status_soon.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_status_trailer.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_streamend.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_texture.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_texture_line.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_tips_addmusic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_tips_group.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_tips_liveinfo.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_tips_music.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_trailer_list.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_wealth_basic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_admin.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_adminlist.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_end.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_feedback.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_headphone.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_info.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_livelist.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_mute.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_notice.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_share.imageset/
│   │       │   └── Contents.json
│   │       ├── live_radio_playing_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── local_play_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── log.imageset/
│   │       │   └── Contents.json
│   │       ├── logicon.imageset/
│   │       │   └── Contents.json
│   │       ├── login_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── login_img_door.imageset/
│   │       │   └── Contents.json
│   │       ├── login_or.imageset/
│   │       │   └── Contents.json
│   │       ├── logo_laya.imageset/
│   │       │   └── Contents.json
│   │       ├── logo_recommend.imageset/
│   │       │   └── Contents.json
│   │       ├── logo_xima.imageset/
│   │       │   └── Contents.json
│   │       ├── lostLottory.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryBgBlue.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryBgRed.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryBgWhite.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryBgYellow.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryExpired.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryIcon.imageset/
│   │       │   └── Contents.json
│   │       ├── luna_wps.imageset/
│   │       │   └── Contents.json
│   │       ├── mainLogo.imageset/
│   │       │   └── Contents.json
│   │       ├── mainLogo_MINI.imageset/
│   │       │   └── Contents.json
│   │       ├── mark_title.imageset/
│   │       │   └── Contents.json
│   │       ├── me.imageset/
│   │       │   └── Contents.json
│   │       ├── meArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── meBg.imageset/
│   │       │   └── Contents.json
│   │       ├── meBought.imageset/
│   │       │   └── Contents.json
│   │       ├── meLine.imageset/
│   │       │   └── Contents.json
│   │       ├── meMesHL.imageset/
│   │       │   └── Contents.json
│   │       ├── meMesNor.imageset/
│   │       │   └── Contents.json
│   │       ├── meRecord.imageset/
│   │       │   └── Contents.json
│   │       ├── meSetHL.imageset/
│   │       │   └── Contents.json
│   │       ├── meSetNor.imageset/
│   │       │   └── Contents.json
│   │       ├── meSoundEdit_topView_browser_default.imageset/
│   │       │   └── Contents.json
│   │       ├── meSoundEdit_topView_default.imageset/
│   │       │   └── Contents.json
│   │       ├── meTicket.imageset/
│   │       │   └── Contents.json
│   │       ├── meWallet.imageset/
│   │       │   └── Contents.json
│   │       ├── meXB.imageset/
│   │       │   └── Contents.json
│   │       ├── me_album_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── me_album_edit.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_email.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_email_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_phone.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_phone_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_qq_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_renren.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_renren_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_sina.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_sina_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_wechat.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_wechat_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_fans_verifylogo.imageset/
│   │       │   └── Contents.json
│   │       ├── me_more_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── me_more_download.imageset/
│   │       │   └── Contents.json
│   │       ├── me_more_edit.imageset/
│   │       │   └── Contents.json
│   │       ├── me_more_replace.imageset/
│   │       │   └── Contents.json
│   │       ├── me_my_device.imageset/
│   │       │   └── Contents.json
│   │       ├── me_new_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── me_relate_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_CPS.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_account.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_achievement.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_anchor.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_beAnchor.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_boughttracks.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_clock.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_college.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_contact.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_coupon.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_device.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_favAlbum.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_feedback.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_findting.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_game.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_identify.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_liked.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_more.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_myorder.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_nightmode.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_notice_center.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_playhis.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_plus.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_points.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_program.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_refunds.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_sixin.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_social.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_store.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_union.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_usercenter.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_zone.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_zonemsg.imageset/
│   │       │   └── Contents.json
│   │       ├── me_unbindPhone.imageset/
│   │       │   └── Contents.json
│   │       ├── messageCenter_icon_sixin_n.imageset/
│   │       │   └── Contents.json
│   │       ├── message_icon_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── message_icon_silence.imageset/
│   │       │   └── Contents.json
│   │       ├── message_no_history.imageset/
│   │       │   └── Contents.json
│   │       ├── metal_insert.imageset/
│   │       │   └── Contents.json
│   │       ├── mini_lock_line.imageset/
│   │       │   └── Contents.json
│   │       ├── mini_lockbg.imageset/
│   │       │   └── Contents.json
│   │       ├── mini_skip_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── mini_skip_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBriefBtn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBriefBtn_s.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBrief_triangle.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBtnFree.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBtnMask.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBtnPay.imageset/
│   │       │   └── Contents.json
│   │       ├── moreViewPrivateTalk.imageset/
│   │       │   └── Contents.json
│   │       ├── moreViewReplay.imageset/
│   │       │   └── Contents.json
│   │       ├── moreViewTop.imageset/
│   │       │   └── Contents.json
│   │       ├── msgAuditInreview.imageset/
│   │       │   └── Contents.json
│   │       ├── msgAuditReject.imageset/
│   │       │   └── Contents.json
│   │       ├── msuicheting.imageset/
│   │       │   └── Contents.json
│   │       ├── musicPersonImage.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterFilterNormal.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterFilterSelected.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterNoAlbum.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterNoCmt.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterPayAlbumComment.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterQA.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterSortIconNormal.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterSortIconSelected.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterSortSelected.imageset/
│   │       │   └── Contents.json
│   │       ├── my_bg_wdl.imageset/
│   │       │   └── Contents.json
│   │       ├── my_ic_feedback.imageset/
│   │       │   └── Contents.json
│   │       ├── my_ic_more.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_arrow_down_h.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_arrow_down_n.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_arrow_up_h.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_arrow_up_n.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_h.imageset/
│   │       │   └── Contents.json
│   │       ├── navigation_line.imageset/
│   │       │   └── Contents.json
│   │       ├── navigationbar_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── navigationbar_bg_64.imageset/
│   │       │   └── Contents.json
│   │       ├── networkhelp.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_AD_cover_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_AD_split.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_VIP_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_comment_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_commet_defualt_user.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_cover_free.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_cover_free_320.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_cover_payment.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_cover_payment_320.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_empt_star.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_end.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_free_downloadw.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_full_star.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_half_star.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_intro_back.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_lastplay_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_rss.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_rss_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_rssed.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_rssed_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_shop.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_shop_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_scroll_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_scroll_bottom_hight.imageset/
│   │       │   └── Contents.json
│   │       ├── newUserMask.imageset/
│   │       │   └── Contents.json
│   │       ├── new_album_playCount.imageset/
│   │       │   └── Contents.json
│   │       ├── nextStep.imageset/
│   │       │   └── Contents.json
│   │       ├── next_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── noCopyright.imageset/
│   │       │   └── Contents.json
│   │       ├── noDataCell.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_VIP.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_consume.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_freeting.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_recharge.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_subscription2.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_zone_receive.imageset/
│   │       │   └── Contents.json
│   │       ├── noMoreCmt.imageset/
│   │       │   └── Contents.json
│   │       ├── noSearchData.imageset/
│   │       │   └── Contents.json
│   │       ├── no_device.imageset/
│   │       │   └── Contents.json
│   │       ├── no_network.imageset/
│   │       │   └── Contents.json
│   │       ├── noread_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── notShowPwd.imageset/
│   │       │   └── Contents.json
│   │       ├── now_playing.imageset/
│   │       │   └── Contents.json
│   │       ├── npCoverMask.imageset/
│   │       │   └── Contents.json
│   │       ├── npTabSponsor.imageset/
│   │       │   └── Contents.json
│   │       ├── np_QACmt.imageset/
│   │       │   └── Contents.json
│   │       ├── np_artistheader_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_comment_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── np_commentsummary_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_danmu_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_danmu_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── np_emoticon_delete_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_face_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_face_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_headview_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_headview_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_headview_following_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_headview_nofollow_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_image_complete.imageset/
│   │       │   └── Contents.json
│   │       ├── np_image_origin.imageset/
│   │       │   └── Contents.json
│   │       ├── np_image_save.imageset/
│   │       │   └── Contents.json
│   │       ├── np_image_share.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_back_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_danmu.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_keyboard_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_keyboard_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_text_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_like_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_like_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_line.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loading_failed.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loading_fresh.imageset/
│   │       │   └── Contents.json
│   │       ├── np_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── np_lover_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loverheader_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_lovers_count_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_lovers_count_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loverview_arraw.imageset/
│   │       │   └── Contents.json
│   │       ├── np_menu_playlist.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_album.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_down.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_history.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_public.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_replay.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_report.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_share.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_sleep.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_wakeup.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_wifi.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon3_1.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon3_2.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon3_3.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon_1.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon_2.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pic_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── np_picmask.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_cycle.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_order.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_outorder.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_reverse_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_single.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_sort_def.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_sort_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_sound_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_sound_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pop_ds.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pop_home.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pop_sixin.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pop_tiwen.imageset/
│   │       │   └── Contents.json
│   │       ├── np_sound_playtimes.imageset/
│   │       │   └── Contents.json
│   │       ├── np_sound_playtimes_b.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_back_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_chatGroup.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_clock_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_clock_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_cm_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_comment_none.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_dm_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_download_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_download_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_gift.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_like_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_like_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_likenum_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_likenum_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_likenum_nv.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_more_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_red.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_share_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_share_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_user_more.imageset/
│   │       │   └── Contents.json
│   │       ├── o_bingun.imageset/
│   │       │   └── Contents.json
│   │       ├── o_dangao.imageset/
│   │       │   └── Contents.json
│   │       ├── o_dianying.imageset/
│   │       │   └── Contents.json
│   │       ├── o_fahongbao.imageset/
│   │       │   └── Contents.json
│   │       ├── o_feiji.imageset/
│   │       │   └── Contents.json
│   │       ├── o_fengshan.imageset/
│   │       │   └── Contents.json
│   │       ├── o_ganbei.imageset/
│   │       │   └── Contents.json
│   │       ├── o_hongsidai.imageset/
│   │       │   └── Contents.json
│   │       ├── o_huatong.imageset/
│   │       │   └── Contents.json
│   │       ├── o_kafei.imageset/
│   │       │   └── Contents.json
│   │       ├── o_lazhu.imageset/
│   │       │   └── Contents.json
│   │       ├── o_liwu.imageset/
│   │       │   └── Contents.json
│   │       ├── o_lvsidai.imageset/
│   │       │   └── Contents.json
│   │       ├── o_qiche.imageset/
│   │       │   └── Contents.json
│   │       ├── o_shixi.imageset/
│   │       │   └── Contents.json
│   │       ├── o_shouji.imageset/
│   │       │   └── Contents.json
│   │       ├── o_shoutao.imageset/
│   │       │   └── Contents.json
│   │       ├── o_weibo.imageset/
│   │       │   └── Contents.json
│   │       ├── o_weiguan.imageset/
│   │       │   └── Contents.json
│   │       ├── o_wennuanmaozi.imageset/
│   │       │   └── Contents.json
│   │       ├── o_xigua.imageset/
│   │       │   └── Contents.json
│   │       ├── o_yinyue.imageset/
│   │       │   └── Contents.json
│   │       ├── o_zhaoxiangji.imageset/
│   │       │   └── Contents.json
│   │       ├── o_zhong.imageset/
│   │       │   └── Contents.json
│   │       ├── o_zixingche.imageset/
│   │       │   └── Contents.json
│   │       ├── o_zuqiu.imageset/
│   │       │   └── Contents.json
│   │       ├── oauth_check.imageset/
│   │       │   └── Contents.json
│   │       ├── oauth_switch.imageset/
│   │       │   └── Contents.json
│   │       ├── oauth_uncheck.imageset/
│   │       │   └── Contents.json
│   │       ├── other_info_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── other_info_close.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_activity_1.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_activity_2.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_album_border.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_album_cover.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_album_high.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_album_rate.imageset/
│   │       │   └── Contents.json
│   │       ├── paused.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_album_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_album_left.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_album_right.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_albumheader_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_arrow_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_arrow_up.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_audition.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_banner.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_box.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_boxselect.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_btn_top.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_btn_unfold.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_bubble_ad_adorn.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_bubble_ad_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_button_bkg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_close.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_coupon.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_coupon_empty.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_coupon_more.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_coupon_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_cown.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_device_btnbg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_dialoge.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_downloadfail.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_explain.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_fail.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_fold_more_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_gift_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_giftarrow.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_iap_finish.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_iap_refresh.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_img_line.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_intro.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_ipa_tooth.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_mask_image.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_nocomment.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_nofreetrack.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_nonewtrack.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_outline_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_outline_time.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_play_icon_p1.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_play_icon_p2.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_play_icon_p3.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_red_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_redgift_empty.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_redgift_share_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_refund.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_refund_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_restore.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_state_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_success.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_success_big.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_tracksample.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_trailer.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_unfolded_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_uptop.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_vip.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_vip_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_warning.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_wechart.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_addimage.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_allstar.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_checkinfo.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_delcmt.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_halfstar.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_host.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_hosttriangle.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_like.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_liked.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_more.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_moreimg.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_reply.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_score_default.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_smile.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_star.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_star_default.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_star_light.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_success.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_unhappy.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_wechat.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_wechatf.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_write.imageset/
│   │       │   └── Contents.json
│   │       ├── payment_mark_select.imageset/
│   │       │   └── Contents.json
│   │       ├── payment_mark_unselect.imageset/
│   │       │   └── Contents.json
│   │       ├── persentQQ.imageset/
│   │       │   └── Contents.json
│   │       ├── persentWechat.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_baiyang_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_baiyang_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_chunv_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_chunv_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_female_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_female_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_jinniu_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_jinniu_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_juxie_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_juxie_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_male_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_male_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_mojie_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_mojie_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_region_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_region_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_sheshou_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_sheshou_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shizi_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shizi_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuangyu_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuangyu_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuangzi_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuangzi_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuiping_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuiping_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_tiancheng_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_tiancheng_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_tianxie_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_tianxie_w.imageset/
│   │       │   └── Contents.json
│   │       ├── placeHolder.imageset/
│   │       │   └── Contents.json
│   │       ├── playCoverBtn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── playCoverBtn_s.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessBar.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessBg.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessCe.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessDot_n.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessPc.imageset/
│   │       │   └── Contents.json
│   │       ├── playTimeBg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── playTimeBg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── play_album_fav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── play_album_unfav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── play_fast_back.imageset/
│   │       │   └── Contents.json
│   │       ├── play_fast_forword.imageset/
│   │       │   └── Contents.json
│   │       ├── play_flag_wave_0.imageset/
│   │       │   └── Contents.json
│   │       ├── play_flag_wave_1.imageset/
│   │       │   └── Contents.json
│   │       ├── play_flag_wave_2.imageset/
│   │       │   └── Contents.json
│   │       ├── play_removead_ic_before.imageset/
│   │       │   └── Contents.json
│   │       ├── player_btn_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── player_btn_fullsize.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_icon_indicator.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_icon_x.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_img_head.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_text_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_text_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_text_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_text_zzcg.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top1_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top1_img_head.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top1_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top2_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top2_img_head.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top2_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top3_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top3_img_head.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top3_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── player_vipad_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── playing_tips_finger.imageset/
│   │       │   └── Contents.json
│   │       ├── playing_tips_text.imageset/
│   │       │   └── Contents.json
│   │       ├── playingalbum_fav.imageset/
│   │       │   └── Contents.json
│   │       ├── playingalbum_fav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── playingback.imageset/
│   │       │   └── Contents.json
│   │       ├── playingback_h.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_bg_pop.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_bg_title.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_+15s_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_+15s_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_-15s_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_-15s_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_2x_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_2x_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_barrage_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_barrage_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_comment_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_comment_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_down_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_down_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_down_white_HL.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_download_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_download_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_dynamic_rhythm_p1.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_dynamic_rhythm_p2.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_dynamic_rhythm_p3.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_like_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_like_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_list.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_more_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_more_vertical.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_more_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_more_white_HL.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_play.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_share_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_share_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_share_white_HL.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_soundInfo_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_soundInfo_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_soundVideo_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_soundVideo_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_suspend.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_timing.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_fav.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_header.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_mdev.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_medv_n.imageset/
│   │       │   └── Contents.json
│   │       ├── pluto.imageset/
│   │       │   └── Contents.json
│   │       ├── plutoMessage.imageset/
│   │       │   └── Contents.json
│   │       ├── plutoUpdate.imageset/
│   │       │   └── Contents.json
│   │       ├── pluto_logo_n.imageset/
│   │       │   └── Contents.json
│   │       ├── pluto_ring.imageset/
│   │       │   └── Contents.json
│   │       ├── pop.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_category_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_category_h.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_category_n.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_category_top.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_h.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_n.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_top.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_top.imageset/
│   │       │   └── Contents.json
│   │       ├── popicon.imageset/
│   │       │   └── Contents.json
│   │       ├── popicon_history.imageset/
│   │       │   └── Contents.json
│   │       ├── popicon_local.imageset/
│   │       │   └── Contents.json
│   │       ├── popicon_play.imageset/
│   │       │   └── Contents.json
│   │       ├── popupCoupon.imageset/
│   │       │   └── Contents.json
│   │       ├── post_comment_line.imageset/
│   │       │   └── Contents.json
│   │       ├── presentAlbumBack.imageset/
│   │       │   └── Contents.json
│   │       ├── presentAlbum_change.imageset/
│   │       │   └── Contents.json
│   │       ├── presentBuySuccess.imageset/
│   │       │   └── Contents.json
│   │       ├── presentHolder.imageset/
│   │       │   └── Contents.json
│   │       ├── presentMinus.imageset/
│   │       │   └── Contents.json
│   │       ├── presentMinusOrange.imageset/
│   │       │   └── Contents.json
│   │       ├── presentNotEnough.imageset/
│   │       │   └── Contents.json
│   │       ├── presentPlus.imageset/
│   │       │   └── Contents.json
│   │       ├── presentPlusOrange.imageset/
│   │       │   └── Contents.json
│   │       ├── presentbg.imageset/
│   │       │   └── Contents.json
│   │       ├── previous_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_Aplus.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_Q&A.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_Q&A_dis.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_fans.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_group.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_moneprofile_ic_refund.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_money.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_money_dis.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_share.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_star.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_topfans.imageset/
│   │       │   └── Contents.json
│   │       ├── promotelogo_dark.imageset/
│   │       │   └── Contents.json
│   │       ├── promotelogo_light.imageset/
│   │       │   └── Contents.json
│   │       ├── promptBanner.imageset/
│   │       │   └── Contents.json
│   │       ├── promptNavi.imageset/
│   │       │   └── Contents.json
│   │       ├── pull_to_refresh_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── purchased_bg_nocontent.imageset/
│   │       │   └── Contents.json
│   │       ├── purchased_ic_more.imageset/
│   │       │   └── Contents.json
│   │       ├── push_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── push_close.imageset/
│   │       │   └── Contents.json
│   │       ├── push_open.imageset/
│   │       │   └── Contents.json
│   │       ├── quiet.dataset/
│   │       │   ├── Contents.json
│   │       │   └── quiet.caf
│   │       ├── rank_tags_pickup.imageset/
│   │       │   └── Contents.json
│   │       ├── reading_cat.imageset/
│   │       │   └── Contents.json
│   │       ├── reading_tips2.imageset/
│   │       │   └── Contents.json
│   │       ├── rebuy.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bg_audio.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bg_music.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bg_music2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bg_screen3.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bgimg_album.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bgimg_voice.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_back.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_cancel.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_clip.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_clip_control.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_fontsize.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_mic_off.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_mic_on.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_off.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_on.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_play.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_replace.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview_control.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview_control2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview_play.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_retry.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_save.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_volcontrol.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_dashed.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_mic_off.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_mic_on.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_music_add.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_music_off.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_music_on.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_tingyou_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_tingyou_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_read1.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_read2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_recoff.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_recon.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips3.1.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips3.2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips3.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_sd_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_sd_img_highlight.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_sd_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── recommedDefault.imageset/
│   │       │   └── Contents.json
│   │       ├── recommendlogo.imageset/
│   │       │   └── Contents.json
│   │       ├── record_album_add.imageset/
│   │       │   └── Contents.json
│   │       ├── record_cancel_btn_h.imageset/
│   │       │   └── Contents.json
│   │       ├── record_cancel_btn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── record_code_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── record_code_top_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── record_mark_check.imageset/
│   │       │   └── Contents.json
│   │       ├── record_ok_btn_h.imageset/
│   │       │   └── Contents.json
│   │       ├── record_ok_btn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── record_over.imageset/
│   │       │   └── Contents.json
│   │       ├── record_photo_add.imageset/
│   │       │   └── Contents.json
│   │       ├── record_share_tingfriend.imageset/
│   │       │   └── Contents.json
│   │       ├── record_share_tingfriend_hl.imageset/
│   │       │   └── Contents.json
│   │       ├── record_soundReport.imageset/
│   │       │   └── Contents.json
│   │       ├── record_tingfriend.imageset/
│   │       │   └── Contents.json
│   │       ├── record_tingfriend_h.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_ic_adopt.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_ic_fail.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_ic_prompt.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_icon_n.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_code_textField.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_confirm_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_nickname_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_nickname_triangleLogo.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_password_hide_textfield.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_password_show_textfield.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_password_textField.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_qq_button.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_user_textField.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_wechat_button.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_weibo_button.imageset/
│   │       │   └── Contents.json
│   │       ├── regview_tab_r.imageset/
│   │       │   └── Contents.json
│   │       ├── relatealbumtitle.imageset/
│   │       │   └── Contents.json
│   │       ├── related_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── republish.imageset/
│   │       │   └── Contents.json
│   │       ├── rewardButtonImage.imageset/
│   │       │   └── Contents.json
│   │       ├── reward_bronze.imageset/
│   │       │   └── Contents.json
│   │       ├── reward_gold.imageset/
│   │       │   └── Contents.json
│   │       ├── reward_right.imageset/
│   │       │   └── Contents.json
│   │       ├── reward_silver.imageset/
│   │       │   └── Contents.json
│   │       ├── rf_pop_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── rock.imageset/
│   │       │   └── Contents.json
│   │       ├── rockIcon.imageset/
│   │       │   └── Contents.json
│   │       ├── rock_back.imageset/
│   │       │   └── Contents.json
│   │       ├── rock_connect.imageset/
│   │       │   └── Contents.json
│   │       ├── rock_small.imageset/
│   │       │   └── Contents.json
│   │       ├── rock_wps.imageset/
│   │       │   └── Contents.json
│   │       ├── ruler_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── ruler_play.imageset/
│   │       │   └── Contents.json
│   │       ├── scanArea.imageset/
│   │       │   └── Contents.json
│   │       ├── scanImage.imageset/
│   │       │   └── Contents.json
│   │       ├── scan_scan.imageset/
│   │       │   └── Contents.json
│   │       ├── screen_close.imageset/
│   │       │   └── Contents.json
│   │       ├── screen_feedback.imageset/
│   │       │   └── Contents.json
│   │       ├── screen_share.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_backhome.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_settingbtn.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_step1.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_step2.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_step3.imageset/
│   │       │   └── Contents.json
│   │       ├── sctshare_default.imageset/
│   │       │   └── Contents.json
│   │       ├── search_album_download.imageset/
│   │       │   └── Contents.json
│   │       ├── search_album_downloadw.imageset/
│   │       │   └── Contents.json
│   │       ├── search_album_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── search_back.imageset/
│   │       │   └── Contents.json
│   │       ├── search_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── search_bar_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── search_btn_hl.imageset/
│   │       │   └── Contents.json
│   │       ├── search_btn_nl.imageset/
│   │       │   └── Contents.json
│   │       ├── search_btn_norm.imageset/
│   │       │   └── Contents.json
│   │       ├── search_category_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── search_correct_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── search_detail_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter_bg_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter_btn_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter_h.imageset/
│   │       │   └── Contents.json
│   │       ├── search_header_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── search_history_close.imageset/
│   │       │   └── Contents.json
│   │       ├── search_intent_category_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── search_new_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── search_normal_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── search_play.imageset/
│   │       │   └── Contents.json
│   │       ├── search_play_count.imageset/
│   │       │   └── Contents.json
│   │       ├── search_tag_hot.imageset/
│   │       │   └── Contents.json
│   │       ├── search_tag_recommend.imageset/
│   │       │   └── Contents.json
│   │       ├── search_tags.imageset/
│   │       │   └── Contents.json
│   │       ├── search_tags_red.imageset/
│   │       │   └── Contents.json
│   │       ├── search_textfield_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── secret.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_category_finish.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_down.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_downloaded.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_filter_down.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_filter_pulldown_n.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_filter_pullup_n.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_filter_up.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_pulldown_n.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_pullup_n.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_selectedAll.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_unselected.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_unselectedAll.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_up.imageset/
│   │       │   └── Contents.json
│   │       ├── segline.imageset/
│   │       │   └── Contents.json
│   │       ├── segmentShadowLine.imageset/
│   │       │   └── Contents.json
│   │       ├── sendletter_fail_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_bt_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_bt_tone.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_carmode.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_email.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_help.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_line.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_password.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_password_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_phone.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_rate.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_renren.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_sina.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_sm_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_wechat.imageset/
│   │       │   └── Contents.json
│   │       ├── shadow_albumView_header.imageset/
│   │       │   └── Contents.json
│   │       ├── shake.dataset/
│   │       │   └── Contents.json
│   │       ├── shakeLottoryNPViewIcon.imageset/
│   │       │   └── Contents.json
│   │       ├── shakeLottoryTipBg.imageset/
│   │       │   └── Contents.json
│   │       ├── share_QRcode.imageset/
│   │       │   └── Contents.json
│   │       ├── share_btn_user.imageset/
│   │       │   └── Contents.json
│   │       ├── share_btn_user_h.imageset/
│   │       │   └── Contents.json
│   │       ├── share_btn_user_n.imageset/
│   │       │   └── Contents.json
│   │       ├── share_code_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── share_code_default.imageset/
│   │       │   └── Contents.json
│   │       ├── share_code_icon_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── share_code_mask_black.imageset/
│   │       │   └── Contents.json
│   │       ├── share_copy.imageset/
│   │       │   └── Contents.json
│   │       ├── share_default.imageset/
│   │       │   └── Contents.json
│   │       ├── share_group.imageset/
│   │       │   └── Contents.json
│   │       ├── share_html.imageset/
│   │       │   └── Contents.json
│   │       ├── share_loginIV.imageset/
│   │       │   └── Contents.json
│   │       ├── share_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── share_qq_zone.imageset/
│   │       │   └── Contents.json
│   │       ├── share_renren.imageset/
│   │       │   └── Contents.json
│   │       ├── share_save.imageset/
│   │       │   └── Contents.json
│   │       ├── share_sina_n.imageset/
│   │       │   └── Contents.json
│   │       ├── share_sms_n.imageset/
│   │       │   └── Contents.json
│   │       ├── share_tencent_n.imageset/
│   │       │   └── Contents.json
│   │       ├── share_tingfriend.imageset/
│   │       │   └── Contents.json
│   │       ├── share_toast_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── share_triangle.imageset/
│   │       │   └── Contents.json
│   │       ├── share_weixin.imageset/
│   │       │   └── Contents.json
│   │       ├── share_weixin_friends.imageset/
│   │       │   └── Contents.json
│   │       ├── sharepop_cancel_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── shareting.imageset/
│   │       │   └── Contents.json
│   │       ├── shouhuan.imageset/
│   │       │   └── Contents.json
│   │       ├── showPwd.imageset/
│   │       │   └── Contents.json
│   │       ├── shuke.imageset/
│   │       │   └── Contents.json
│   │       ├── signview_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── single_unfollow.imageset/
│   │       │   └── Contents.json
│   │       ├── slidePath.imageset/
│   │       │   └── Contents.json
│   │       ├── slide_hand.imageset/
│   │       │   └── Contents.json
│   │       ├── small_head_male_default.imageset/
│   │       │   └── Contents.json
│   │       ├── sortTips.imageset/
│   │       │   └── Contents.json
│   │       ├── sort_list.imageset/
│   │       │   └── Contents.json
│   │       ├── soundImage_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── soundLB_info.imageset/
│   │       │   └── Contents.json
│   │       ├── soundLB_video.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_act.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_act_s.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_album.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_albumcover.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_albumcover_large.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_comments.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_cover_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_default.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_downloading.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_duration.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_failed.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_more.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_remove.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_sticky.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_sticky_cancel.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_top.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_likes.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_likes_n.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_lock.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_paused.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_play.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_playbtn.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_playingbtn.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_playtimes.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_processing.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_progress_h.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_progress_n.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_repost.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_sizes.imageset/
│   │       │   └─

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitigonre
================================================



# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output



================================================
FILE: Podfile
================================================
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.1'

target 'RxXMLY' do
    use_frameworks!
    
    # Architecture
    pod 'ReactorKit'
    
    # Networking
    pod 'Alamofire'
    pod 'Moya'
    pod 'Kingfisher'
    pod 'ObjectMapper'
    pod 'SwiftyJSON'

    # Rx
    pod 'RxSwift',          '~> 4.0'
    pod 'RxCocoa'
    pod 'RxAlamofire'
    pod 'RxDataSources',    '~> 3.0'
    pod 'NSObject+Rx'
    pod 'RxGesture'

    # UI
    pod 'SnapKit'
    pod 'TYCyclePagerView'
    pod 'TYPagerController'
    pod 'MJRefresh'

    # Logging
    
    # Misc.
    pod 'IQKeyboardManagerSwift'
    pod 'Then'
    pod 'ReusableKit'
    pod 'SwiftyColor'
#    pod 'MLeaksFinder'              # 检测内存泄漏
    pod 'URLNavigator'
    pod 'TTRangeSlider'

    # SDK
    
end



================================================
FILE: Pods/Alamofire/LICENSE
================================================
Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


================================================
FILE: Pods/Alamofire/README.md
================================================
![Alamofire: Elegant Networking in Swift](https://raw.githubusercontent.com/Alamofire/Alamofire/master/alamofire.png)

[![Build Status](https://travis-ci.org/Alamofire/Alamofire.svg?branch=master)](https://travis-ci.org/Alamofire/Alamofire)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Alamofire.svg)](https://img.shields.io/cocoapods/v/Alamofire.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Platform](https://img.shields.io/cocoapods/p/Alamofire.svg?style=flat)](https://alamofire.github.io/Alamofire)
[![Twitter](https://img.shields.io/badge/twitter-@AlamofireSF-blue.svg?style=flat)](http://twitter.com/AlamofireSF)
[![Gitter](https://badges.gitter.im/Alamofire/Alamofire.svg)](https://gitter.im/Alamofire/Alamofire?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Alamofire is an HTTP networking library written in Swift.

- [Features](#features)
- [Component Libraries](#component-libraries)
- [Requirements](#requirements)
- [Migration Guides](#migration-guides)
- [Communication](#communication)
- [Installation](#installation)
- [Usage](#usage)
    - **Intro -** [Making a Request](#making-a-request), [Response Handling](#response-handling), [Response Validation](#response-validation), [Response Caching](#response-caching)
	- **HTTP -** [HTTP Methods](#http-methods), [Parameter Encoding](#parameter-encoding), [HTTP Headers](#http-headers), [Authentication](#authentication)
	- **Large Data -** [Downloading Data to a File](#downloading-data-to-a-file), [Uploading Data to a Server](#uploading-data-to-a-server)
	- **Tools -** [Statistical Metrics](#statistical-metrics), [cURL Command Output](#curl-command-output)
- [Advanced Usage](#advanced-usage)
	- **URL Session -** [Session Manager](#session-manager), [Session Delegate](#session-delegate), [Request](#request)
	- **Routing -** [Routing Requests](#routing-requests), [Adapting and Retrying Requests](#adapting-and-retrying-requests)
	- **Model Objects -** [Custom Response Serialization](#custom-response-serialization)
	- **Connection -** [Security](#security), [Network Reachability](#network-reachability)
- [Open Radars](#open-radars)
- [FAQ](#faq)
- [Credits](#credits)
- [Donations](#donations)
- [License](#license)

## Features

- [x] Chainable Request / Response Methods
- [x] URL / JSON / plist Parameter Encoding
- [x] Upload File / Data / Stream / MultipartFormData
- [x] Download File using Request or Resume Data
- [x] Authentication with URLCredential
- [x] HTTP Response Validation
- [x] Upload and Download Progress Closures with Progress
- [x] cURL Command Output
- [x] Dynamically Adapt and Retry Requests
- [x] TLS Certificate and Public Key Pinning
- [x] Network Reachability
- [x] Comprehensive Unit and Integration Test Coverage
- [x] [Complete Documentation](https://alamofire.github.io/Alamofire)

## Component Libraries

In order to keep Alamofire focused specifically on core networking implementations, additional component libraries have been created by the [Alamofire Software Foundation](https://github.com/Alamofire/Foundation) to bring additional functionality to the Alamofire ecosystem.

- [AlamofireImage](https://github.com/Alamofire/AlamofireImage) - An image library including image response serializers, `UIImage` and `UIImageView` extensions, custom image filters, an auto-purging in-memory cache and a priority-based image downloading system.
- [AlamofireNetworkActivityIndicator](https://github.com/Alamofire/AlamofireNetworkActivityIndicator) - Controls the visibility of the network activity indicator on iOS using Alamofire. It contains configurable delay timers to help mitigate flicker and can support `URLSession` instances not managed by Alamofire.

## Requirements

- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Xcode 8.3+
- Swift 3.1+

## Migration Guides

- [Alamofire 4.0 Migration Guide](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Alamofire%204.0%20Migration%20Guide.md)
- [Alamofire 3.0 Migration Guide](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Alamofire%203.0%20Migration%20Guide.md)
- [Alamofire 2.0 Migration Guide](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Alamofire%202.0%20Migration%20Guide.md)

## Communication

- If you **need help**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/alamofire). (Tag 'alamofire')
- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/alamofire).
- If you **found a bug**, open an issue.
- If you **have a feature request**, open an issue.
- If you **want to contribute**, submit a pull request.

## Installation

### CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:

```bash
$ gem install cocoapods
```

> CocoaPods 1.1+ is required to build Alamofire 4.0+.

To integrate Alamofire into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'Alamofire', '~> 4.5'
end
```

Then, run the following command:

```bash
$ pod install
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with [Homebrew](http://brew.sh/) using the following command:

```bash
$ brew update
$ brew install carthage
```

To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "Alamofire/Alamofire" ~> 4.5
```

Run `carthage update` to build the framework and drag the built `Alamofire.framework` into your Xcode project.

### Swift Package Manager

The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. It is in early development, but Alamofire does support its use on supported platforms. 

Once you have your Swift package set up, adding Alamofire as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.

```swift
dependencies: [
    .Package(url: "https://github.com/Alamofire/Alamofire.git", majorVersion: 4)
]
```

### Manually

If you prefer not to use any of the aforementioned dependency managers, you can integrate Alamofire into your project manually.

#### Embedded Framework

- Open up Terminal, `cd` into your top-level project directory, and run the following command "if" your project is not initialized as a git repository:

  ```bash
  $ git init
  ```

- Add Alamofire as a git [submodule](http://git-scm.com/docs/git-submodule) by running the following command:

  ```bash
  $ git submodule add https://github.com/Alamofire/Alamofire.git
  ```

- Open the new `Alamofire` folder, and drag the `Alamofire.xcodeproj` into the Project Navigator of your application's Xcode project.

    > It should appear nested underneath your application's blue project icon. Whether it is above or below all the other Xcode groups does not matter.

- Select the `Alamofire.xcodeproj` in the Project Navigator and verify the deployment target matches that of your application target.
- Next, select your application project in the Project Navigator (blue project icon) to navigate to the target configuration window and select the application target under the "Targets" heading in the sidebar.
- In the tab bar at the top of that window, open the "General" panel.
- Click on the `+` button under the "Embedded Binaries" section.
- You will see two different `Alamofire.xcodeproj` folders each with two different versions of the `Alamofire.framework` nested inside a `Products` folder.

    > It does not matter which `Products` folder you choose from, but it does matter whether you choose the top or bottom `Alamofire.framework`.

- Select the top `Alamofire.framework` for iOS and the bottom one for OS X.

    > You can verify which one you selected by inspecting the build log for your project. The build target for `Alamofire` will be listed as either `Alamofire iOS`, `Alamofire macOS`, `Alamofire tvOS` or `Alamofire watchOS`.

- And that's it!

  > The `Alamofire.framework` is automagically added as a target dependency, linked framework and embedded framework in a copy files build phase which is all you need to build on the simulator and a device.

---

## Usage

### Making a Request

```swift
import Alamofire

Alamofire.request("https://httpbin.org/get")
```

### Response Handling

Handling the `Response` of a `Request` made in Alamofire involves chaining a response handler onto the `Request`.

```swift
Alamofire.request("https://httpbin.org/get").responseJSON { response in
    print("Request: \(String(describing: response.request))")   // original url request
    print("Response: \(String(describing: response.response))") // http url response
    print("Result: \(response.result)")                         // response serialization result

    if let json = response.result.value {
        print("JSON: \(json)") // serialized json response
    }

    if let data = response.data, let utf8Text = String(data: data, encoding: .utf8) {
        print("Data: \(utf8Text)") // original server data as UTF8 string
    }
}
```

In the above example, the `responseJSON` handler is appended to the `Request` to be executed once the `Request` is complete. Rather than blocking execution to wait for a response from the server, a [callback](http://en.wikipedia.org/wiki/Callback_%28computer_programming%29) in the form of a closure is specified to handle the response once it's received. The result of a request is only available inside the scope of a response closure. Any execution contingent on the response or data received from the server must be done within a response closure.

> Networking in Alamofire is done _asynchronously_. Asynchronous programming may be a source of frustration to programmers unfamiliar with the concept, but there are [very good reasons](https://developer.apple.com/library/ios/qa/qa1693/_index.html) for doing it this way.

Alamofire contains five different response handlers by default including:

```swift
// Response Handler - Unserialized Response
func response(
    queue: DispatchQueue?,
    completionHandler: @escaping (DefaultDataResponse) -> Void)
    -> Self

// Response Data Handler - Serialized into Data
func responseData(
    queue: DispatchQueue?,
    completionHandler: @escaping (DataResponse<Data>) -> Void)
    -> Self

// Response String Handler - Serialized into String
func responseString(
    queue: DispatchQueue?,
    encoding: String.Encoding?,
    completionHandler: @escaping (DataResponse<String>) -> Void)
    -> Self

// Response JSON Handler - Serialized into Any
func responseJSON(
    queue: DispatchQueue?,
    completionHandler: @escaping (DataResponse<Any>) -> Void)
    -> Self

// Response PropertyList (plist) Handler - Serialized into Any
func responsePropertyList(
    queue: DispatchQueue?,
    completionHandler: @escaping (DataResponse<Any>) -> Void))
    -> Self
```

None of the response handlers perform any validation of the `HTTPURLResponse` it gets back from the server.

> For example, response status codes in the `400..<500` and `500..<600` ranges do NOT automatically trigger an `Error`. Alamofire uses [Response Validation](#response-validation) method chaining to achieve this.

#### Response Handler

The `response` handler does NOT evaluate any of the response data. It merely forwards on all information directly from the URL session delegate. It is the Alamofire equivalent of using `cURL` to execute a `Request`.

```swift
Alamofire.request("https://httpbin.org/get").response { response in
    print("Request: \(response.request)")
    print("Response: \(response.response)")
    print("Error: \(response.error)")

    if let data = response.data, let utf8Text = String(data: data, encoding: .utf8) {
    	print("Data: \(utf8Text)")
    }
}
```

> We strongly encourage you to leverage the other response serializers taking advantage of `Response` and `Result` types.

#### Response Data Handler

The `responseData` handler uses the `responseDataSerializer` (the object that serializes the server data into some other type) to extract the `Data` returned by the server. If no errors occur and `Data` is returned, the response `Result` will be a `.success` and the `value` will be of type `Data`.

```swift
Alamofire.request("https://httpbin.org/get").responseData { response in
    debugPrint("All Response Info: \(response)")

    if let data = response.result.value, let utf8Text = String(data: data, encoding: .utf8) {
    	print("Data: \(utf8Text)")
    }
}
```

#### Response String Handler

The `responseString` handler uses the `responseStringSerializer` to convert the `Data` returned by the server into a `String` with the specified encoding. If no errors occur and the server data is successfully serialized into a `String`, the response `Result` will be a `.success` and the `value` will be of type `String`.

```swift
Alamofire.request("https://httpbin.org/get").responseString { response in
    print("Success: \(response.result.isSuccess)")
    print("Response String: \(response.result.value)")
}
```

> If no encoding is specified, Alamofire will use the text encoding specified in the `HTTPURLResponse` from the server. If the text encoding cannot be determined by the server response, it defaults to `.isoLatin1`.

#### Response JSON Handler

The `responseJSON` handler uses the `responseJSONSerializer` to convert the `Data` returned by the server into an `Any` type using the specified `JSONSerialization.ReadingOptions`. If no errors occur and the server data is successfully serialized into a JSON object, the response `Result` will be a `.success` and the `value` will be of type `Any`.

```swift
Alamofire.request("https://httpbin.org/get").responseJSON { response in
    debugPrint(response)

    if let json = response.result.value {
        print("JSON: \(json)")
    }
}
```

> All JSON serialization is handled by the `JSONSerialization` API in the `Foundation` framework.

#### Chained Response Handlers

Response handlers can even be chained:

```swift
Alamofire.request("https://httpbin.org/get")
    .responseString { response in
        print("Response String: \(response.result.value)")
    }
    .responseJSON { response in
        print("Response JSON: \(response.result.value)")
    }
```

> It is important to note that using multiple response handlers on the same `Request` requires the server data to be serialized multiple times. Once for each response handler.

#### Response Handler Queue

Response handlers by default are executed on the main dispatch queue. However, a custom dispatch queue can be provided instead.

```swift
let utilityQueue = DispatchQueue.global(qos: .utility)

Alamofire.request("https://httpbin.org/get").responseJSON(queue: utilityQueue) { response in
    print("Executing response handler on utility queue")
}
```

### Response Validation

By default, Alamofire treats any completed request to be successful, regardless of the content of the response. Calling `validate` before a response handler causes an error to be generated if the response had an unacceptable status code or MIME type.

#### Manual Validation

```swift
Alamofire.request("https://httpbin.org/get")
    .validate(statusCode: 200..<300)
    .validate(contentType: ["application/json"])
    .responseData { response in
        switch response.result {
        case .success:
            print("Validation Successful")
        case .failure(let error):
            print(error)
        }
    }
```

#### Automatic Validation

Automatically validates status code within `200..<300` range, and that the `Content-Type` header of the response matches the `Accept` header of the request, if one is provided.

```swift
Alamofire.request("https://httpbin.org/get").validate().responseJSON { response in
    switch response.result {
    case .success:
        print("Validation Successful")
    case .failure(let error):
        print(error)
    }
}
```

### Response Caching

Response Caching is handled on the system framework level by [`URLCache`](https://developer.apple.com/reference/foundation/urlcache). It provides a composite in-memory and on-disk cache and lets you manipulate the sizes of both the in-memory and on-disk portions.

> By default, Alamofire leverages the shared `URLCache`. In order to customize it, see the [Session Manager Configurations](#session-manager) section.

### HTTP Methods

The `HTTPMethod` enumeration lists the HTTP methods defined in [RFC 7231 §4.3](http://tools.ietf.org/html/rfc7231#section-4.3):

```swift
public enum HTTPMethod: String {
    case options = "OPTIONS"
    case get     = "GET"
    case head    = "HEAD"
    case post    = "POST"
    case put     = "PUT"
    case patch   = "PATCH"
    case delete  = "DELETE"
    case trace   = "TRACE"
    case connect = "CONNECT"
}
```

These values can be passed as the `method` argument to the `Alamofire.request` API:

```swift
Alamofire.request("https://httpbin.org/get") // method defaults to `.get`

Alamofire.request("https://httpbin.org/post", method: .post)
Alamofire.request("https://httpbin.org/put", method: .put)
Alamofire.request("https://httpbin.org/delete", method: .delete)
```

> The `Alamofire.request` method parameter defaults to `.get`.

### Parameter Encoding

Alamofire supports three types of parameter encoding including: `URL`, `JSON` and `PropertyList`. It can also support any custom encoding that conforms to the `ParameterEncoding` protocol.

#### URL Encoding

The `URLEncoding` type creates a url-encoded query string to be set as or appended to any existing URL query string or set as the HTTP body of the URL request. Whether the query string is set or appended to any existing URL query string or set as the HTTP body depends on the `Destination` of the encoding. The `Destination` enumeration has three cases:

- `.methodDependent` - Applies encoded query string result to existing query string for `GET`, `HEAD` and `DELETE` requests and sets as the HTTP body for requests with any other HTTP method.
- `.queryString` - Sets or appends encoded query string result to existing query string.
- `.httpBody` - Sets encoded query string result as the HTTP body of the URL request.

The `Content-Type` HTTP header field of an encoded request with HTTP body is set to `application/x-www-form-urlencoded; charset=utf-8`. Since there is no published specification for how to encode collection types, the convention of appending `[]` to the key for array values (`foo[]=1&foo[]=2`), and appending the key surrounded by square brackets for nested dictionary values (`foo[bar]=baz`).

##### GET Request With URL-Encoded Parameters

```swift
let parameters: Parameters = ["foo": "bar"]

// All three of these calls are equivalent
Alamofire.request("https://httpbin.org/get", parameters: parameters) // encoding defaults to `URLEncoding.default`
Alamofire.request("https://httpbin.org/get", parameters: parameters, encoding: URLEncoding.default)
Alamofire.request("https://httpbin.org/get", parameters: parameters, encoding: URLEncoding(destination: .methodDependent))

// https://httpbin.org/get?foo=bar
```

##### POST Request With URL-Encoded Parameters

```swift
let parameters: Parameters = [
    "foo": "bar",
    "baz": ["a", 1],
    "qux": [
        "x": 1,
        "y": 2,
        "z": 3
    ]
]

// All three of these calls are equivalent
Alamofire.request("https://httpbin.org/post", method: .post, parameters: parameters)
Alamofire.request("https://httpbin.org/post", method: .post, parameters: parameters, encoding: URLEncoding.default)
Alamofire.request("https://httpbin.org/post", method: .post, parameters: parameters, encoding: URLEncoding.httpBody)

// HTTP body: foo=bar&baz[]=a&baz[]=1&qux[x]=1&qux[y]=2&qux[z]=3
```

#### JSON Encoding

The `JSONEncoding` type creates a JSON representation of the parameters object, which is set as the HTTP body of the request. The `Content-Type` HTTP header field of an encoded request is set to `application/json`.

##### POST Request with JSON-Encoded Parameters

```swift
let parameters: Parameters = [
    "foo": [1,2,3],
    "bar": [
        "baz": "qux"
    ]
]

// Both calls are equivalent
Alamofire.request("https://httpbin.org/post", method: .post, parameters: parameters, encoding: JSONEncoding.default)
Alamofire.request("https://httpbin.org/post", method: .post, parameters: parameters, encoding: JSONEncoding(options: []))

// HTTP body: {"foo": [1, 2, 3], "bar": {"baz": "qux"}}
```

#### Property List Encoding

The `PropertyListEncoding` uses `PropertyListSerialization` to create a plist representation of the parameters object, according to the associated format and write options values, which is set as the body of the request. The `Content-Type` HTTP header field of an encoded request is set to `application/x-plist`.

#### Custom Encoding

In the event that the provided `ParameterEncoding` types do not meet your needs, you can create your own custom encoding. Here's a quick example of how you could build a custom `JSONStringArrayEncoding` type to encode a JSON string array onto a `Request`.

```swift
struct JSONStringArrayEncoding: ParameterEncoding {
	private let array: [String]

    init(array: [String]) {
        self.array = array
    }

    func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
        var urlRequest = try urlRequest.asURLRequest()

        let data = try JSONSerialization.data(withJSONObject: array, options: [])

        if urlRequest.value(forHTTPHeaderField: "Content-Type") == nil {
            urlRequest.setValue("application/json", forHTTPHeaderField: "Content-Type")
        }

        urlRequest.httpBody = data

        return urlRequest
    }
}
```

#### Manual Parameter Encoding of a URLRequest

The `ParameterEncoding` APIs can be used outside of making network requests.

```swift
let url = URL(string: "https://httpbin.org/get")!
var urlRequest = URLRequest(url: url)

let parameters: Parameters = ["foo": "bar"]
let encodedURLRequest = try URLEncoding.queryString.encode(urlRequest, with: parameters)
```

### HTTP Headers

Adding a custom HTTP header to a `Request` is supported directly in the global `request` method. This makes it easy to attach HTTP headers to a `Request` that can be constantly changing.

```swift
let headers: HTTPHeaders = [
    "Authorization": "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==",
    "Accept": "application/json"
]

Alamofire.request("https://httpbin.org/headers", headers: headers).responseJSON { response in
    debugPrint(response)
}
```

> For HTTP headers that do not change, it is recommended to set them on the `URLSessionConfiguration` so they are automatically applied to any `URLSessionTask` created by the underlying `URLSession`. For more information, see the [Session Manager Configurations](#session-manager) section.

The default Alamofire `SessionManager` provides a default set of headers for every `Request`. These include:

- `Accept-Encoding`, which defaults to `gzip;q=1.0, compress;q=0.5`, per [RFC 7230 §4.2.3](https://tools.ietf.org/html/rfc7230#section-4.2.3).
- `Accept-Language`, which defaults to up to the top 6 preferred languages on the system, formatted like `en;q=1.0`, per [RFC 7231 §5.3.5](https://tools.ietf.org/html/rfc7231#section-5.3.5).
- `User-Agent`, which contains versioning information about the current app. For example: `iOS Example/1.0 (com.alamofire.iOS-Example; build:1; iOS 10.0.0) Alamofire/4.0.0`, per [RFC 7231 §5.5.3](https://tools.ietf.org/html/rfc7231#section-5.5.3).

If you need to customize these headers, a custom `URLSessionConfiguration` should be created, the `defaultHTTPHeaders` property updated and the configuration applied to a new `SessionManager` instance.

### Authentication

Authentication is handled on the system framework level by [`URLCredential`](https://developer.apple.com/reference/foundation/nsurlcredential) and [`URLAuthenticationChallenge`](https://developer.apple.com/reference/foundation/urlauthenticationchallenge).

**Supported Authentication Schemes**

- [HTTP Basic](http://en.wikipedia.org/wiki/Basic_access_authentication)
- [HTTP Digest](http://en.wikipedia.org/wiki/Digest_access_authentication)
- [Kerberos](http://en.wikipedia.org/wiki/Kerberos_%28protocol%29)
- [NTLM](http://en.wikipedia.org/wiki/NT_LAN_Manager)

#### HTTP Basic Authentication

The `authenticate` method on a `Request` will automatically provide a `URLCredential` to a `URLAuthenticationChallenge` when appropriate:

```swift
let user = "user"
let password = "password"

Alamofire.request("https://httpbin.org/basic-auth/\(user)/\(password)")
    .authenticate(user: user, password: password)
    .responseJSON { response in
        debugPrint(response)
    }
```

Depending upon your server implementation, an `Authorization` header may also be appropriate:

```swift
let user = "user"
let password = "password"

var headers: HTTPHeaders = [:]

if let authorizationHeader = Request.authorizationHeader(user: user, password: password) {
    headers[authorizationHeader.key] = authorizationHeader.value
}

Alamofire.request("https://httpbin.org/basic-auth/user/password", headers: headers)
    .responseJSON { response in
        debugPrint(response)
    }
```

#### Authentication with URLCredential

```swift
let user = "user"
let password = "password"

let credential = URLCredential(user: user, password: password, persistence: .forSession)

Alamofire.request("https://httpbin.org/basic-auth/\(user)/\(password)")
    .authenticate(usingCredential: credential)
    .responseJSON { response in
        debugPrint(response)
    }
```

> It is important to note that when using a `URLCredential` for authentication, the underlying `URLSession` will actually end up making two requests if a challenge is issued by the server. The first request will not include the credential which "may" trigger a challenge from the server. The challenge is then received by Alamofire, the credential is appended and the request is retried by the underlying `URLSession`.

### Downloading Data to a File

Requests made in Alamofire that fetch data from a server can download the data in-memory or on-disk. The `Alamofire.request` APIs used in all the examples so far always downloads the server data in-memory. This is great for smaller payloads because it's more efficient, but really bad for larger payloads because the download could run your entire application out-of-memory. Because of this, you can also use the `Alamofire.download` APIs to download the server data to a temporary file on-disk.

> This will only work on `macOS` as is. Other platforms don't allow access to the filesystem outside of your app's sandbox. To download files on other platforms, see the [Download File Destination](#download-file-destination) section.

```swift
Alamofire.download("https://httpbin.org/image/png").responseData { response in
    if let data = response.result.value {
        let image = UIImage(data: data)
    }
}
```

> The `Alamofire.download` APIs should also be used if you need to download data while your app is in the background. For more information, please see the [Session Manager Configurations](#session-manager) section.

#### Download File Destination

You can also provide a `DownloadFileDestination` closure to move the file from the temporary directory to a final destination. Before the temporary file is actually moved to the `destinationURL`, the `DownloadOptions` specified in the closure will be executed. The two currently supported `DownloadOptions` are:

- `.createIntermediateDirectories` - Creates intermediate directories for the destination URL if specified.
- `.removePreviousFile` - Removes a previous file from the destination URL if specified.

```swift
let destination: DownloadRequest.DownloadFileDestination = { _, _ in
    let documentsURL = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0]
    let fileURL = documentsURL.appendingPathComponent("pig.png")

    return (fileURL, [.removePreviousFile, .createIntermediateDirectories])
}

Alamofire.download(urlString, to: destination).response { response in
    print(response)

    if response.error == nil, let imagePath = response.destinationURL?.path {
        let image = UIImage(contentsOfFile: imagePath)
    }
}
```

You can also use the suggested download destination API.

```swift
let destination = DownloadRequest.suggestedDownloadDestination(for: .documentDirectory)
Alamofire.download("https://httpbin.org/image/png", to: destination)
```

#### Download Progress

Many times it can be helpful to report download progress to the user. Any `DownloadRequest` can report download progress using the `downloadProgress` API.

```swift
Alamofire.download("https://httpbin.org/image/png")
    .downloadProgress { progress in
        print("Download Progress: \(progress.fractionCompleted)")
    }
    .responseData { response in
        if let data = response.result.value {
            let image = UIImage(data: data)
        }
    }
```

The `downloadProgress` API also takes a `queue` parameter which defines which `DispatchQueue` the download progress closure should be called on.

```swift
let utilityQueue = DispatchQueue.global(qos: .utility)

Alamofire.download("https://httpbin.org/image/png")
    .downloadProgress(queue: utilityQueue) { progress in
        print("Download Progress: \(progress.fractionCompleted)")
    }
    .responseData { response in
        if let data = response.result.value {
            let image = UIImage(data: data)
        }
    }
```

#### Resuming a Download

If a `DownloadRequest` is cancelled or interrupted, the underlying URL session may generate resume data for the active `DownloadRequest`. If this happens, the resume data can be re-used to restart the `DownloadRequest` where it left off. The resume data can be accessed through the download response, then reused when trying to restart the request.

> **IMPORTANT:** On the latest release of all the Apple platforms (iOS 10, macOS 10.12, tvOS 10, watchOS 3), `resumeData` is broken on background URL session configurations. There's an underlying bug in the `resumeData` generation logic where the data is written incorrectly and will always fail to resume the download. For more information about the bug and possible workarounds, please see this Stack Overflow [post](http://stackoverflow.com/a/39347461/1342462).

```swift
class ImageRequestor {
    private var resumeData: Data?
    private var image: UIImage?

    func fetchImage(completion: (UIImage?) -> Void) {
        guard image == nil else { completion(image) ; return }

        let destination: DownloadRequest.DownloadFileDestination = { _, _ in
            let documentsURL = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0]
            let fileURL = documentsURL.appendingPathComponent("pig.png")

            return (fileURL, [.removePreviousFile, .createIntermediateDirectories])
        }

        let request: DownloadRequest

        if let resumeData = resumeData {
            request = Alamofire.download(resumingWith: resumeData)
        } else {
            request = Alamofire.download("https://httpbin.org/image/png")
        }

        request.responseData { response in
            switch response.result {
            case .success(let data):
                self.image = UIImage(data: data)
            case .failure:
                self.resumeData = response.resumeData
            }
        }
    }
}
```

### Uploading Data to a Server

When sending relatively small amounts of data to a server using JSON or URL encoded parameters, the `Alamofire.request` APIs are usually sufficient. If you need to send much larger amounts of data from a file URL or an `InputStream`, then the `Alamofire.upload` APIs are what you want to use.

> The `Alamofire.upload` APIs should also be used if you need to upload data while your app is in the background. For more information, please see the [Session Manager Configurations](#session-manager) section.

#### Uploading Data

```swift
let imageData = UIImagePNGRepresentation(image)!

Alamofire.upload(imageData, to: "https://httpbin.org/post").responseJSON { response in
    debugPrint(response)
}
```

#### Uploading a File

```swift
let fileURL = Bundle.main.url(forResource: "video", withExtension: "mov")

Alamofire.upload(fileURL, to: "https://httpbin.org/post").responseJSON { response in
    debugPrint(response)
}
```

#### Uploading Multipart Form Data

```swift
Alamofire.upload(
    multipartFormData: { multipartFormData in
        multipartFormData.append(unicornImageURL, withName: "unicorn")
        multipartFormData.append(rainbowImageURL, withName: "rainbow")
    },
    to: "https://httpbin.org/post",
    encodingCompletion: { encodingResult in
    	switch encodingResult {
    	case .success(let upload, _, _):
            upload.responseJSON { response in
                debugPrint(response)
            }
    	case .failure(let encodingError):
    	    print(encodingError)
    	}
    }
)
```

#### Upload Progress

While your user is waiting for their upload to complete, sometimes it can be handy to show the progress of the upload to the user. Any `UploadRequest` can report both upload progress and download progress of the response data using the `uploadProgress` and `downloadProgress` APIs.

```swift
let fileURL = Bundle.main.url(forResource: "video", withExtension: "mov")

Alamofire.upload(fileURL, to: "https://httpbin.org/post")
    .uploadProgress { progress in // main queue by default
        print("Upload Progress: \(progress.fractionCompleted)")
    }
    .downloadProgress { progress in // main queue by default
        print("Download Progress: \(progress.fractionCompleted)")
    }
    .responseJSON { response in
        debugPrint(response)
    }
```

### Statistical Metrics

#### Timeline

Alamofire collects timings throughout the lifecycle of a `Request` and creates a `Timeline` object exposed as a property on all response types.

```swift
Alamofire.request("https://httpbin.org/get").responseJSON { response in
    print(response.timeline)
}
```

The above reports the following `Timeline` info:

- `Latency`: 0.428 seconds
- `Request Duration`: 0.428 seconds
- `Serialization Duration`: 0.001 seconds
- `Total Duration`: 0.429 seconds

#### URL Session Task Metrics

In iOS and tvOS 10 and macOS 10.12, Apple introduced the new [URLSessionTaskMetrics](https://developer.apple.com/reference/foundation/urlsessiontaskmetrics) APIs. The task metrics encapsulate some fantastic statistical information about the request and response execution. The API is very similar to the `Timeline`, but provides many more statistics that Alamofire doesn't have access to compute. The metrics can be accessed through any response type.

```swift
Alamofire.request("https://httpbin.org/get").responseJSON { response in
    print(response.metrics)
}
```

It's important to note that these APIs are only available on iOS and tvOS 10 and macOS 10.12. Therefore, depending on your deployment target, you may need to use these inside availability checks:

```swift
Alamofire.request("https://httpbin.org/get").responseJSON { response in
    if #available(iOS 10.0, *) {
        print(response.metrics)
    }
}
```

### cURL Command Output

Debugging platform issues can be frustrating. Thankfully, Alamofire `Request` objects conform to both the `CustomStringConvertible` and `CustomDebugStringConvertible` protocols to provide some VERY helpful debugging tools.

#### CustomStringConvertible

```swift
let request = Alamofire.request("https://httpbin.org/ip")

print(request)
// GET https://httpbin.org/ip (200)
```

#### CustomDebugStringConvertible

```swift
let request = Alamofire.request("https://httpbin.org/get", parameters: ["foo": "bar"])
debugPrint(request)
```

Outputs:

```bash
$ curl -i \
    -H "User-Agent: Alamofire/4.0.0" \
    -H "Accept-Encoding: gzip;q=1.0, compress;q=0.5" \
    -H "Accept-Language: en;q=1.0,fr;q=0.9,de;q=0.8,zh-Hans;q=0.7,zh-Hant;q=0.6,ja;q=0.5" \
    "https://httpbin.org/get?foo=bar"
```

---

## Advanced Usage

Alamofire is built on `URLSession` and the Foundation URL Loading System. To make the most of this framework, it is recommended that you be familiar with the concepts and capabilities of the underlying networking stack.

**Recommended Reading**

- [URL Loading System Programming Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/URLLoadingSystem/URLLoadingSystem.html)
- [URLSession Class Reference](https://developer.apple.com/reference/foundation/nsurlsession)
- [URLCache Class Reference](https://developer.apple.com/reference/foundation/urlcache)
- [URLAuthenticationChallenge Class Reference](https://developer.apple.com/reference/foundation/urlauthenticationchallenge)

### Session Manager

Top-level convenience methods like `Alamofire.request` use a default instance of `Alamofire.SessionManager`, which is configured with the default `URLSessionConfiguration`.

As such, the following two statements are equivalent:

```swift
Alamofire.request("https://httpbin.org/get")
```

```swift
let sessionManager = Alamofire.SessionManager.default
sessionManager.request("https://httpbin.org/get")
```

Applications can create session managers for background and ephemeral sessions, as well as new managers that customize the default session configuration, such as for default headers (`httpAdditionalHeaders`) or timeout interval (`timeoutIntervalForRequest`).

#### Creating a Session Manager with Default Configuration

```swift
let configuration = URLSessionConfiguration.default
let sessionManager = Alamofire.SessionManager(configuration: configuration)
```

#### Creating a Session Manager with Background Configuration

```swift
let configuration = URLSessionConfiguration.background(withIdentifier: "com.example.app.background")
let sessionManager = Alamofire.SessionManager(configuration: configuration)
```

#### Creating a Session Manager with Ephemeral Configuration

```swift
let configuration = URLSessionConfiguration.ephemeral
let sessionManager = Alamofire.SessionManager(configuration: configuration)
```

#### Modifying the Session Configuration

```swift
var defaultHeaders = Alamofire.SessionManager.defaultHTTPHeaders
defaultHeaders["DNT"] = "1 (Do Not Track Enabled)"

let configuration = URLSessionConfiguration.default
configuration.httpAdditionalHeaders = defaultHeaders

let sessionManager = Alamofire.SessionManager(configuration: configuration)
```

> This is **not** recommended for `Authorization` or `Content-Type` headers. Instead, use the `headers` parameter in the top-level `Alamofire.request` APIs, `URLRequestConvertible` and `ParameterEncoding`, respectively.

### Session Delegate

By default, an Alamofire `SessionManager` instance creates a `SessionDelegate` object to handle all the various types of delegate callbacks that are generated by the underlying `URLSession`. The implementations of each delegate method handle the most common use cases for these types of calls abstracting the complexity away from the top-level APIs. However, advanced users may find the need to override the default functionality for various reasons.

#### Override Closures

The first way to customize the `SessionDelegate` behavior is through the use of the override closures. Each closure gives you the ability to override the implementation of the matching `SessionDelegate` API, yet still use the default implementation for all other APIs. This makes it easy to customize subsets of the delegate functionality. Here are a few examples of some of the override closures available:

```swift
/// Overrides default behavior for URLSessionDelegate method `urlSession(_:didReceive:completionHandler:)`.
open var sessionDidReceiveChallenge: ((URLSession, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))?

/// Overrides default behavior for URLSessionDelegate method `urlSessionDidFinishEvents(forBackgroundURLSession:)`.
open var sessionDidFinishEventsForBackgroundURLSession: ((URLSession) -> Void)?

/// Overrides default behavior for URLSessionTaskDelegate method `urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)`.
open var taskWillPerformHTTPRedirection: ((URLSession, URLSessionTask, HTTPURLResponse, URLRequest) -> URLRequest?)?

/// Overrides default behavior for URLSessionDataDelegate method `urlSession(_:dataTask:willCacheResponse:completionHandler:)`.
open var dataTaskWillCacheResponse: ((URLSession, URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)?
```

The following is a short example of how to use the `taskWillPerformHTTPRedirection` to avoid following redirects to any `apple.com` domains.

```swift
let sessionManager = Alamofire.SessionManager(configuration: URLSessionConfiguration.default)
let delegate: Alamofire.SessionDelegate = sessionManager.delegate

delegate.taskWillPerformHTTPRedirection = { session, task, response, request in
    var finalRequest = request

    if
        let originalRequest = task.originalRequest,
        let urlString = originalRequest.url?.urlString,
        urlString.contains("apple.com")
    {
        finalRequest = originalRequest
    }

    return finalRequest
}
```

#### Subclassing

Another way to override the default implementation of the `SessionDelegate` is to subclass it. Subclassing allows you completely customize the behavior of the API or to create a proxy for the API and still use the default implementation. Creating a proxy allows you to log events, emit notifications, provide pre and post hook implementations, etc. Here's a quick example of subclassing the `SessionDelegate` and logging a message when a redirect occurs.

```swift
class LoggingSessionDelegate: SessionDelegate {
    override func urlSession(
        _ session: URLSession,
        task: URLSessionTask,
        willPerformHTTPRedirection response: HTTPURLResponse,
        newRequest request: URLRequest,
        completionHandler: @escaping (URLRequest?) -> Void)
    {
        print("URLSession will perform HTTP redirection to request: \(request)")

        super.urlSession(
            session,
            task: task,
            willPerformHTTPRedirection: response,
            newRequest: request,
            completionHandler: completionHandler
        )
    }
}
```

Generally speaking, either the default implementation or the override closures should provide the necessary functionality required. Subclassing should only be used as a last resort.

> It is important to keep in mind that the `subdelegates` are initialized and destroyed in the default implementation. Be careful when subclassing to not introduce memory leaks.

### Request

The result of a `request`, `download`, `upload` or `stream` methods are a `DataRequest`, `DownloadRequest`, `UploadRequest` and `StreamRequest` which all inherit from `Request`. All `Request` instances are always created by an owning session manager, and never initialized directly.

Each subclass has specialized methods such as `authenticate`, `validate`, `responseJSON` and `uploadProgress` that each return the caller instance in order to facilitate method chaining.

Requests can be suspended, resumed and cancelled:

- `suspend()`: Suspends the underlying task and dispatch queue.
- `resume()`: Resumes the underlying task and dispatch queue. If the owning manager does not have `startRequestsImmediately` set to `true`, the request must call `resume()` in order to start.
- `cancel()`: Cancels the underlying task, producing an error that is passed to any registered response handlers.

### Routing Requests

As apps grow in size, it's important to adopt common patterns as you build out your network stack. An important part of that design is how to route your requests. The Alamofire `URLConvertible` and `URLRequestConvertible` protocols along with the `Router` design pattern are here to help.

#### URLConvertible

Types adopting the `URLConvertible` protocol can be used to construct URLs, which are then used to construct URL requests internally. `String`, `URL`, and `URLComponents` conform to `URLConvertible` by default, allowing any of them to be passed as `url` parameters to the `request`, `upload`, and `download` methods:

```swift
let urlString = "https://httpbin.org/post"
Alamofire.request(urlString, method: .post)

let url = URL(string: urlString)!
Alamofire.request(url, method: .post)

let urlComponents = URLComponents(url: url, resolvingAgainstBaseURL: true)!
Alamofire.request(urlComponents, method: .post)
```

Applications interacting with web applications in a significant manner are encouraged to have custom types conform to `URLConvertible` as a convenient way to map domain-specific models to server resources.

##### Type-Safe Routing

```swift
extension User: URLConvertible {
    static let baseURLString = "https://example.com"

    func asURL() throws -> URL {
    	let urlString = User.baseURLString + "/users/\(username)/"
        return try urlString.asURL()
    }
}
```

```swift
let user = User(username: "mattt")
Alamofire.request(user) // https://example.com/users/mattt
```

#### URLRequestConvertible

Types adopting the `URLRequestConvertible` protocol can be used to construct URL requests. `URLRequest` conforms to `URLRequestConvertible` by default, allowing it to be passed into `request`, `upload`, and `download` methods directly (this is the recommended way to specify custom HTTP body for individual requests):

```swift
let url = URL(string: "https://httpbin.org/post")!
var urlRequest = URLRequest(url: url)
urlRequest.httpMethod = "POST"

let parameters = ["foo": "bar"]

do {
    urlRequest.httpBody = try JSONSerialization.data(withJSONObject: parameters, options: [])
} catch {
    // No-op
}

urlRequest.setValue("application/json", forHTTPHeaderField: "Content-Type")

Alamofire.request(urlRequest)
```

Applications interacting with web applications in a significant manner are encouraged to have custom types conform to `URLRequestConvertible` as a way to ensure consistency of requested endpoints. Such an approach can be used to abstract away server-side inconsistencies and provide type-safe routing, as well as manage authentication credentials and other state.

##### API Parameter Abstraction

```swift
enum Router: URLRequestConvertible {
    case search(query: String, page: Int)

    static let baseURLString = "https://example.com"
    static let perPage = 50

    // MARK: URLRequestConvertible

    func asURLRequest() throws -> URLRequest {
        let result: (path: String, parameters: Parameters) = {
            switch self {
            case let .search(query, page) where page > 0:
                return ("/search", ["q": query, "offset": Router.perPage * page])
            case let .search(query, _):
                return ("/search", ["q": query])
            }
        }()

        let url = try Router.baseURLString.asURL()
        let urlRequest = URLRequest(url: url.appendingPathComponent(result.path))

        return try URLEncoding.default.encode(urlRequest, with: result.parameters)
    }
}
```

```swift
Alamofire.request(Router.search(query: "foo bar", page: 1)) // https://example.com/search?q=foo%20bar&offset=50
```

##### CRUD & Authorization

```swift
import Alamofire

enum Router: URLRequestConvertible {
    case createUser(parameters: Parameters)
    case readUser(username: String)
    case updateUser(username: String, parameters: Parameters)
    case destroyUser(username: String)

    static let baseURLString = "https://example.com"

    var method: HTTPMethod {
        switch self {
        case .createUser:
            return .post
        case .readUser:
            return .get
        case .updateUser:
            return .put
        case .destroyUser:
            return .delete
        }
    }

    var path: String {
        switch self {
        case .createUser:
            return "/users"
        case .readUser(let username):
            return "/users/\(username)"
        case .updateUser(let username, _):
            return "/users/\(username)"
        case .destroyUser(let username):
            return "/users/\(username)"
        }
    }

    // MARK: URLRequestConvertible

    func asURLRequest() throws -> URLRequest {
    	let url = try Router.baseURLString.asURL()

        var urlRequest = URLRequest(url: url.appendingPathComponent(path))
        urlRequest.httpMethod = method.rawValue

        switch self {
        case .createUser(let parameters):
            urlRequest = try URLEncoding.default.encode(urlRequest, with: parameters)
        case .updateUser(_, let parameters):
            urlRequest = try URLEncoding.default.encode(urlRequest, with: parameters)
        default:
            break
        }

        return urlRequest
    }
}
```

```swift
Alamofire.request(Router.readUser("mattt")) // GET https://example.com/users/mattt
```

### Adapting and Retrying Requests

Most web services these days are behind some sort of authentication system. One of the more common ones today is OAuth. This generally involves generating an access token authorizing your application or user to call the various supported web services. While creating these initial access tokens can be laborsome, it can be even more complicated when your access token expires and you need to fetch a new one. There are many thread-safety issues that need to be considered.

The `RequestAdapter` and `RequestRetrier` protocols were created to make it much easier to create a thread-safe authentication system for a specific set of web services.

#### RequestAdapter

The `RequestAdapter` protocol allows each `Request` made on a `SessionManager` to be inspected and adapted before being created. One very specific way to use an adapter is to append an `Authorization` header to requests behind a certain type of authentication.

```swift
class AccessTokenAdapter: RequestAdapter {
    private let accessToken: String

    init(accessToken: String) {
        self.accessToken = accessToken
    }

    func adapt(_ urlRequest: URLRequest) throws -> URLRequest {
        var urlRequest = urlRequest

        if let urlString = urlRequest.url?.absoluteString, urlString.hasPrefix("https://httpbin.org") {
            urlRequest.setValue("Bearer " + accessToken, forHTTPHeaderField: "Authorization")
        }

        return urlRequest
	}
}
```

```swift
let sessionManager = SessionManager()
sessionManager.adapter = AccessTokenAdapter(accessToken: "1234")

sessionManager.request("https://httpbin.org/get")
```

#### RequestRetrier

The `RequestRetrier` protocol allows a `Request` that encountered an `Error` while being executed to be retried. When using both the `RequestAdapter` and `RequestRetrier` protocols together, you can create credential refresh systems for OAuth1, OAuth2, Basic Auth and even exponential backoff retry policies. The possibilities are endless. Here's an example of how you could implement a refresh flow for OAuth2 access tokens.

> **DISCLAIMER:** This is **NOT** a global `OAuth2` solution. It is merely an example demonstrating how one could use the `RequestAdapter` in conjunction with the `RequestRetrier` to create a thread-safe refresh system.

> To reiterate, **do NOT copy** this sample code and drop it into a production application. This is merely an example. Each authentication system must be tailored to a particular platform and authentication type.

```swift
class OAuth2Handler: RequestAdapter, RequestRetrier {
    private typealias RefreshCompletion = (_ succeeded: Bool, _ accessToken: String?, _ refreshToken: String?) -> Void

    private let sessionManager: SessionManager = {
        let configuration = URLSessionConfiguration.default
        configuration.httpAdditionalHeaders = SessionManager.defaultHTTPHeaders

        return SessionManager(configuration: configuration)
    }()

    private let lock = NSLock()

    private var clientID: String
    private var baseURLString: String
    private var accessToken: String
    private var refreshToken: String

    private var isRefreshing = false
    private var requestsToRetry: [RequestRetryCompletion] = []

    // MARK: - Initialization

    public init(clientID: String, baseURLString: String, accessToken: String, refreshToken: String) {
        self.clientID = clientID
        self.baseURLString = baseURLString
        self.accessToken = accessToken
        self.refreshToken = refreshToken
    }

    // MARK: - RequestAdapter

    func adapt(_ urlRequest: URLRequest) throws -> URLRequest {
        if let urlString = urlRequest.url?.absoluteString, urlString.hasPrefix(baseURLString) {
            var urlRequest = urlRequest
            urlRequest.setValue("Bearer " + accessToken, forHTTPHeaderField: "Authorization")
            return urlRequest
        }

        return urlRequest
    }

    // MARK: - RequestRetrier

    func should(_ manager: SessionManager, retry request: Request, with error: Error, completion: @escaping RequestRetryCompletion) {
        lock.lock() ; defer { lock.unlock() }

        if let response = request.task?.response as? HTTPURLResponse, response.statusCode == 401 {
            requestsToRetry.append(completion)

            if !isRefreshing {
                refreshTokens { [weak self] succeeded, accessToken, refreshToken in
                    guard let strongSelf = self else { return }

                    strongSelf.lock.lock() ; defer { strongSelf.lock.unlock() }

                    if let accessToken = accessToken, let refreshToken = refreshToken {
                        strongSelf.accessToken = accessToken
                        strongSelf.refreshToken = refreshToken
                    }

                    strongSelf.requestsToRetry.forEach { $0(succeeded, 0.0) }
                    strongSelf.requestsToRetry.removeAll()
                }
            }
        } else {
            completion(false, 0.0)
        }
    }

    // MARK: - Private - Refresh Tokens

    private func refreshTokens(completion: @escaping RefreshCompletion) {
        guard !isRefreshing else { return }

        isRefreshing = true

        let urlString = "\(baseURLString)/oauth2/token"

        let parameters: [String: Any] = [
            "access_token": accessToken,
            "refresh_token": refreshToken,
            "client_id": clientID,
            "grant_type": "refresh_token"
        ]

        sessionManager.request(urlString, method: .post, parameters: parameters, encoding: JSONEncoding.default)
            .responseJSON { [weak self] response in
                guard let strongSelf = self else { return }

                if 
                    let json = response.result.value as? [String: Any], 
                    let accessToken = json["access_token"] as? String, 
                    let refreshToken = json["refresh_token"] as? String 
                {
                    completion(true, accessToken, refreshToken)
                } else {
                    completion(false, nil, nil)
                }

                strongSelf.isRefreshing = false
            }
    }
}
```

```swift
let baseURLString = "https://some.domain-behind-oauth2.com"

let oauthHandler = OAuth2Handler(
    clientID: "12345678",
    baseURLString: baseURLString,
    accessToken: "abcd1234",
    refreshToken: "ef56789a"
)

let sessionManager = SessionManager()
sessionManager.adapter = oauthHandler
sessionManager.retrier = oauthHandler

let urlString = "\(baseURLString)/some/endpoint"

sessionManager.request(urlString).validate().responseJSON { response in
    debugPrint(response)
}
```

Once the `OAuth2Handler` is applied as both the `adapter` and `retrier` for the `SessionManager`, it will handle an invalid access token error by automatically refreshing the access token and retrying all failed requests in the same order they failed.

> If you needed them to execute in the same order they were created, you could sort them by their task identifiers.

The example above only checks for a `401` response code which is not nearly robust enough, but does demonstrate how one could check for an invalid access token error. In a production application, one would want to check the `realm` and most likely the `www-authenticate` header response although it depends on the OAuth2 implementation.

Another important note is that this authentication system could be shared between multiple session managers. For example, you may need to use both a `default` and `ephemeral` session configuration for the same set of web services. The example above allows the same `oauthHandler` instance to be shared across multiple session managers to manage the single refresh flow.

### Custom Response Serialization

Alamofire provides built-in response serialization for data, strings, JSON, and property lists:

```swift
Alamofire.request(...).responseData { (resp: DataResponse<Data>) in ... }
Alamofire.request(...).responseString { (resp: DataResponse<String>) in ... }
Alamofire.request(...).responseJSON { (resp: DataResponse<Any>) in ... }
Alamofire.request(...).responsePropertyList { resp: DataResponse<Any>) in ... }
```

Those responses wrap deserialized *values* (Data, String, Any) or *errors* (network, validation errors), as well as *meta-data* (URL request, HTTP headers, status code, [metrics](#statistical-metrics), ...).

You have several ways to customize all of those response elements:

- [Response Mapping](#response-mapping)
- [Handling Errors](#handling-errors)
- [Creating a Custom Response Serializer](#creating-a-custom-response-serializer)
- [Generic Response Object Serialization](#generic-response-object-serialization)

#### Response Mapping

Response mapping is the simplest way to produce customized responses. It transforms the value of a response, while preserving eventual errors and meta-data. For example, you can turn a json response `DataResponse<Any>` into a response that holds an application model, such as `DataResponse<User>`. You perform response mapping with the `DataResponse.map` method:

```swift
Alamofire.request("https://example.com/users/mattt").responseJSON { (response: DataResponse<Any>) in
    let userResponse = response.map { json in
        // We assume an existing User(json: Any) initializer
        return User(json: json)
    }

    // Process userResponse, of type DataResponse<User>:
    if let user = userResponse.value {
        print("User: { username: \(user.username), name: \(user.name) }")
    }
}
```

When the transformation may throw an error, use `flatMap` instead:

```swift
Alamofire.request("https://example.com/users/mattt").responseJSON { response in
    let userResponse = response.flatMap { json in
        try User(json: json)
    }
}
```

Response mapping is a good fit for your custom completion handlers:

```swift
@discardableResult
func loadUser(completionHandler: @escaping (DataResponse<User>) -> Void) -> Alamofire.DataRequest {
    return Alamofire.request("https://example.com/users/mattt").responseJSON { response in
        let userResponse = response.flatMap { json in
            try User(json: json)
        }

        completionHandler(userResponse)
    }
}

loadUser { response in
    if let user = response.value {
        print("User: { username: \(user.username), name: \(user.name) }")
    }
}
```

When the map/flatMap closure may process a big amount of data, make sure you execute it outside of the main thread:

```swift
@discardableResult
func loadUser(completionHandler: @escaping (DataResponse<User>) -> Void) -> Alamofire.DataRequest {
    let utilityQueue = DispatchQueue.global(qos: .utility)

    return Alamofire.request("https://example.com/users/mattt").responseJSON(queue: utilityQueue) { response in
        let userResponse = response.flatMap { json in
            try User(json: json)
        }

        DispatchQueue.main.async {
            completionHandler(userResponse)
        }
    }
}
```

`map` and `flatMap` are also available for [download responses](#downloading-data-to-a-file).

#### Handling Errors

Before implementing custom response serializers or object serialization methods, it's important to consider how to handle any errors that may occur. There are two basic options: passing existing errors along unmodified, to be dealt with at response time; or, wrapping all errors in an `Error` type specific to your app.

For example, here's a simple `BackendError` enum which will be used in later examples:

```swift
enum BackendError: Error {
    case network(error: Error) // Capture any underlying Error from the URLSession API
    case dataSerialization(error: Error)
    case jsonSerialization(error: Error)
    case xmlSerialization(error: Error)
    case objectSerialization(reason: String)
}
```

#### Creating a Custom Response Serializer

Alamofire provides built-in response serialization for strings, JSON, and property lists, but others can be added in extensions on `Alamofire.DataRequest` and / or `Alamofire.DownloadRequest`.

For example, here's how a response handler using [Ono](https://github.com/mattt/Ono) might be implemented:

```swift
extension DataRequest {
    static func xmlResponseSerializer() -> DataResponseSerializer<ONOXMLDocument> {
        return DataResponseSerializer { request, response, data, error in
            // Pass through any underlying URLSession error to the .network case.
            guard error == nil else { return .failure(BackendError.network(error: error!)) }

            // Use Alamofire's existing data serializer to extract the data, passing the error as nil, as it has
            // already been handled.
            let result = Request.serializeResponseData(response: response, data: data, error: nil)

            guard case let .success(validData) = result else {
                return .failure(BackendError.dataSerialization(error: result.error! as! AFError))
            }

            do {
                let xml = try ONOXMLDocument(data: validData)
                return .success(xml)
            } catch {
                return .failure(BackendError.xmlSerialization(error: error))
            }
        }
    }

    @discardableResult
    func responseXMLDocument(
        queue: DispatchQueue? = nil,
        completionHandler: @escaping (DataResponse<ONOXMLDocument>) -> Void)
        -> Self
    {
        return response(
            queue: queue,
            responseSerializer: DataRequest.xmlResponseSerializer(),
            completionHandler: completionHandler
        )
    }
}
```

#### Generic Response Object Serialization

Generics can be used to provide automatic, type-safe response object serialization.

```swift
protocol ResponseObjectSerializable {
    init?(response: HTTPURLResponse, representation: Any)
}

extension DataRequest {
    func responseObject<T: ResponseObjectSerializable>(
        queue: DispatchQueue? = nil,
        completionHandler: @escaping (DataResponse<T>) -> Void)
        -> Self
    {
        let responseSerializer = DataResponseSerializer<T> { request, response, data, error in
            guard error == nil else { return .failure(BackendError.network(error: error!)) }

            let jsonResponseSerializer = DataRequest.jsonResponseSerializer(options: .allowFragments)
            let result = jsonResponseSerializer.serializeResponse(request, response, data, nil)

            guard case let .success(jsonObject) = result else {
                return .failure(BackendError.jsonSerialization(error: result.error!))
            }

            guard let response = response, let responseObject = T(response: response, representation: jsonObject) else {
                return .failure(BackendError.objectSerialization(reason: "JSON could not be serialized: \(jsonObject)"))
            }

            return .success(responseObject)
        }

        return response(queue: queue, responseSerializer: responseSerializer, completionHandler: completionHandler)
    }
}
```

```swift
struct User: ResponseObjectSerializable, CustomStringConvertible {
    let username: String
    let name: String

    var description: String {
        return "User: { username: \(username), name: \(name) }"
    }

    init?(response: HTTPURLResponse, representation: Any) {
        guard
            let username = response.url?.lastPathComponent,
            let representation = representation as? [String: Any],
            let name = representation["name"] as? String
        else { return nil }

        self.username = username
        self.name = name
    }
}
```

```swift
Alamofire.request("https://example.com/users/mattt").responseObject { (response: DataResponse<User>) in
    debugPrint(response)

    if let user = response.result.value {
        print("User: { username: \(user.username), name: \(user.name) }")
    }
}
```

The same approach can also be used to handle endpoints that return a representation of a collection of objects:

```swift
protocol ResponseCollectionSerializable {
    static func collection(from response: HTTPURLResponse, withRepresentation representation: Any) -> [Self]
}

extension ResponseCollectionSerializable where Self: ResponseObjectSerializable {
    static func collection(from response: HTTPURLResponse, withRepresentation representation: Any) -> [Self] {
        var collection: [Self] = []

        if let representation = representation as? [[String: Any]] {
            for itemRepresentation in representation {
                if let item = Self(response: response, representation: itemRepresentation) {
                    collection.append(item)
                }
            }
        }

        return collection
    }
}
```

```swift
extension DataRequest {
    @discardableResult
    func responseCollection<T: ResponseCollectionSerializable>(
        queue: DispatchQueue? = nil,
        completionHandler: @escaping (DataResponse<[T]>) -> Void) -> Self
    {
        let responseSerializer = DataResponseSerializer<[T]> { request, response, data, error in
            guard error == nil else { return .failure(BackendError.network(error: error!)) }

            let jsonSerializer = DataRequest.jsonResponseSerializer(options: .allowFragments)
            let result = jsonSerializer.serializeResponse(request, response, data, nil)

            guard case let .success(jsonObject) = result else {
                return .failure(BackendError.jsonSerialization(error: result.error!))
            }

            guard let response = response else {
                let reason = "Response collection could not be serialized due to nil response."
                return .failure(BackendError.objectSerialization(reason: reason))
            }

            return .success(T.collection(from: response, withRepresentation: jsonObject))
        }

        return response(responseSerializer: responseSerializer, completionHandler: completionHandler)
    }
}
```

```swift
struct User: ResponseObjectSerializable, ResponseCollectionSerializable, CustomStringConvertible {
    let username: String
    let name: String

    var description: String {
        return "User: { username: \(username), name: \(name) }"
    }

    init?(response: HTTPURLResponse, representation: Any) {
        guard
            let username = response.url?.lastPathComponent,
            let representation = representation as? [String: Any],
            let name = representation["name"] as? String
        else { return nil }

        self.username = username
        self.name = name
    }
}
```

```swift
Alamofire.request("https://example.com/users").responseCollection { (response: DataResponse<[User]>) in
    debugPrint(response)

    if let users = response.result.value {
        users.forEach { print("- \($0)") }
    }
}
```

### Security

Using a secure HTTPS connection when communicating with servers and web services is an important step in securing sensitive data. By default, Alamofire will evaluate the certificate chain provided by the server using Apple's built in validation provided by the Security framework. While this guarantees the certificate chain is valid, it does not prevent man-in-the-middle (MITM) attacks or other potential vulnerabilities. In order to mitigate MITM attacks, applications dealing with sensitive customer data or financial information should use certificate or public key pinning provided by the `ServerTrustPolicy`.

#### ServerTrustPolicy

The `ServerTrustPolicy` enumeration evaluates the server trust generally provided by an `URLAuthenticationChallenge` when connecting to a server over a secure HTTPS connection.

```swift
let serverTrustPolicy = ServerTrustPolicy.pinCertificates(
    certificates: ServerTrustPolicy.certificates(),
    validateCertificateChain: true,
    validateHost: true
)
```

There are many different cases of server trust evaluation giving you complete control over the validation process:

* `performDefaultEvaluation`: Uses the default server trust evaluation while allowing you to control whether to validate the host provided by the challenge.
* `pinCertificates`: Uses the pinned certificates to validate the server trust. The server trust is considered valid if one of the pinned certificates match one of the server certificates.
* `pinPublicKeys`: Uses the pinned public keys to validate the server trust. The server trust is considered valid if one of the pinned public keys match one of the server certificate public keys.
* `disableEvaluation`: Disables all evaluation which in turn will always consider any server trust as valid.
* `customEvaluation`: Uses the associated closure to evaluate the validity of the server trust thus giving you complete control over the validation process. Use with caution.

#### Server Trust Policy Manager

The `ServerTrustPolicyManager` is responsible for storing an internal mapping of server trust policies to a particular host. This allows Alamofire to evaluate each host against a different server trust policy.

```swift
let serverTrustPolicies: [String: ServerTrustPolicy] = [
    "test.example.com": .pinCertificates(
        certificates: ServerTrustPolicy.certificates(),
        validateCertificateChain: true,
        validateHost: true
    ),
    "insecure.expired-apis.com": .disableEvaluation
]

let sessionManager = SessionManager(
    serverTrustPolicyManager: ServerTrustPolicyManager(policies: serverTrustPolicies)
)
```

> Make sure to keep a reference to the new `SessionManager` instance, otherwise your requests will all get cancelled when your `sessionManager` is deallocated.

These server trust policies will result in the following behavior:

- `test.example.com` will always use certificate pinning with certificate chain and host validation enabled thus requiring the following criteria to be met to allow the TLS handshake to succeed:
	- Certificate chain MUST be valid.
	- Certificate chain MUST include one of the pinned certificates.
	- Challenge host MUST match the host in the certificate chain's leaf certificate.
- `insecure.expired-apis.com` will never evaluate the certificate chain and will always allow the TLS handshake to succeed.
- All other hosts will use the default evaluation provided by Apple.

##### Subclassing Server Trust Policy Manager

If you find yourself needing more flexible server trust policy matching behavior (i.e. wildcarded domains), then subclass the `ServerTrustPolicyManager` and override the `serverTrustPolicyForHost` method with your own custom implementation.

```swift
class CustomServerTrustPolicyManager: ServerTrustPolicyManager {
    override func serverTrustPolicy(forHost host: String) -> ServerTrustPolicy? {
        var policy: ServerTrustPolicy?

        // Implement your custom domain matching behavior...

        return policy
    }
}
```

#### Validating the Host

The `.performDefaultEvaluation`, `.pinCertificates` and `.pinPublicKeys` server trust policies all take a `validateHost` parameter. Setting the value to `true` will cause the server trust evaluation to verify that hostname in the certificate matches the hostname of the challenge. If they do not match, evaluation will fail. A `validateHost` value of `false` will still evaluate the full certificate chain, but will not validate the hostname of the leaf certificate.

> It is recommended that `validateHost` always be set to `true` in production environments.

#### Validating the Certificate Chain

Pinning certificates and public keys both have the option of validating the certificate chain using the `validateCertificateChain` parameter. By setting this value to `true`, the full certificate chain will be evaluated in addition to performing a byte equality check against the pinned certificates or public keys. A value of `false` will skip the certificate chain validation, but will still perform the byte equality check.

There are several cases where it may make sense to disable certificate chain validation. The most common use cases for disabling validation are self-signed and expired certificates. The evaluation would always fail in both of these cases, but the byte equality check will still ensure you are receiving the certificate you expect from the server.

> It is recommended that `validateCertificateChain` always be set to `true` in production environments.

#### App Transport Security

With the addition of App Transport Security (ATS) in iOS 9, it is possible that using a custom `ServerTrustPolicyManager` with several `ServerTrustPolicy` objects will have no effect. If you continuously see `CFNetwork SSLHandshake failed (-9806)` errors, you have probably run into this problem. Apple's ATS system overrides the entire challenge system unless you configure the ATS settings in your app's plist to disable enough of it to allow your app to evaluate the server trust.

If you run into this problem (high probability with self-signed certificates), you can work around this issue by adding the following to your `Info.plist`.

```xml
<dict>
    <key>NSAppTransportSecurity</key>
    <dict>
        <key>NSExceptionDomains</key>
        <dict>
            <key>example.com</key>
            <dict>
                <key>NSExceptionAllowsInsecureHTTPLoads</key>
                <true/>
                <key>NSExceptionRequiresForwardSecrecy</key>
                <false/>
                <key>NSIncludesSubdomains</key>
                <true/>
                <!-- Optional: Specify minimum TLS version -->
                <key>NSTemporaryExceptionMinimumTLSVersion</key>
                <string>TLSv1.2</string>
            </dict>
        </dict>
    </dict>
</dict>
```

Whether you need to set the `NSExceptionRequiresForwardSecrecy` to `NO` depends on whether your TLS connection is using an allowed cipher suite. In certain cases, it will need to be set to `NO`. The `NSExceptionAllowsInsecureHTTPLoads` MUST be set to `YES` in order to allow the `SessionDelegate` to receive challenge callbacks. Once the challenge callbacks are being called, the `ServerTrustPolicyManager` will take over the server trust evaluation. You may also need to specify the `NSTemporaryExceptionMinimumTLSVersion` if you're trying to connect to a host that only supports TLS versions less than `1.2`.

> It is recommended to always use valid certificates in production environments.

### Network Reachability

The `NetworkReachabilityManager` listens for reachability changes of hosts and addresses for both WWAN and WiFi network interfaces.

```swift
let manager = NetworkReachabilityManager(host: "www.apple.com")

manager?.listener = { status in
    print("Network Status Changed: \(status)")
}

manager?.startListening()
```

> Make sure to remember to retain the `manager` in the above example, or no status changes will be reported.
> Also, do not include the scheme in the `host` string or reachability won't function correctly.

There are some important things to remember when using network reachability to determine what to do next.

- **Do NOT** use Reachability to determine if a network request should be sent.
    - You should **ALWAYS** send it.
- When Reachability is restored, use the event to retry failed network requests.
    - Even though the network requests may still fail, this is a good moment to retry them.
- The network reachability status can be useful for determining why a network request may have failed.
    - If a network request fails, it is more useful to tell the user that the network request failed due to being offline rather than a more technical error, such as "request timed out."

> It is recommended to check out [WWDC 2012 Session 706, "Networking Best Practices"](https://developer.apple.com/videos/play/wwdc2012-706/) for more info.

---

## Open Radars

The following radars have some effect on the current implementation of Alamofire.

- [`rdar://21349340`](http://www.openradar.me/radar?id=5517037090635776) - Compiler throwing warning due to toll-free bridging issue in test case
- `rdar://26870455` - Background URL Session Configurations do not work in the simulator
- `rdar://26849668` - Some URLProtocol APIs do not properly handle `URLRequest`

## Resolved Radars

The following radars have been resolved over time after being filed against the Alamofire project.

- [`rdar://26761490`](http://www.openradar.me/radar?id=5010235949318144) - Swift string interpolation causing memory leak with common usage (Resolved on 9/1/17 in Xcode 9 beta 6).

## FAQ

### What's the origin of the name Alamofire?

Alamofire is named after the [Alamo Fire flower](https://aggie-horticulture.tamu.edu/wildseed/alamofire.html), a hybrid variant of the Bluebonnet, the official state flower of Texas.

### What logic belongs in a Router vs. a Request Adapter?

Simple, static data such as paths, parameters and common headers belong in the `Router`. Dynamic data such as an `Authorization` header whose value can changed based on an authentication system belongs in a `RequestAdapter`.

The reason the dynamic data MUST be placed into the `RequestAdapter` is to support retry operations. When a `Request` is retried, the original request is not rebuilt meaning the `Router` will not be called again. The `RequestAdapter` is called again allowing the dynamic data to be updated on the original request before retrying the `Request`.

---

## Credits

Alamofire is owned and maintained by the [Alamofire Software Foundation](http://alamofire.org). You can follow them on Twitter at [@AlamofireSF](https://twitter.com/AlamofireSF) for project updates and releases.

### Security Disclosure

If you believe you have identified a security vulnerability with Alamofire, you should report it as soon as possible via email to security@alamofire.org. Please do not post it to a public issue tracker.

## Donations

The [ASF](https://github.com/Alamofire/Foundation#members) is looking to raise money to officially register as a federal non-profit organization. Registering will allow us members to gain some legal protections and also allow us to put donations to use, tax free. Donating to the ASF will enable us to:

- Pay our legal fees to register as a federal non-profit organization
- Pay our yearly legal fees to keep the non-profit in good status
- Pay for our mail servers to help us stay on top of all questions and security issues
- Potentially fund test servers to make it easier for us to test the edge cases
- Potentially fund developers to work on one of our projects full-time

The community adoption of the ASF libraries has been amazing. We are greatly humbled by your enthusiasm around the projects, and want to continue to do everything we can to move the needle forward. With your continued support, the ASF will be able to improve its reach and also provide better legal safety for the core members. If you use any of our libraries for work, see if your employers would be interested in donating. Our initial goal is to raise $1000 to get all our legal ducks in a row and kickstart this campaign. Any amount you can donate today to help us reach our goal would be greatly appreciated.

<a href='https://pledgie.com/campaigns/31474'><img alt='Click here to lend your support to: Alamofire Software Foundation and make a donation at pledgie.com !' src='https://pledgie.com/campaigns/31474.png?skin_name=chrome' border='0' ></a>

## License

Alamofire is released under the MIT license. [See LICENSE](https://github.com/Alamofire/Alamofire/blob/master/LICENSE) for details.


================================================
FILE: Pods/Alamofire/Source/AFError.swift
================================================
//
//  AFError.swift
//
//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
//
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

import Foundation

/// `AFError` is the error type returned by Alamofire. It encompasses a few different types of errors, each with
/// their own associated reasons.
///
/// - invalidURL:                  Returned when a `URLConvertible` type fails to create a valid `URL`.
/// - parameterEncodingFailed:     Returned when a parameter encoding object throws an error during the encoding process.
/// - multipartEncodingFailed:     Returned when some step in the multipart encoding process fails.
/// - responseValidationFailed:    Returned when a `validate()` call fails.
/// - responseSerializationFailed: Returned when a response serializer encounters an error in the serialization process.
public enum AFError: Error {
    /// The underlying reason the parameter encoding error occurred.
    ///
    /// - missingURL:                 The URL request did not have a URL to encode.
    /// - jsonEncodingFailed:         JSON serialization failed with an underlying system error during the
    ///                               encoding process.
    /// - propertyListEncodingFailed: Property list serialization failed with an underlying system error during
    ///                               encoding process.
    public enum ParameterEncodingFailureReason {
        case missingURL
        case jsonEncodingFailed(error: Error)
        case propertyListEncodingFailed(error: Error)
    }

    /// The underlying reason the multipart encoding error occurred.
    ///
    /// - bodyPartURLInvalid:                   The `fileURL` provided for reading an encodable body part isn't a
    ///                                         file URL.
    /// - bodyPartFilenameInvalid:              The filename of the `fileURL` provided has either an empty
    ///                                         `lastPathComponent` or `pathExtension.
    /// - bodyPartFileNotReachable:             The file at the `fileURL` provided was not reachable.
    /// - bodyPartFileNotReachableWithError:    Attempting to check the reachability of the `fileURL` provided threw
    ///                                         an error.
    /// - bodyPartFileIsDirectory:              The file at the `fileURL` provided is actually a directory.
    /// - bodyPartFileSizeNotAvailable:         The size of the file at the `fileURL` provided was not returned by
    ///                                         the system.
    /// - bodyPartFileSizeQueryFailedWithError: The attempt to find the size of the file at the `fileURL` provided
    ///                                         threw an error.
    /// - bodyPartInputStreamCreationFailed:    An `InputStream` could not be created for the provided `fileURL`.
    /// - outputStreamCreationFailed:           An `OutputStream` could not be created when attempting to write the
    ///                                         encoded data to disk.
    /// - outputStreamFileAlreadyExists:        The encoded body data could not be writtent disk because a file
    ///                                         already exists at the provided `fileURL`.
    /// - outputStreamURLInvalid:               The `fileURL` provided for writing the encoded body data to disk is
    ///                                         not a file URL.
    /// - outputStreamWriteFailed:              The attempt to write the encoded body data to disk failed with an
    ///                                         underlying error.
    /// - inputStreamReadFailed:                The attempt to read an encoded body part `InputStream` failed with
    ///                                         underlying system error.
    public enum MultipartEncodingFailureReason {
        case bodyPartURLInvalid(url: URL)
        case bodyPartFilenameInvalid(in: URL)
        case bodyPartFileNotReachable(at: URL)
        case bodyPartFileNotReachableWithError(atURL: URL, error: Error)
        case bodyPartFileIsDirectory(at: URL)
        case bodyPartFileSizeNotAvailable(at: URL)
        case bodyPartFileSizeQueryFailedWithError(forURL: URL, error: Error)
        case bodyPartInputStreamCreationFailed(for: URL)

        case outputStreamCreationFailed(for: URL)
        case outputStreamFileAlreadyExists(at: URL)
        case outputStreamURLInvalid(url: URL)
        case outputStreamWriteFailed(error: Error)

        case inputStreamReadFailed(error: Error)
    }

    /// The underlying reason the response validation error occurred.
    ///
    /// - dataFileNil:             The data file containing the server response did not exist.
    /// - dataFileReadFailed:      The data file containing the server response could not be read.
    /// - missingContentType:      The response did not contain a `Content-Type` and the `acceptableContentTypes`
    ///                            provided did not contain wildcard type.
    /// - unacceptableContentType: The response `Content-Type` did not match any type in the provided
    ///                            `acceptableContentTypes`.
    /// - unacceptableStatusCode:  The response status code was not acceptable.
    public enum ResponseValidationFailureReason {
        case dataFileNil
        case dataFileReadFailed(at: URL)
        case missingContentType(acceptableContentTypes: [String])
        case unacceptableContentType(acceptableContentTypes: [String], responseContentType: String)
        case unacceptableStatusCode(code: Int)
    }

    /// The underlying reason the response serialization error occurred.
    ///
    /// - inputDataNil:                    The server response contained no data.
    /// - inputDataNilOrZeroLength:        The server response contained no data or the data was zero length.
    /// - inputFileNil:                    The file containing the server response did not exist.
    /// - inputFileReadFailed:             The file containing the server response could not be read.
    /// - stringSerializationFailed:       String serialization failed using the provided `String.Encoding`.
    /// - jsonSerializationFailed:         JSON serialization failed with an underlying system error.
    /// - propertyListSerializationFailed: Property list serialization failed with an underlying system error.
    public enum ResponseSerializationFailureReason {
        case inputDataNil
        case inputDataNilOrZeroLength
        case inputFileNil
        case inputFileReadFailed(at: URL)
        case stringSerializationFailed(encoding: String.Encoding)
        case jsonSerializationFailed(error: Error)
        case propertyListSerializationFailed(error: Error)
    }

    case invalidURL(url: URLConvertible)
    case parameterEncodingFailed(reason: ParameterEncodingFailureReason)
    case multipartEncodingFailed(reason: MultipartEncodingFailureReason)
    case responseValidationFailed(reason: ResponseValidationFailureReason)
    case responseSerializationFailed(reason: ResponseSerializationFailureReason)
}

// MARK: - Adapt Error

struct AdaptError: Error {
    let error: Error
}

extension Error {
    var underlyingAdaptError: Error? { return (self as? AdaptError)?.error }
}

// MARK: - Error Booleans

extension AFError {
    /// Returns whether the AFError is an invalid URL error.
    public var isInvalidURLError: Bool {
        if case .invalidURL = self { return true }
        return false
    }

    /// Returns whether the AFError is a parameter encoding error. When `true`, the `underlyingError` property will
    /// contain the associated value.
    public var isParameterEncodingError: Bool {
        if case .parameterEncodingFailed = self { return true }
        return false
    }

    /// Returns whether the AFError is a multipart encoding error. When `true`, the `url` and `underlyingError` properties
    /// will contain the associated values.
    public var isMultipartEncodingError: Bool {
        if case .multipartEncodingFailed = self { return true }
        return false
    }

    /// Returns whether the `AFError` is a response validation error. When `true`, the `acceptableContentTypes`,
    /// `responseContentType`, and `responseCode` properties will contain the associated values.
    public var isResponseValidationError: Bool {
        if case .responseValidationFailed = self { return true }
        return false
    }

    /// Returns whether the `AFError` is a response serialization error. When `true`, the `failedStringEncoding` and
    /// `underlyingError` properties will contain the associated values.
    public var isResponseSerializationError: Bool {
        if case .responseSerializationFailed = self { return true }
        return false
    }
}

// MARK: - Convenience Properties

extension AFError {
    /// The `URLConvertible` associated with the error.
    public var urlConvertible: URLConvertible? {
        switch self {
        case .invalidURL(let url):
            return url
        default:
            return nil
        }
    }

    /// The `URL` associated with the error.
    public var url: URL? {
        switch self {
        case .multipartEncodingFailed(let reason):
            return reason.url
        default:
            return nil
        }
    }

    /// The `Error` returned by a system framework associated with a `.parameterEncodingFailed`,
    /// `.multipartEncodingFailed` or `.responseSerializationFailed` error.
    public var underlyingError: Error? {
        switch self {
        case .parameterEncodingFailed(let reason):
            return reason.underlyingError
        case .multipartEncodingFailed(let reason):
            return reason.underlyingError
        case .responseSerializationFailed(let reason):
            return reason.underlyingError
        default:
            return nil
        }
    }

    /// The acceptable `Content-Type`s of a `.responseValidationFailed` error.
    public var acceptableContentTypes: [String]? {
        switch self {
        case .responseValidationFailed(let reason):
            return reason.acceptableContentTypes
        default:
            return nil
        }
    }

    /// The response `Content-Type` of a `.responseValidationFailed` error.
    public var responseContentType: String? {
        switch self {
        case .responseValidationFailed(let reason):
            return reason.responseContentType
        default:
            return nil
        }
    }

    /// The response code of a `.responseValidationFailed` error.
    public var responseCode: Int? {
        switch self {
        case .responseValidationFailed(let reason):
            return reason.responseCode
        default:
            return nil
        }
    }

    /// The `String.Encoding` associated with a failed `.stringResponse()` call.
    public var failedStringEncoding: String.Encoding? {
        switch self {
        case .responseSerializationFailed(let reason):
            return reason.failedStringEncoding
        default:
            return nil
        }
    }
}

extension AFError.ParameterEncodingFailureReason {
    var underlyingError: Error? {
        switch self {
        case .jsonEncodingFailed(let error), .propertyListEncodingFailed(let error):
            return error
        default:
            return nil
        }
    }
}

extension AFError.MultipartEncodingFailureReason {
    var url: URL? {
        switch self {
        case .bodyPartURLInvalid(let url), .bodyPartFilenameInvalid(let url), .bodyPartFileNotReachable(let url),
             .bodyPartFileIsDirectory(let url), .bodyPartFileSizeNotAvailable(let url),
             .bodyPartInputStreamCreationFailed(let url), .outputStreamCreationFailed(let url),
             .outputStreamFileAlreadyExists(let url), .outputStreamURLInvalid(let url),
             .bodyPartFileNotReachableWithError(let url, _), .bodyPartFileSizeQueryFailedWithError(let url, _):
            return url
        default:
            return nil
        }
    }

    var underlyingError: Error? {
        switch self {
        case .bodyPartFileNotReachableWithError(_, let error), .bodyPartFileSizeQueryFailedWithError(_, let error),
             .outputStreamWriteFailed(let error), .inputStreamReadFailed(let error):
            return error
        default:
            return nil
        }
    }
}

extension AFError.ResponseValidationFailureReason {
    var acceptableContentTypes: [String]? {
        switch self {
        case .missingContentType(let types), .unacceptableContentType(let types, _):
            return types
        default:
            return nil
        }
    }

    var responseContentType: String? {
        switch self {
        case .unacceptableContentType(_, let responseType):
            return responseType
        default:
            return nil
        }
    }

    var responseCode: Int? {
        switch self {
        case .unacceptableStatusCode(let code):
            return code
        default:
            return nil
        }
    }
}

extension AFError.ResponseSerializationFailureReason {
    var failedStringEncoding: String.Encoding? {
        switch self {
        case .stringSerializationFailed(let encoding):
            return encoding
        default:
            return nil
        }
    }

    var underlyingError: Error? {
        switch self {
        case .jsonSerializationFailed(let error), .propertyListSerializationFailed(let error):
            return error
        default:
            return nil
        }
    }
}

// MARK: - Error Descriptions

extension AFError: LocalizedError {
    public var errorDescription: String? {
        switch self {
        case .invalidURL(let url):
            return "URL is not valid: \(url)"
        case .parameterEncodingFailed(let reason):
            return reason.localizedDescription
        case .multipartEncodingFailed(let reason):
            return reason.localizedDescription
        case .responseValidationFailed(let reason):
            return reason.localizedDescription
        case .responseSerializationFailed(let reason):
            return reason.localizedDescription
        }
    }
}

extension AFError.ParameterEncodingFailureReason {
    var localizedDescription: String {
        switch self {
        case .missingURL:
            return "URL request to encode was missing a URL"
        case .jsonEncodingFailed(let error):
            return "JSON could not be encoded because of error:\n\(error.localizedDescription)"
        case .propertyListEncodingFailed(let error):
            return "PropertyList could not be encoded because of error:\n\(error.localizedDescription)"
        }
    }
}

extension AFError.MultipartEncodingFailureReason {
    var localizedDescription: String {
        switch self {
        case .bodyPartURLInvalid(let url):
            return "The URL provided is not a file URL: \(url)"
        case .bodyPartFilenameInvalid(let url):
            return "The URL provided does not have a valid filename: \(url)"
        case .bodyPartFileNotReachable(let url):
            return "The URL provided is not reachable: \(url)"
        case .bodyPartFileNotReachableWithError(let url, let error):
            return (
                "The system returned an error while checking the provided URL for " +
                "reachability.\nURL: \(url)\nError: \(error)"
            )
        case .bodyPartFileIsDirectory(let url):
            return "The URL provided is a directory: \(url)"
        case .bodyPartFileSizeNotAvailable(let url):
            return "Could not fetch the file size from the provided URL: \(url)"
        case .bodyPartFileSizeQueryFailedWithError(let url, let error):
            return (
                "The system returned an error while attempting to fetch the file size from the " +
                "provided URL.\nURL: \(url)\nError: \(error)"
            )
        case .bodyPartInputStreamCreationFailed(let url):
            return "Failed to create an InputStream for the provided URL: \(url)"
        case .outputStreamCreationFailed(let url):
            return "Failed to create an OutputStream for URL: \(url)"
        case .outputStreamFileAlreadyExists(let url):
            return "A file already exists at the provided URL: \(url)"
        case .outputStreamURLInvalid(let url):
            return "The provided OutputStream URL is invalid: \(url)"
        case .outputStreamWriteFailed(let error):
            return "OutputStream write failed with error: \(error)"
        case .inputStreamReadFailed(let error):
            return "InputStream read failed with error: \(error)"
        }
    }
}

extension AFError.ResponseSerializationFailureReason {
    var localizedDescription: String {
        switch self {
        case .inputDataNil:
            return "Response could not be serialized, input data was nil."
        case .inputDataNilOrZeroLength:
            return "Response could not be serialized, input data was nil or zero length."
        case .inputFileNil:
            return "Response could not be serialized, input file was nil."
        case .inputFileReadFailed(let url):
            return "Response could not be serialized, input file could not be read: \(url)."
        case .stringSerializationFailed(let encoding):
            return "String could not be serialized with encoding: \(encoding)."
        case .jsonSerializationFailed(let error):
            return "JSON could not be serialized because of error:\n\(error.localizedDescription)"
        case .propertyListSerializationFailed(let error):
            return "PropertyList could not be serialized because of error:\n\(error.localizedDescription)"
        }
    }
}

extension AFError.ResponseValidationFailureReason {
    var localizedDescription: String {
        switch self {
        case .dataFileNil:
            return "Response could not be validated, data file was nil."
        case .dataFileReadFailed(let url):
            return "Response could not be validated, data file could not be read: \(url)."
        case .missingContentType(let types):
            return (
                "Response Content-Type was missing and acceptable content types " +
                "(\(types.joined(separator: ","))) do not match \"*/*\"."
            )
        case .unacceptableContentType(let acceptableTypes, let responseType):
            return (
                "Response Content-Type \"\(responseType)\" does not match any acceptable types: " +
                "\(acceptableTypes.joined(separator: ","))."
            )
        case .unacceptableStatusCode(let code):
            return "Response status code was unacceptable: \(code)."
        }
    }
}


================================================
FILE: Pods/Alamofire/Source/Alamofire.swift
================================================
//
//  Alamofire.swift
//
//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
//
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

import Foundation

/// Types adopting the `URLConvertible` protocol can be used to construct URLs, which are then used to construct
/// URL requests.
public protocol URLConvertible {
    /// Returns a URL that conforms to RFC 2396 or throws an `Error`.
    ///
    /// - throws: An `Error` if the type cannot be converted to a `URL`.
    ///
    /// - returns: A URL or throws an `Error`.
    func asURL() throws -> URL
}

extension String: URLConvertible {
    /// Returns a URL if `self` represents a valid URL string that conforms to RFC 2396 or throws an `AFError`.
    ///
    /// - throws: An `AFError.invalidURL` if `self` is not a valid URL string.
    ///
    /// - returns: A URL or throws an `AFError`.
    public func asURL() throws -> URL {
        guard let url = URL(string: self) else { throw AFError.invalidURL(url: self) }
        return url
    }
}

extension URL: URLConvertible {
    /// Returns self.
    public func asURL() throws -> URL { return self }
}

extension URLComponents: URLConvertible {
    /// Returns a URL if `url` is not nil, otherwise throws an `Error`.
    ///
    /// - throws: An `AFError.invalidURL` if `url` is `nil`.
    ///
    /// - returns: A URL or throws an `AFError`.
    public func asURL() throws -> URL {
        guard let url = url else { throw AFError.invalidURL(url: self) }
        return url
    }
}

// MARK: -

/// Types adopting the `URLRequestConvertible` protocol can be used to construct URL requests.
public protocol URLRequestConvertible {
    /// Returns a URL request or throws if an `Error` was encountered.
    ///
    /// - throws: An `Error` if the underlying `URLRequest` is `nil`.
    ///
    /// - returns: A URL request.
    func asURLRequest() throws -> URLRequest
}

extension URLRequestConvertible {
    /// The URL request.
    public var urlRequest: URLRequest? { return try? asURLRequest() }
}

extension URLRequest: URLRequestConvertible {
    /// Returns a URL request or throws if an `Error` was encountered.
    public func asURLRequest() throws -> URLRequest { return self }
}

// MARK: -

extension URLRequest {
    /// Creates an instance with the specified `method`, `urlString` and `headers`.
    ///
    /// - parameter url:     The URL.
    /// - parameter method:  The HTTP method.
    /// - parameter headers: The HTTP headers. `nil` by default.
    ///
    /// - returns: The new `URLRequest` instance.
    public init(url: URLConvertible, method: HTTPMethod, headers: HTTPHeaders? = nil) throws {
        let url = try url.asURL()

        self.init(url: url)

        httpMethod = method.rawValue

        if let headers = headers {
            for (headerField, headerValue) in headers {
                setValue(headerValue, forHTTPHeaderField: headerField)
            }
        }
    }

    func adapt(using adapter: RequestAdapter?) throws -> URLRequest {
        guard let adapter = adapter else { return self }
        return try adapter.adapt(self)
    }
}

// MARK: - Data Request

/// Creates a `DataRequest` using the default `SessionManager` to retrieve the contents of the specified `url`,
/// `method`, `parameters`, `encoding` and `headers`.
///
/// - parameter url:        The URL.
/// - parameter method:     The HTTP method. `.get` by default.
/// - parameter parameters: The parameters. `nil` by default.
/// - parameter encoding:   The parameter encoding. `URLEncoding.default` by default.
/// - parameter headers:    The HTTP headers. `nil` by default.
///
/// - returns: The created `DataRequest`.
@discardableResult
public func request(
    _ url: URLConvertible,
    method: HTTPMethod = .get,
    parameters: Parameters? = nil,
    encoding: ParameterEncoding = URLEncoding.default,
    headers: HTTPHeaders? = nil)
    -> DataRequest
{
    return SessionManager.default.request(
        url,
        method: method,
        parameters: parameters,
        encoding: encoding,
        headers: headers
    )
}

/// Creates a `DataRequest` using the default `SessionManager` to retrieve the contents of a URL based on the
/// specified `urlRequest`.
///
/// - parameter urlRequest: The URL request
///
/// - returns: The created `DataRequest`.
@discardableResult
public func request(_ urlRequest: URLRequestConvertible) -> DataRequest {
    return SessionManager.default.request(urlRequest)
}

// MARK: - Download Request

// MARK: URL Request

/// Creates a `DownloadRequest` using the default `SessionManager` to retrieve the contents of the specified `url`,
/// `method`, `parameters`, `encoding`, `headers` and save them to the `destination`.
///
/// If `destination` is not specified, the contents will remain in the temporary location determined by the
/// underlying URL session.
///
/// - parameter url:         The URL.
/// - parameter method:      The HTTP method. `.get` by default.
/// - parameter parameters:  The parameters. `nil` by default.
/// - parameter encoding:    The parameter encoding. `URLEncoding.default` by default.
/// - parameter headers:     The HTTP headers. `nil` by default.
/// - parameter destination: The closure used to determine the destination of the downloaded file. `nil` by default.
///
/// - returns: The created `DownloadRequest`.
@discardableResult
public func download(
    _ url: URLConvertible,
    method: HTTPMethod = .get,
    parameters: Parameters? = nil,
    encoding: ParameterEncoding = URLEncoding.default,
    headers: HTTPHeaders? = nil,
    to destination: DownloadRequest.DownloadFileDestination? = nil)
    -> DownloadRequest
{
    return SessionManager.default.download(
        url,
        method: method,
        parameters: parameters,
        encoding: encoding,
        headers: headers,
        to: destination
    )
}

/// Creates a `DownloadRequest` using the default `SessionManager` to retrieve the contents of a URL based on the
/// specified `urlRequest` and save them to the `destination`.
///
/// If `destination` is not specified, the contents will remain in the temporary location determined by the
/// underlying URL session.
///
/// - parameter urlRequest:  The URL request.
/// - parameter destination: The closure used to determine the destination of the downloaded file. `nil` by default.
///
/// - returns: The created `DownloadRequest`.
@discardableResult
public func download(
    _ urlRequest: URLRequestConvertible,
    to destination: DownloadRequest.DownloadFileDestination? = nil)
    -> DownloadRequest
{
    return SessionManager.default.download(urlRequest, to: destination)
}

// MARK: Resume Data

/// Creates a `DownloadRequest` using the default `SessionManager` from the `resumeData` produced from a
/// previous request cancellation to retrieve the contents of the original request and save them to the `destination`.
///
/// If `destination` is not specified, the contents will remain in the temporary location determined by the
/// underlying URL session.
///
/// On the latest release of all the Apple platforms (iOS 10, macOS 10.12, tvOS 10, watchOS 3), `resumeData` is broken
/// on background URL session configurations. There's an underlying bug in the `resumeData` generation logic where the
/// data is written incorrectly and will always fail to resume the download. For more information about the bug and
/// possible workarounds, please refer to the following Stack Overflow post:
///
///    - http://stackoverflow.com/a/39347461/1342462
///
/// - parameter resumeData:  The resume data. This is an opaque data blob produced by `URLSessionDownloadTask`
///                          when a task is cancelled. See `URLSession -downloadTask(withResumeData:)` for additional
///                          information.
/// - parameter destination: The closure used to determine the destination of the downloaded file. `nil` by default.
///
/// - returns: The created `DownloadRequest`.
@discardableResult
public func download(
    resumingWith resumeData: Data,
    to destination: DownloadRequest.DownloadFileDestination? = nil)
    -> DownloadRequest
{
    return SessionManager.default.download(resumingWith: resumeData, to: destination)
}

// MARK: - Upload Request

// MARK: File

/// Creates an `UploadRequest` using the default `SessionManager` from the specified `url`, `method` and `headers`
/// for uploading the `file`.
///
/// - parameter file:    The file to upload.
/// - parameter url:     The URL.
/// - parameter method:  The HTTP method. `.post` by default.
/// - parameter headers: The HTTP headers. `nil` by default.
///
/// - returns: The created `UploadRequest`.
@discardableResult
public func upload(
    _ fileURL: URL,
    to url: URLConvertible,
    method: HTTPMethod = .post,
    headers: HTTPHeaders? = nil)
    -> UploadRequest
{
    return SessionManager.default.upload(fileURL, to: url, method: method, headers: headers)
}

/// Creates a `UploadRequest` using the default `SessionManager` from the specified `urlRequest` for
/// uploading the `file`.
///
/// - parameter file:       The file to upload.
/// - parameter urlRequest: The URL request.
///
/// - returns: The created `UploadRequest`.
@discardableResult
public func upload(_ fileURL: URL, with urlRequest: URLRequestConvertible) -> UploadRequest {
    return SessionManager.default.upload(fileURL, with: urlRequest)
}

// MARK: Data

/// Creates an `UploadRequest` using the default `SessionManager` from the specified `url`, `method` and `headers`
/// for uploading the `data`.
///
/// - parameter data:    The data to upload.
/// - parameter url:     The URL.
/// - parameter method:  The HTTP method. `.post` by default.
/// - parameter headers: The HTTP headers. `nil` by default.
///
/// - returns: The created `UploadRequest`.
@discardableResult
public func upload(
    _ data: Data,
    to url: URLConvertible,
    method: HTTPMethod = .post,
    headers: HTTPHeaders? = nil)
    -> UploadRequest
{
    return SessionManager.default.upload(data, to: url, method: method, headers: headers)
}

/// Creates an `UploadRequest` using the default `SessionManager` from the specified `urlRequest` for
/// uploading the `data`.
///
/// - parameter data:       The data to upload.
/// - parameter urlRequest: The URL request.
///
/// - returns: The created `UploadRequest`.
@discardableResult
public func upload(_ data: Data, with urlRequest: URLRequestConvertible) -> UploadRequest {
    return SessionManager.default.upload(data, with: urlRequest)
}

// MARK: InputStream

/// Creates an `UploadRequest` using the default `SessionManager` from the specified `url`, `method` and `headers`
/// for uploading the `stream`.
///
/// - parameter stream:  The stream to upload.
/// - parameter url:     The URL.
/// - parameter method:  The HTTP method. `.post` by default.
/// - parameter headers: The HTTP headers. `nil` by default.
///
/// - returns: The created `UploadRequest`.
@discardableResult
public func upload(
    _ stream: InputStream,
    to url: URLConvertible,
    method: HTTPMethod = .post,
    headers: HTTPHeaders? = nil)
    -> UploadRequest
{
    return SessionManager.default.upload(stream, to: url, method: method, headers: headers)
}

/// Creates an `UploadRequest` using the default `SessionManager` from the specified `urlRequest` for
/// uploading the `stream`.
///
/// - parameter urlRequest: The URL request.
/// - parameter stream:     The stream to upload.
///
/// - returns: The created `UploadRequest`.
@discardableResult
public func upload(_ stream: InputStream, with urlRequest: URLRequestConvertible) -> UploadRequest {
    return SessionManager.default.upload(stream, with: urlRequest)
}

// MARK: MultipartFormData

/// Encodes `multipartFormData` using `encodingMemoryThreshold` with the default `SessionManager` and calls
/// `encodingCompletion` with new `UploadRequest` using the `url`, `method` and `headers`.
///
/// It is important to understand the memory implications of uploading `MultipartFormData`. If the cummulative
/// payload is small, encoding the data in-memory and directly uploading to a server is the by far the most
/// efficient approach. However, if the payload is too large, encoding the data in-memory could cause your app to
/// be terminated. Larger payloads must first be written to disk using input and output streams to keep the memory
/// footprint low, then the data can be uploaded as a stream from the resulting file. Streaming from disk MUST be
/// used for larger payloads such as video content.
///
/// The `encodingMemoryThreshold` parameter allows Alamofire to automatically determine whether to encode in-memory
/// or stream from disk. If the content length of the `MultipartFormData` is below the `encodingMemoryThreshold`,
/// encoding takes place in-memory. If the content length exceeds the threshold, the data is streamed to disk
/// during the encoding process. Then the result is uploaded as data or as a stream depending on which encoding
/// technique was used.
///
/// - parameter multipartFormData:       The closure used to append body parts to the `MultipartFormData`.
/// - parameter encodingMemoryThreshold: The encoding memory threshold in bytes.
///                                      `multipartFormDataEncodingMemoryThreshold` by default.
/// - parameter url:                     The URL.
/// - parameter method:                  The HTTP method. `.post` by default.
/// - parameter headers:                 The HTTP headers. `nil` by default.
/// - parameter encodingCompletion:      The closure called when the `MultipartFormData` encoding is complete.
public func upload(
    multipartFormData: @escaping (MultipartFormData) -> Void,
    usingThreshold encodingMemoryThreshold: UInt64 = SessionManager.multipartFormDataEncodingMemoryThreshold,
    to url: URLConvertible,
    method: HTTPMethod = .post,
    headers: HTTPHeaders? = nil,
    encodingCompletion: ((SessionManager.MultipartFormDataEncodingResult) -> Void)?)
{
    return SessionManager.default.upload(
        multipartFormData: multipartFormData,
        usingThreshold: encodingMemoryThreshold,
        to: url,
        method: method,
        headers: headers,
        encodingCompletion: encodingCompletion
    )
}

/// Encodes `multipartFormData` using `encodingMemoryThreshold` and the default `SessionManager` and
/// calls `encodingCompletion` with new `UploadRequest` using the `urlRequest`.
///
/// It is important to understand the memory implications of uploading `MultipartFormData`. If the cummulative
/// payload is small, encoding the data in-memory and directly uploading to a server is the by far the most
/// efficient approach. However, if the payload is too large, encoding the data in-memory could cause your app to
/// be terminated. Larger payloads must first be written to disk using input and output streams to keep the memory
/// footprint low, then the data can be uploaded as a stream from the resulting file. Streaming from disk MUST be
/// used for larger payloads such as video content.
///
/// The `encodingMemoryThreshold` parameter allows Alamofire to automatically determine whether to encode in-memory
/// or stream from disk. If the content length of the `MultipartFormData` is below the `encodingMemoryThreshold`,
/// encoding takes place in-memory. If the content length exceeds the threshold, the data is streamed to disk
/// during the encoding process. Then the result is uploaded as data or as a stream depending on which encoding
/// technique was used.
///
/// - parameter multipartFormData:       The closure used to append body parts to the `MultipartFormData`.
/// - parameter encodingMemoryThreshold: The encoding memory threshold in bytes.
///                                      `multipartFormDataEncodingMemoryThreshold` by default.
/// - parameter urlRequest:              The URL request.
/// - parameter encodingCompletion:      The closure called when the `MultipartFormData` encoding is complete.
public func upload(
    multipartFormData: @escaping (MultipartFormData) -> Void,
    usingThreshold encodingMemoryThreshold: UInt64 = SessionManager.multipartFormDataEncodingMemoryThreshold,
    with urlRequest: URLRequestConvertible,
    encodingCompletion: ((SessionManager.MultipartFormDataEncodingResult) -> Void)?)
{
    return SessionManager.default.upload(
        multipartFormData: multipartFormData,
        usingThreshold: encodingMemoryThreshold,
        with: urlRequest,
        encodingCompletion: encodingCompletion
    )
}

#if !os(watchOS)

// MARK: - Stream Request

// MARK: Hostname and Port

/// Creates a `StreamRequest` using the default `SessionManager` for bidirectional streaming with the `hostname`
/// and `port`.
///
/// If `startRequestsImmediately` is `true`, the request will have `resume()` called before being returned.
///
/// - parameter hostName: The hostname of the server to connect to.
/// - parameter port:     The port of the server to connect to.
///
/// - returns: The created `StreamRequest`.
@discardableResult
@available(iOS 9.0, macOS 10.11, tvOS 9.0, *)
public func stream(withHostName hostName: String, port: Int) -> StreamRequest {
    return SessionManager.default.stream(withHostName: hostName, port: port)
}

// MARK: NetService

/// Creates a `StreamRequest` using the default `SessionManager` for bidirectional streaming with the `netService`.
///
/// If `startRequestsImmediately` is `true`, the request will have `resume()` called before being returned.
///
/// - parameter netService: The net service used to identify the endpoint.
///
/// - returns: The created `StreamRequest`.
@discardableResult
@available(iOS 9.0, macOS 10.11, tvOS 9.0, *)
public func stream(with netService: NetService) -> StreamRequest {
    return SessionManager.default.stream(with: netService)
}

#endif


================================================
FILE: Pods/Alamofire/Source/DispatchQueue+Alamofire.swift
================================================
//
//  DispatchQueue+Alamofire.swift
//
//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
//
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

import Dispatch
import Foundation

extension DispatchQueue {
    static var userInteractive: DispatchQueue { return DispatchQueue.global(qos: .userInteractive) }
    static var userInitiated: DispatchQueue { return DispatchQueue.global(qos: .userInitiated) }
    static var utility: DispatchQueue { return DispatchQueue.global(qos: .utility) }
    static var background: DispatchQueue { return DispatchQueue.global(qos: .background) }

    func after(_ delay: TimeInterval, execute closure: @escaping () -> Void) {
        asyncAfter(deadline: .now() + delay, execute: closure)
    }
}


================================================
FILE: Pods/Alamofire/Source/MultipartFormData.swift
================================================
//
//  MultipartFormData.swift
//
//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
//
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

import Foundation

#if os(iOS) || os(watchOS) || os(tvOS)
import MobileCoreServices
#elseif os(macOS)
import CoreServices
#endif

/// Constructs `multipart/form-data` for uploads within an HTTP or HTTPS body. There are currently two ways to encode
/// multipart form data. The first way is to encode the data directly in memory. This is very efficient, but can lead
/// to memory issues if the dataset is too large. The second way is designed for larger datasets and will write all the
/// data to a single file on disk with all the proper boundary segmentation. The second approach MUST be used for
/// larger datasets such as video content, otherwise your app may run out of memory when trying to encode the dataset.
///
/// For more information on `multipart/form-data` in general, please refer to the RFC-2388 and RFC-2045 specs as well
/// and the w3 form documentation.
///
/// - https://www.ietf.org/rfc/rfc2388.txt
/// - https://www.ietf.org/rfc/rfc2045.txt
/// - https://www.w3.org/TR/html401/interact/forms.html#h-17.13
open class MultipartFormData {

    // MARK: - Helper Types

    struct EncodingCharacters {
        static let crlf = "\r\n"
    }

    struct BoundaryGenerator {
        enum BoundaryType {
            case initial, encapsulated, final
        }

        static func randomBoundary() -> String {
            return String(format: "alamofire.boundary.%08x%08x", arc4random(), arc4random())
        }

        static func boundaryData(forBoundaryType boundaryType: BoundaryType, boundary: String) -> Data {
            let boundaryText: String

            switch boundaryType {
            case .initial:
                boundaryText = "--\(boundary)\(EncodingCharacters.crlf)"
            case .encapsulated:
                boundaryText = "\(EncodingCharacters.crlf)--\(boundary)\(EncodingCharacters.crlf)"
            case .final:
                boundaryText = "\(EncodingCharacters.crlf)--\(boundary)--\(EncodingCharacters.crlf)"
            }

            return boundaryText.data(using: String.Encoding.utf8, allowLossyConversion: false)!
        }
    }

    class BodyPart {
        let headers: HTTPHeaders
        let bodyStream: InputStream
        let bodyContentLength: UInt64
        var hasInitialBoundary = false
        var hasFinalBoundary = false

        init(headers: HTTPHeaders, bodyStream: InputStream, bodyContentLength: UInt64) {
            self.headers = headers
            self.bodyStream = bodyStream
            self.bodyContentLength = bodyContentLength
        }
    }

    // MARK: - Properties

    /// The `Content-Type` header value containing the boundary used to generate the `multipart/form-data`.
    open lazy var contentType: String = "multipart/form-data; boundary=\(self.boundary)"

    /// The content length of all body parts used to generate the `multipart/form-data` not including the boundaries.
    public var contentLength: UInt64 { return bodyParts.reduce(0) { $0 + $1.bodyContentLength } }

    /// The boundary used to separate the body parts in the encoded form data.
    public let boundary: String

    private var bodyParts: [BodyPart]
    private var bodyPartError: AFError?
    private let streamBufferSize: Int

    // MARK: - Lifecycle

    /// Creates a multipart form data object.
    ///
    /// - returns: The multipart form data object.
    public init() {
        self.boundary = BoundaryGenerator.randomBoundary()
        self.bodyParts = []

        ///
        /// The optimal read/write buffer size in bytes for input and output streams is 1024 (1KB). For more
        /// information, please refer to the following article:
        ///   - https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Streams/Articles/ReadingInputStreams.html
        ///

        self.streamBufferSize = 1024
    }

    // MARK: - Body Parts

    /// Creates a body part from the data and appends it to the multipart form data object.
    ///
    /// The body part data will be encoded using the following format:
    ///
    /// - `Content-Disposition: form-data; name=#{name}` (HTTP Header)
    /// - Encoded data
    /// - Multipart form boundary
    ///
    /// - parameter data: The data to encode into the multipart form data.
    /// - parameter name: The name to associate with the data in the `Content-Disposition` HTTP header.
    public func append(_ data: Data, withName name: String) {
        let headers = contentHeaders(withName: name)
        let stream = InputStream(data: data)
        let length = UInt64(data.count)

        append(stream, withLength: length, headers: headers)
    }

    /// Creates a body part from the data and appends it to the multipart form data object.
    ///
    /// The body part data will be encoded using the following format:
    ///
    /// - `Content-Disposition: form-data; name=#{name}` (HTTP Header)
    /// - `Content-Type: #{generated mimeType}` (HTTP Header)
    /// - Encoded data
    /// - Multipart form boundary
    ///
    /// - parameter data:     The data to encode into the multipart form data.
    /// - parameter name:     The name to associate with the data in the `Content-Disposition` HTTP header.
    /// - parameter mimeType: The MIME type to associate with the data content type in the `Content-Type` HTTP header.
    public func append(_ data: Data, withName name: String, mimeType: String) {
        let headers = contentHeaders(withName: name, mimeType: mimeType)
        let stream = InputStream(data: data)
        let length = UInt64(data.count)

        append(stream, withLength: length, headers: headers)
    }

    /// Creates a body part from the data and appends it to the multipart form data object.
    ///
    /// The body part data will be encoded using the following format:
    ///
    /// - `Content-Disposition: form-data; name=#{name}; filename=#{filename}` (HTTP Header)
    /// - `Content-Type: #{mimeType}` (HTTP Header)
    /// - Encoded file data
    /// - Multipart form boundary
    ///
    /// - parameter data:     The data to encode into the multipart form data.
    /// - parameter name:     The name to associate with the data in the `Content-Disposition` HTTP header.
    /// - parameter fileName: The filename to associate with the data in the `Content-Disposition` HTTP header.
    /// - parameter mimeType: The MIME type to associate with the data in the `Content-Type` HTTP header.
    public func append(_ data: Data, withName name: String, fileName: String, mimeType: String) {
        let headers = contentHeaders(withName: name, fileName: fileName, mimeType: mimeType)
        let stream = InputStream(data: data)
        let length = UInt64(data.count)

        append(stream, withLength: length, headers: headers)
    }

    /// Creates a body part from the file and appends it to the multipart form data object.
    ///
    /// The body part data will be encoded using the following format:
    ///
    /// - `Content-Disposition: form-data; name=#{name}; filename=#{generated filename}` (HTTP Header)
    /// - `Content-Type: #{generated mimeType}` (HTTP Header)
    /// - Encoded file data
    /// - Multipart form boundary
    ///
    /// The filename in the `Content-Disposition` HTTP header is generated from the last path component of the
    /// `fileURL`. The `Content-Type` HTTP header MIME type is generated by mapping the `fileURL` extension to the
    /// system associated MIME type.
    ///
    /// - parameter fileURL: The URL of the file whose content will be encoded into the multipart form data.
    /// - parameter name:    The name to associate with the file content in the `Content-Disposition` HTTP header.
    public func append(_ fileURL: URL, withName name: String) {
        let fileName = fileURL.lastPathComponent
        let pathExtension = fileURL.pathExtension

        if !fileName.isEmpty && !pathExtension.isEmpty {
            let mime = mimeType(forPathExtension: pathExtension)
            append(fileURL, withName: name, fileName: fileName, mimeType: mime)
        } else {
            setBodyPartError(withReason: .bodyPartFilenameInvalid(in: fileURL))
        }
    }

    /// Creates a body part from the file and appends it to the multipart form data object.
    ///
    /// The body part data will be encoded using the following format:
    ///
    /// - Content-Disposition: form-data; name=#{name}; filename=#{filename} (HTTP Header)
    /// - Content-Type: #{mimeType} (HTTP Header)
    /// - Encoded file data
    /// - Multipart form boundary
    ///
    /// - parameter fileURL:  The URL of the file whose content will be encoded into the multipart form data.
    /// - parameter name:     The name to associate with the file content in the `Content-Disposition` HTTP header.
    /// - parameter fileName: The filename to associate with the file content in the `Content-Disposition` HTTP header.
    /// - parameter mimeType: The MIME type to associate with the file content in the `Content-Type` HTTP header.
    public func append(_ fileURL: URL, withName name: String, fileName: String, mimeType: String) {
        let headers = contentHeaders(withName: name, fileName: fileName, mimeType: mimeType)

        //============================================================
        //                 Check 1 - is file URL?
        //============================================================

        guard fileURL.isFileURL else {
            setBodyPartError(withReason: .bodyPartURLInvalid(url: fileURL))
            return
        }

        //============================================================
        //              Check 2 - is file URL reachable?
        //============================================================

        do {
            let isReachable = try fileURL.checkPromisedItemIsReachable()
            guard isReachable else {
                setBodyPartError(withReason: .bodyPartFileNotReachable(at: fileURL))
                return
            }
        } catch {
            setBodyPartError(withReason: .bodyPartFileNotReachableWithError(atURL: fileURL, error: error))
            return
        }

        //============================================================
        //            Check 3 - is file URL a directory?
        //============================================================

        var isDirectory: ObjCBool = false
        let path = fileURL.path

        guard FileManager.default.fileExists(atPath: path, isDirectory: &isDirectory) && !isDirectory.boolValue else {
            setBodyPartError(withReason: .bodyPartFileIsDirectory(at: fileURL))
            return
        }

        //============================================================
        //          Check 4 - can the file size be extracted?
        //============================================================

        let bodyContentLength: UInt64

        do {
            guard let fileSize = try FileManager.default.attributesOfItem(atPath: path)[.size] as? NSNumber else {
                setBodyPartError(withReason: .bodyPartFileSizeNotAvailable(at: fileURL))
                return
            }

            bodyContentLength = fileSize.uint64Value
        }
        catch {
            setBodyPartError(withReason: .bodyPartFileSizeQueryFailedWithError(forURL: fileURL, error: error))
            return
        }

        //============================================================
        //       Check 5 - can a stream be created from file URL?
        //============================================================

        guard let stream = InputStream(url: fileURL) else {
            setBodyPartError(withReason: .bodyPartInputStreamCreationFailed(for: fileURL))
            return
        }

        append(stream, withLength: bodyContentLength, headers: headers)
    }

    /// Creates a body part from the stream and appends it to the multipart form data object.
    ///
    /// The body part data will be encoded using the following format:
    ///
    /// - `Content-Disposition: form-data; name=#{name}; filename=#{filename}` (HTTP Header)
    /// - `Content-Type: #{mimeType}` (HTTP Header)
    /// - Encoded stream data
    /// - Multipart form boundary
    ///
    /// - parameter stream:   The input stream to encode in the multipart form data.
    /// - parameter length:   The content length of the stream.
    /// - parameter name:     The name to associate with the stream content in the `Content-Disposition` HTTP header.
    /// - parameter fileName: The filename to associate with the stream content in the `Content-Disposition` HTTP header.
    /// - parameter mimeType: The MIME type to associate with the stream content in the `Content-Type` HTTP header.
    public func append(
        _ stream: InputStream,
        withLength length: UInt64,
        name: String,
        fileName: String,
        mimeType: String)
    {
        let headers = contentHeaders(withName: name, fileName: fileName, mimeType: mimeType)
        append(stream, withLength: length, headers: headers)
    }

    /// Creates a body part with the headers, stream and length and appends it to the multipart form data object.
    ///
    /// The body part data will be encoded using the following format:
    ///
    /// - HTTP headers
    /// - Encoded stream data
    /// - Multipart form boundary
    ///
    /// - parameter stream:  The input stream to encode in the multipart form data.
    /// - parameter length:  The content length of the stream.
    /// - parameter headers: The HTTP headers for the body part.
    public func append(_ stream: InputStream, withLength length: UInt64, headers: HTTPHeaders) {
        let bodyPart = BodyPart(headers: headers, bodyStream: stream, bodyContentLength: length)
        bodyParts.append(bodyPart)
    }

    // MARK: - Data Encoding

    /// Encodes all the appended body parts into a single `Data` value.
    ///
    /// It is important to note that this method will load all the appended body parts into memory all at the same
    /// time. This method should only be used when the encoded data will have a small memory footprint. For large data
    /// cases, please use the `writeEncodedDataToDisk(fileURL:completionHandler:)` method.
    ///
    /// - throws: An `AFError` if encoding encounters an error.
    ///
    /// - returns: The encoded `Data` if encoding is successful.
    public func encode() throws -> Data {
        if let bodyPartError = bodyPartError {
            throw bodyPartError
        }

        var encoded = Data()

        bodyParts.first?.hasInitialBoundary = true
        bodyParts.last?.hasFinalBoundary = true

        for bodyPart in bodyParts {
            let encodedData = try encode(bodyPart)
            encoded.append(encodedData)
        }

        return encoded
    }

    /// Writes the appended body parts into the given file URL.
    ///
    /// This process is facilitated by reading and writing with input and output streams, respectively. Thus,
    /// this approach is very memory efficient and should be used for large body part data.
    ///
    /// - parameter fileURL: The file URL to write the multipart form data into.
    ///
    /// - throws: An `AFError` if encoding encounters an error.
    public func writeEncodedData(to fileURL: URL) throws {
        if let bodyPartError = bodyPartError {
            throw bodyPartError
        }

        if FileManager.default.fileExists(atPath: fileURL.path) {
            throw AFError.multipartEncodingFailed(reason: .outputStreamFileAlreadyExists(at: fileURL))
        } else if !fileURL.isFileURL {
            throw AFError.multipartEncodingFailed(reason: .outputStreamURLInvalid(url: fileURL))
        }

        guard let outputStream = OutputStream(url: fileURL, append: false) else {
            throw AFError.multipartEncodingFailed(reason: .outputStreamCreationFailed(for: fileURL))
        }

        outputStream.open()
        defer { outputStream.close() }

        self.bodyParts.first?.hasInitialBoundary = true
        self.bodyParts.last?.hasFinalBoundary = true

        for bodyPart in self.bodyParts {
            try write(bodyPart, to: outputStream)
        }
    }

    // MARK: - Private - Body Part Encoding

    private func encode(_ bodyPart: BodyPart) throws -> Data {
        var encoded = Data()

        let initialData = bodyPart.hasInitialBoundary ? initialBoundaryData() : encapsulatedBoundaryData()
        encoded.append(initialData)

        let headerData = encodeHeaders(for: bodyPart)
        encoded.append(headerData)

        let bodyStreamData = try encodeBodyStream(for: bodyPart)
        encoded.append(bodyStreamData)

        if bodyPart.hasFinalBoundary {
            encoded.append(finalBoundaryData())
        }

        return encoded
    }

    private func encodeHeaders(for bodyPart: BodyPart) -> Data {
        var headerText = ""

        for (key, value) in bodyPart.headers {
            headerText += "\(key): \(value)\(EncodingCharacters.crlf)"
        }
        headerText += EncodingCharacters.crlf

        return headerText.data(using: String.Encoding.utf8, allowLossyConversion: false)!
    }

    private func encodeBodyStream(for bodyPart: BodyPart) throws -> Data {
        let inputStream = bodyPart.bodyStream
        inputStream.open()
        defer { inputStream.close() }

        var encoded = Data()

        while inputStream.hasBytesAvailable {
            var buffer = [UInt8](repeating: 0, count: streamBufferSize)
            let bytesRead = inputStream.read(&buffer, maxLength: streamBufferSize)

            if let error = inputStream.streamError {
                throw AFError.multipartEncodingFailed(reason: .inputStreamReadFailed(error: error))
            }

            if bytesRead > 0 {
                encoded.append(buffer, count: bytesRead)
            } else {
                break
            }
        }

        return encoded
    }

    // MARK: - Private - Writing Body Part to Output Stream

    private func write(_ bodyPart: BodyPart, to outputStream: OutputStream) throws {
        try writeInitialBoundaryData(for: bodyPart, to: outputStream)
        try writeHeaderData(for: bodyPart, to: outputStream)
        try writeBodyStream(for: bodyPart, to: outputStream)
        try writeFinalBoundaryData(for: bodyPart, to: outputStream)
    }

    private func writeInitialBoundaryData(for bodyPart: BodyPart, to outputStream: OutputStream) throws {
        let initialData = bodyPart.hasInitialBoundary ? initialBoundaryData() : encapsulatedBoundaryData()
        return try write(initialData, to: outputStream)
    }

    private func writeHeaderData(for bodyPart: BodyPart, to outputStream: OutputStream) throws {
        let headerData = encodeHeaders(for: bodyPart)
        return try write(headerData, to: outputStream)
    }

    private func writeBodyStream(for bodyPart: BodyPart, to outputStream: OutputStream) throws {
        let inputStream = bodyPart.bodyStream

        inputStream.open()
        defer { inputStream.close() }

        while inputStream.hasBytesAvailable {
            var buffer = [UInt8](repeating: 0, count: streamBufferSize)
            let bytesRead = inputStream.read(&buffer, maxLength: streamBufferSize)

            if let streamError = inputStream.streamError {
                throw AFError.multipartEncodingFailed(reason: .inputStreamReadFailed(error: streamError))
            }

            if bytesRead > 0 {
                if buffer.count != bytesRead {
                    buffer = Array(buffer[0..<bytesRead])
                }

                try write(&buffer, to: outputStream)
            } else {
                break
            }
        }
    }

    private func writeFinalBoundaryData(for bodyPart: BodyPart, to outputStream: OutputStream) throws {
        if bodyPart.hasFinalBoundary {
            return try write(finalBoundaryData(), to: outputStream)
        }
    }

    // MARK: - Private - Writing Buffered Data to Output Stream

    private func write(_ data: Data, to outputStream: OutputStream) throws {
        var buffer = [UInt8](repeating: 0, count: data.count)
        data.copyBytes(to: &buffer, count: data.count)

        return try write(&buffer, to: outputStream)
    }

    private func write(_ buffer: inout [UInt8], to outputStream: OutputStream) throws {
        var bytesToWrite = buffer.count

        while bytesToWrite > 0, outputStream.hasSpaceAvailable {
            let bytesWritten = outputStream.write(buffer, maxLength: bytesToWrite)

            if let error = outputStream.streamError {
                throw AFError.multipartEncodingFailed(reason: .outputStreamWriteFailed(error: error))
            }

            bytesToWrite -= bytesWritten

            if bytesToWrite > 0 {
                buffer = Array(buffer[bytesWritten..<buffer.count])
            }
        }
    }

    // MARK: - Private - Mime Type

    private func mimeType(forPathExtension pathExtension: String) -> String {
        if
            let id = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, pathExtension as CFString, nil)?.takeRetainedValue(),
            let contentType = UTTypeCopyPreferredTagWithClass(id, kUTTagClassMIMEType)?.takeRetainedValue()
        {
            return contentType as String
        }

        return "application/octet-stream"
    }

    // MARK: - Private - Content Headers

    private func contentHeaders(withName name: String, fileName: String? = nil, mimeType: String? = nil) -> [String: String] {
        var disposition = "form-data; name=\"\(name)\""
        if let fileName = fileName { disposition += "; filename=\"\(fileName)\"" }

        var headers = ["Content-Disposition": disposition]
        if let mimeType = mimeType { headers["Content-Type"] = mimeType }

        return headers
    }

    // MARK: - Private - Boundary Encoding

    private func initialBoundaryData() -> Data {
        return BoundaryGenerator.boundaryData(forBoundaryType: .initial, boundary: boundary)
    }

    private func encapsulatedBoundaryData() -> Data {
        return BoundaryGenerator.boundaryData(forBoundaryType: .encapsulated, boundary: boundary)
    }

    private func finalBoundaryData() -> Data {
        return BoundaryGenerator.boundaryData(forBoundaryType: .final, boundary: boundary)
    }

    // MARK: - Private - Errors

    private func setBodyPartError(withReason reason: AFError.MultipartEncodingFailureReason) {
        guard bodyPartError == nil else { return }
        bodyPartError = AFError.multipartEncodingFailed(reason: reason)
    }
}


================================================
FILE: Pods/Alamofire/Source/NetworkReachabilityManager.swift
================================================
//
//  NetworkReachabilityManager.swift
//
//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
//
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

#if !os(watchOS)

import Foundation
import SystemConfiguration

/// The `NetworkReachabilityManager` class listens for reachability changes of hosts and addresses for both WWAN and
/// WiFi network interfaces.
///
/// Reachability can be used to determine background information about why a network operation failed, or to retry
/// network requests when a connection is established. It should not be used to prevent a user from initiating a network
/// request, as it's possible that an initial request may be required to establish reachability.
public class NetworkReachabilityManager {
    /// Defines the various states of network reachability.
    ///
    /// - unknown:      It is unknown whether the network is reachable.
    /// - notReachable: The network is not reachable.
    /// - reachable:    The network is reachable.
    public enum NetworkReachabilityStatus {
        case unknown
        case notReachable
        case reachable(ConnectionType)
    }

    /// Defines the various connection types detected by reachability flags.
    ///
    /// - ethernetOrWiFi: The connection type is either over Ethernet or WiFi.
    /// - wwan:           The connection type is a WWAN connection.
    public enum ConnectionType {
        case ethernetOrWiFi
        case wwan
    }

    /// A closure executed when the network reachability status changes. The closure takes a single argument: the
    /// network reachability status.
    public typealias Listener = (NetworkReachabilityStatus) -> Void

    // MARK: - Properties

    /// Whether the network is currently reachable.
    public var isReachable: Bool { return isReachableOnWWAN || isReachableOnEthernetOrWiFi }

    /// Whether the network is currently reachable over the WWAN interface.
    public var isReachableOnWWAN: Bool { return networkReachabilityStatus == .reachable(.wwan) }

    /// Whether the network is currently reachable over Ethernet or WiFi interface.
    public var isReachableOnEthernetOrWiFi: Bool { return networkReachabilityStatus == .reachable(.ethernetOrWiFi) }

    /// The current network reachability status.
    public var networkReachabilityStatus: NetworkReachabilityStatus {
        guard let flags = self.flags else { return .unknown }
        return networkReachabilityStatusForFlags(flags)
    }

    /// The dispatch queue to execute the `listener` closure on.
    public var listenerQueue: DispatchQueue = DispatchQueue.main

    /// A closure executed when the network reachability status changes.
    public var listener: Listener?

    private var flags: SCNetworkReachabilityFlags? {
        var flags = SCNetworkReachabilityFlags()

        if SCNetworkReachabilityGetFlags(reachability, &flags) {
            return flags
        }

        return nil
    }

    private let reachability: SCNetworkReachability
    private var previousFlags: SCNetworkReachabilityFlags

    // MARK: - Initialization

    /// Creates a `NetworkReachabilityManager` instance with the specified host.
    ///
    /// - parameter host: The host used to evaluate network reachability.
    ///
    /// - returns: The new `NetworkReachabilityManager` instance.
    public convenience init?(host: String) {
        guard let reachability = SCNetworkReachabilityCreateWithName(nil, host) else { return nil }
        self.init(reachability: reachability)
    }

    /// Creates a `NetworkReachabilityManager` instance that monitors the address 0.0.0.0.
    ///
    /// Reachability treats the 0.0.0.0 address as a special token that causes it to monitor the general routing
    /// status of the device, both IPv4 and IPv6.
    ///
    /// - returns: The new `NetworkReachabilityManager` instance.
    public convenience init?() {
        var address = sockaddr_in()
        address.sin_len = UInt8(MemoryLayout<sockaddr_in>.size)
        address.sin_family = sa_family_t(AF_INET)

        guard let reachability = withUnsafePointer(to: &address, { pointer in
            return pointer.withMemoryRebound(to: sockaddr.self, capacity: MemoryLayout<sockaddr>.size) {
                return SCNetworkReachabilityCreateWithAddress(nil, $0)
            }
        }) else { return nil }

        self.init(reachability: reachability)
    }

    private init(reachability: SCNetworkReachability) {
        self.reachability = reachability
        self.previousFlags = SCNetworkReachabilityFlags()
    }

    deinit {
        stopListening()
    }

    // MARK: - Listening

    /// Starts listening for changes in network reachability status.
    ///
    /// - returns: `true` if listening was started successfully, `false` otherwise.
    @discardableResult
    public func startListening() -> Bool {
        var context = SCNetworkReachabilityContext(version: 0, info: nil, retain: nil, release: nil, copyDescription: nil)
        context.info = Unmanaged.passUnretained(self).toOpaque()

        let callbackEnabled = SCNetworkReachabilitySetCallback(
            reachability,
            { (_, flags, info) in
                let reachability = Unmanaged<NetworkReachabilityManager>.fromOpaque(info!).takeUnretainedValue()
                reachability.notifyListener(flags)
            },
            &context
        )

        let queueEnabled = SCNetworkReachabilitySetDispatchQueue(reachability, listenerQueue)

        listenerQueue.async {
            self.previousFlags = SCNetworkReachabilityFlags()
            self.notifyListener(self.flags ?? SCNetworkReachabilityFlags())
        }

        return callbackEnabled && queueEnabled
    }

    /// Stops listening for changes in network reachability status.
    public func stopListening() {
        SCNetworkReachabilitySetCallback(reachability, nil, nil)
        SCNetworkReachabilitySetDispatchQueue(reachability, nil)
    }

    // MARK: - Internal - Listener Notification

    func notifyListener(_ flags: SCNetworkReachabilityFlags) {
        guard previousFlags != flags else { return }
        previousFlags = flags

        listener?(networkReachabilityStatusForFlags(flags))
    }

    // MARK: - Internal - Network Reachability Status

    func networkReachabilityStatusForFlags(_ flags: SCNetworkReachabilityFlags) -> NetworkReachabilityStatus {
        guard isNetworkReachable(with: flags) else { return .notReachable }

        var networkStatus: NetworkReachabilityStatus = .reachable(.ethernetOrWiFi)

    #if os(iOS)
        if flags.contains(.isWWAN) { networkStatus = .reachable(.wwan) }
    #endif

        return networkStatus
    }

    func isNetworkReachable(with flags: SCNetworkReachabilityFlags) -> Bool {
        let isReachable = flags.contains(.reachable)
        let needsConnection = flags.contains(.connectionRequired)
        let canConnectAutomatically = flags.contains(.connectionOnDemand) || flags.contains(.connectionOnTraffic)
        let canConnectWithoutUserInteraction = canConnectAutomatically && !flags.contains(.interventionRequired)

        return isReachable && (!needsConnection || canConnectWithoutUserInteraction)
    }
}

// MARK: -

extension NetworkReachabilityManager.NetworkReachabilityStatus: Equatable {}

/// Returns whether the two network reachability status values are equal.
///
/// - parameter lhs: The left-hand side value to compare.
/// - parameter rhs: The right-hand side value to compare.
///
/// - returns: `true` if the two values are equal, `false` otherwise.
public func ==(
    lhs: NetworkReachabilityManager.NetworkReachabilityStatus,
    rhs: NetworkReachabilityManager.NetworkReachabilityStatus)
    -> Bool
{
    switch (lhs, rhs) {
    case (.unknown, .unknown):
        return true
    case (.notReachable, .notReachable):
        return true
    case let (.reachable(lhsConnectionType), .reachable(rhsConnectionType)):
        return lhsConnectionType == rhsConnectionType
    default:
        return false
    }
}

#endif


================================================
FILE: Pods/Alamofire/Source/Notifications.swift
================================================
//
//  Notifications.swift
//
//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
//
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

import Foundation

extension Notification.Name {
    /// Used as a namespace for all `URLSessionTask` related notifications.
    public struct Task {
        /// Posted when a `URLSessionTask` is resumed. The notification `object` contains the resumed `URLSessionTask`.
        public static let DidResume = Notification.Name(rawValue: "org.alamofire.notification.name.task.didResume")

        /// Posted when a `URLSessionTask` is suspended. The notification `object` contains the suspended `URLSessionTask`.
        public static let DidSuspend = Notification.Name(rawValue: "org.alamofire.notification.name.task.didSuspend")

        /// Posted when a `URLSessionTask` is cancelled. The notification `object` contains the cancelled `URLSessionTask`.
        public static let DidCancel = Notification.Name(rawValue: "org.alamofire.notification.name.task.didCancel")

        /// Posted when a `URLSessionTask` is completed. The notification `object` contains the completed `URLSessionTask`.
        public static let DidComplete = Notification.Name(rawValue: "org.alamofire.notification.name.task.didComplete")
    }
}

// MARK: -

extension Notification {
    /// Used as a namespace for all `Notification` user info dictionary keys.
    public struct Key {
        /// User info dictionary key representing the `URLSessionTask` associated with the notification.
        public static let Task = "org.alamofire.notification.key.task"
    }
}


================================================
FILE: Pods/Alamofire/Source/ParameterEncoding.swift
================================================
//
//  ParameterEncoding.swift
//
//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
//
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

import Foundation

/// HTTP method definitions.
///
/// See https://tools.ietf.org/html/rfc7231#section-4.3
public enum HTTPMethod: String {
    case options = "OPTIONS"
    case get     = "GET"
    case head    = "HEAD"
    case post    = "POST"
    case put     = "PUT"
    case patch   = "PATCH"
    case delete  = "DELETE"
    case trace   = "TRACE"
    case connect = "CONNECT"
}

// MARK: -

/// A dictionary of parameters to apply to a `URLRequest`.
public typealias Parameters = [String: Any]

/// A type used to define how a set of parameters are applied to a `URLRequest`.
public protocol ParameterEncoding {
    /// Creates a URL request by encoding parameters and applying them onto an existing request.
    ///
    /// - parameter urlRequest: The request to have parameters applied.
    /// - parameter parameters: The parameters to apply.
    ///
    /// - throws: An `AFError.parameterEncodingFailed` error if encoding fails.
    ///
    /// - returns: The encoded request.
    func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest
}

// MARK: -

/// Creates a url-encoded query string to be set as or appended to any existing URL query string or set as the HTTP
/// body of the URL request. Whether the query string is set or appended to any existing URL query string or set as
/// the HTTP body depends on the destination of the encoding.
///
/// The `Content-Type` HTTP header field of an encoded request with HTTP body is set to
/// `application/x-www-form-urlencoded; charset=utf-8`. Since there is no published specification for how to encode
/// collection types, the convention of appending `[]` to the key for array values (`foo[]=1&foo[]=2`), and appending
/// the key surrounded by square brackets for nested dictionary values (`foo[bar]=baz`).
public struct URLEncoding: ParameterEncoding {

    // MARK: Helper Types

    /// Defines whether the url-encoded query string is applied to the existing query string or HTTP body of the
    /// resulting URL request.
    ///
    /// - methodDependent: Applies encoded query string result to existing query string for `GET`, `HEAD` and `DELETE`
    ///                    requests and sets as the HTTP body for requests with any other HTTP method.
    /// - queryString:     Sets or appends encoded query string result to existing query string.
    /// - httpBody:        Sets encoded query string result as the HTTP body of the URL request.
    public enum Destination {
        case methodDependent, queryString, httpBody
    }

    // MARK: Properties

    /// Returns a default `URLEncoding` instance.
    public static var `default`: URLEncoding { return URLEncoding() }

    /// Returns a `URLEncoding` instance with a `.methodDependent` destination.
    public static var methodDependent: URLEncoding { return URLEncoding() }

    /// Returns a `URLEncoding` instance with a `.queryString` destination.
    public static var queryString: URLEncoding { return URLEncoding(destination: .queryString) }

    /// Returns a `URLEncoding` instance with an `.httpBody` destination.
    public static var httpBody: URLEncoding { return URLEncoding(destination: .httpBody) }

    /// The destination defining where the encoded query string is to be applied to the URL request.
    public let destination: Destination

    // MARK: Initialization

    /// Creates a `URLEncoding` instance using the specified destination.
    ///
    /// - parameter destination: The destination defining where the encoded query string is to be applied.
    ///
    /// - returns: The new `URLEncoding` instance.
    public init(destination: Destination = .methodDependent) {
        self.destination = destination
    }

    // MARK: Encoding

    /// Creates a URL request by encoding parameters and applying them onto an existing request.
    ///
    /// - parameter urlRequest: The request to have parameters applied.
    /// - parameter parameters: The parameters to apply.
    ///
    /// - throws: An `Error` if the encoding process encounters an error.
    ///
    /// - returns: The encoded request.
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
        var urlRequest = try urlRequest.asURLRequest()

        guard let parameters = parameters else { return urlRequest }

        if let method = HTTPMethod(rawValue: urlRequest.httpMethod ?? "GET"), encodesParametersInURL(with: method) {
            guard let url = urlRequest.url else {
                throw AFError.parameterEncodingFailed(reason: .missingURL)
            }

            if var urlComponents = URLComponents(url: url, resolvingAgainstBaseURL: false), !parameters.isEmpty {
                let percentEncodedQuery = (urlComponents.percentEncodedQuery.map { $0 + "&" } ?? "") + query(parameters)
                urlComponents.percentEncodedQuery = percentEncodedQuery
                urlRequest.url = urlComponents.url
            }
        } else {
            if urlRequest.value(forHTTPHeaderField: "Content-Type") == nil {
                urlRequest.setValue("application/x-www-form-urlencoded; charset=utf-8", forHTTPHeaderField: "Content-Type")
            }

            urlRequest.httpBody = query(parameters).data(using: .utf8, allowLossyConversion: false)
        }

        return urlRequest
    }

    /// Creates percent-escaped, URL encoded query string components from the given key-value pair using recursion.
    ///
    /// - parameter key:   The key of the query component.
    /// - parameter value: The value of the query component.
    ///
    /// - returns: The percent-escaped, URL encoded query string components.
    public func queryComponents(fromKey key: String, value: Any) -> [(String, String)] {
        var components: [(String, String)] = []

        if let dictionary = value as? [String: Any] {
            for (nestedKey, value) in dictionary {
                components += queryComponents(fromKey: "\(key)[\(nestedKey)]", value: value)
            }
        } else if let array = value as? [Any] {
            for value in array {
                components += queryComponents(fromKey: "\(key)[]", value: value)
            }
        } else if let value = value as? NSNumber {
            if value.isBool {
                components.append((escape(key), escape((value.boolValue ? "1" : "0"))))
            } else {
                components.append((escape(key), escape("\(value)")))
            }
        } else if let bool = value as? Bool {
            components.append((escape(key), escape((bool ? "1" : "0"))))
        } else {
            components.append((escape(key), escape("\(value)")))
        }

        return components
    }

    /// Returns a percent-escaped string following RFC 3986 for a query string key or value.
    ///
    /// RFC 3986 states that the following characters are "reserved" characters.
    ///
    /// - General Delimiters: ":", "#", "[", "]", "@", "?", "/"
    /// - Sub-Delimiters: "!", "$", "&", "'", "(", ")", "*", "+", ",", ";", "="
    ///
    /// In RFC 3986 - Section 3.4, it states that the "?" and "/" characters should not be escaped to allow
    /// query strings to include a URL. Therefore, all "reserved" characters with the exception of "?" and "/"
    /// should be percent-escaped in the query string.
    ///
    /// - parameter string: The string to be percent-escaped.
    ///
    /// - returns: The percent-escaped string.
    public func escape(_ string: String) -> String {
        let generalDelimitersToEncode = ":#[]@" // does not include "?" or "/" due to RFC 3986 - Section 3.4
        let subDelimitersToEncode = "!$&'()*+,;="

        var allowedCharacterSet = CharacterSet.urlQueryAllowed
        allowedCharacterSet.remove(charactersIn: "\(generalDelimitersToEncode)\(subDelimitersToEncode)")

        var escaped = ""

        //==========================================================================================================
        //
        //  Batching is required for escaping due to an internal bug in iOS 8.1 and 8.2. Encoding more than a few
        //  hundred Chinese characters causes various malloc error crashes. To avoid this issue until iOS 8 is no
        //  longer supported, batching MUST be used for encoding. This introduces roughly a 20% overhead. For more
        //  info, please refer to:
        //
        //      - https://github.com/Alamofire/Alamofire/issues/206
        //
        //==========================================================================================================

        if #available(iOS 8.3, *) {
            escaped = string.addingPercentEncoding(withAllowedCharacters: allowedCharacterSet) ?? string
        } else {
            let batchSize = 50
            var index = string.startIndex

            while index != string.endIndex {
                let startIndex = index
                let endIndex = string.index(index, offsetBy: batchSize, limitedBy: string.endIndex) ?? string.endIndex
                let range = startIndex..<endIndex

                let substring = string[range]

                escaped += substring.addingPercentEncoding(withAllowedCharacters: allowedCharacterSet) ?? String(substring)

                index = endIndex
            }
        }

        return escaped
    }

    private func query(_ parameters: [String: Any]) -> String {
        var components: [(String, String)] = []

        for key in parameters.keys.sorted(by: <) {
            let value = parameters[key]!
            components += queryComponents(fromKey: key, value: value)
        }
        return components.map { "\($0)=\($1)" }.joined(separator: "&")
    }

    private func encodesParametersInURL(with method: HTTPMethod) -> Bool {
        switch destination {
        case .queryString:
            return true
        case .httpBody:
            return false
        default:
            break
        }

        switch method {
        case .get, .head, .delete:
            return true
        default:
            return false
        }
    }
}

// MARK: -

/// Uses `JSONSerialization` to create a JSON representation of the parameters object, which is set as the body of the
/// request. The `Content-Type` HTTP header field of an encoded request is set to `application/json`.
public struct JSONEncoding: ParameterEncoding {

    // MARK: Properties

    /// Returns a `JSONEncoding` instance with default writing options.
    public static var `default`: JSONEncoding { return JSONEncoding() }

    /// Returns a `JSONEncoding` instance with `.prettyPrinted` writing options.
    public static var prettyPrinted: JSONEncoding { return JSONEncoding(options: .prettyPrinted) }

    /// The options for writing the parameters as JSON data.
    public let options: JSONSerialization.WritingOptions

    // MARK: Initialization

    /// Creates a `JSONEncoding` instance using the specified options.
    ///
    /// - parameter options: The options for writing the parameters as JSON data.
    ///
    /// - returns: The new `JSONEncoding` instance.
    public init(options: JSONSerialization.WritingOptions = []) {
        self.options = options
    }

    // MARK: Encoding

    /// Creates a URL request by encoding parameters and applying them onto an existing request.
    ///
    /// - parameter urlRequest: The request to have parameters applied.
    /// - parameter parameters: The parameters to apply.
    ///
    /// - throws: An `Error` if the encoding process encounters an error.
    ///
    /// - returns: The encoded request.
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
        var urlRequest = try urlRequest.asURLRequest()

        guard let parameters = parameters else { return urlRequest }

        do {
            let data = try JSONSerialization.data(withJSONObject: parameters, options: options)

            if urlRequest.value(forHTTPHeaderField: "Content-Type") == nil {
                urlRequest.setValue("application/json", forHTTPHeaderField: "Content-Type")
            }

            urlRequest.httpBody = data
        } catch {
            throw AFError.parameterEncodingFailed(reason: .jsonEncodingFailed(error: error))
        }

        return urlRequest
    }

    /// Creates a URL request by encoding the JSON object and setting the resulting data on the HTTP body.
    ///
    /// - parameter urlRequest: The request to apply the JSON object to.
    /// - parameter jsonObject: The JSON object to apply to the request.
    ///
    /// - throws: An `Error` if the encoding process encounters an error.
    ///
    /// - returns: The encoded request.
    public func encode(_ urlRequest: URLRequestConvertible, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
        var urlRequest = try urlRequest.asURLRequest()

        guard let jsonObject = jsonObject else { return urlRequest }

        do {
            let data = try JSONSerialization.data(withJSONObject: jsonObject, options: options)

            if urlRequest.value(forHTTPHeaderField: "Content-Type") == nil {
                urlRequest.setValue("application/json", forHTTPHeaderField: "Content-Type")
            }

            urlRequest.httpBody = data
        } catch {
            throw AFError.parameterEncodingFailed(reason: .jsonEncodingFailed(error: error))
        }

        return urlRequest
    }
}

// MARK: -

/// Uses `PropertyListSerialization` to create a plist representation of the parameters object, according to the
/// associated format and write options values, which is set as the body of the request. The `Content-Type` HTTP header
/// field of an encoded request is set to `application/x-plist`.
public struct PropertyListEncoding: ParameterEncoding {

    // MARK: Properties

    /// Returns a default `PropertyListEncoding` instance.
    public static var `default`: PropertyListEncoding { return PropertyListEncoding() }

    /// Returns a `PropertyListEncoding` instance with xml formatting and default writing options.
    public static var xml: PropertyListEncoding { return PropertyListEncoding(format: .xml) }

    /// Returns a `PropertyListEncoding` instance with binary formatting and default writing options.
    public static var binary: PropertyListEncoding { return PropertyListEncoding(format: .binary) }

    /// The property list serialization format.
    public let format: PropertyListSerialization.PropertyListFormat

    /// The options for writing the parameters as plist data.
    public let options: PropertyListSerialization.WriteOptions

    // MARK: Initialization

    /// Creates a `PropertyListEncoding` instance using the specified format and options.
    ///
    /// - parameter format:  The property list serialization format.
    /// - parameter options: The options for writing the parameters as plist data.
    ///
    /// - returns: The new `PropertyListEncoding` instance.
    public init(
        format: PropertyListSerialization.PropertyListFormat = .xml,
        options: PropertyListSerialization.WriteOptions = 0)
    {
        self.format = format
        self.options = options
    }

    // MARK: Encoding

    /// Creates a URL request by encoding parameters and applying them onto an existing request.
    ///
    /// - parameter urlRequest: The request to have parameters applied.
    /// - parameter parameters: The parameters to apply.
    ///
    /// - throws: An `Error` if the encoding process encounters an error.
    ///
    /// - returns: The encoded request.
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
        var urlRequest = try urlRequest.asURLRequest()

        guard let parameters = parameters else { return urlRequest }

        do {
            let data = try PropertyListSerialization.data(
                fromPropertyList: parameters,
                format: format,
                options: options
            )

            if urlRequest.value(forHTTPHeaderField: "Content-Type") == nil {
                urlRequest.setValue("application/x-plist", forHTTPHeaderField: "Content-Type")
            }

            urlRequest.httpBody = data
        } catch {
            throw AFError.parameterEncodingFailed(reason: .propertyListEncodingFailed(error: error))
        }

        return urlRequest
    }
}

// MARK: -

extension NSNumber {
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
}


================================================
FILE: Pods/Alamofire/Source/Request.swift
================================================
//
//  Request.swift
//
//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
//
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

import Foundation

/// A type that can inspect and optionally adapt a `URLRequest` in some manner if necessary.
public protocol RequestAdapter {
    /// Inspects and adapts the specified `URLRequest` in some manner if necessary and returns the result.
    ///
    /// - parameter urlRequest: The URL request to adapt.
    ///
    /// - throws: An `Error` if the adaptation encounters an error.
    ///
    /// - returns: The adapted `URLRequest`.
    func adapt(_ urlRequest: URLRequest) throws -> URLRequest
}

// MARK: -

/// A closure executed when the `RequestRetrier` determines whether a `Request` should be retried or not.
public typealias RequestRetryCompletion = (_ shouldRetry: Bool, _ timeDelay: TimeInterval) -> Void

/// A type that determines whether a request should be retried after being executed by the specified session manager
/// and encountering an error.
public protocol RequestRetrier {
    /// Determines whether the `Request` should be retried by calling the `completion` closure.
    ///
    /// This operation is fully asynchronous. Any amount of time can be taken to determine whether the request needs
    /// to be retried. The one requirement is that the completion closure is called to ensure the request is properly
    /// cleaned up after.
    ///
    /// - parameter manager:    The session manager the request was executed on.
    /// - parameter request:    The request that failed due to the encountered error.
    /// - parameter error:      The error encountered when executing the request.
    /// - parameter completion: The completion closure to be executed when retry decision has been determined.
    func should(_ manager: SessionManager, retry request: Request, with error: Error, completion: @escaping RequestRetryCompletion)
}

// MARK: -

protocol TaskConvertible {
    func task(session: URLSession, adapter: RequestAdapter?, queue: DispatchQueue) throws -> URLSessionTask
}

/// A dictionary of headers to apply to a `URLRequest`.
public typealias HTTPHeaders = [String: String]

// MARK: -

/// Responsible for sending a request and receiving the response and associated data from the server, as well as
/// managing its underlying `URLSessionTask`.
open class Request {

    // MARK: Helper Types

    /// A closure executed when monitoring upload or download progress of a request.
    public typealias ProgressHandler = (Progress) -> Void

    enum RequestTask {
        case data(TaskConvertible?, URLSessionTask?)
        case download(TaskConvertible?, URLSessionTask?)
        case upload(TaskConvertible?, URLSessionTask?)
        case stream(TaskConvertible?, URLSessionTask?)
    }

    // MARK: Properties

    /// The delegate for the underlying task.
    open internal(set) var delegate: TaskDelegate {
        get {
            taskDelegateLock.lock() ; defer { taskDelegateLock.unlock() }
            return taskDelegate
        }
        set {
            taskDelegateLock.lock() ; defer { taskDelegateLock.unlock() }
            taskDelegate = newValue
        }
    }

    /// The underlying task.
    open var task: URLSessionTask? { return delegate.task }

    /// The session belonging to the underlying task.
    open let session: URLSession

    /// The request sent or to be sent to the server.
    open var request: URLRequest? { return task?.originalRequest }

    /// The response received from the server, if any.
    open var response: HTTPURLResponse? { return task?.response as? HTTPURLResponse }

    /// The number of times the request has been retried.
    open internal(set) var retryCount: UInt = 0

    let originalTask: TaskConvertible?

    var startTime: CFAbsoluteTime?
    var endTime: CFAbsoluteTime?

    var validations: [() -> Void] = []

    private var taskDelegate: TaskDelegate
    private var taskDelegateLock = NSLock()

    // MARK: Lifecycle

    init(session: URLSession, requestTask: RequestTask, error: Error? = nil) {
        self.session = session

        switch requestTask {
        case .data(let originalTask, let task):
            taskDelegate = DataTaskDelegate(task: task)
            self.originalTask = originalTask
        case .download(let originalTask, let task):
            taskDelegate = DownloadTaskDelegate(task: task)
            self.originalTask = originalTask
        case .upload(let originalTask, let task):
            taskDelegate = UploadTaskDelegate(task: task)
            self.originalTask = originalTask
        case .stream(let originalTask, let task):
            taskDelegate = TaskDelegate(task: task)
            self.originalTask = originalTask
        }

        delegate.error = error
        delegate.queue.addOperation { self.endTime = CFAbsoluteTimeGetCurrent() }
    }

    // MARK: Authentication

    /// Associates an HTTP Basic credential with the request.
    ///
    /// - parameter user:        The user.
    /// - parameter password:    The password.
    /// - parameter persistence: The URL credential persistence. `.ForSession` by default.
    ///
    /// - returns: The request.
    @discardableResult
    open func authenticate(
        user: String,
        password: String,
        persistence: URLCredential.Persistence = .forSession)
        -> Self
    {
        let credential = URLCredential(user: user, password: password, persistence: persistence)
        return authenticate(usingCredential: credential)
    }

    /// Associates a specified credential with the request.
    ///
    /// - parameter credential: The credential.
    ///
    /// - returns: The request.
    @discardableResult
    open func authenticate(usingCredential credential: URLCredential) -> Self {
        delegate.credential = credential
        return self
    }

    /// Returns a base64 encoded basic authentication credential as an authorization header tuple.
    ///
    /// - parameter user:     The user.
    /// - parameter password: The password.
    ///
    /// - returns: A tuple with Authorization header and credential value if encoding succeeds, `nil` otherwise.
    open static func authorizationHeader(user: String, password: String) -> (key: String, value: String)? {
        guard let data = "\(user):\(password)".data(using: .utf8) else { return nil }

        let credential = data.base64EncodedString(options: [])

        return (key: "Authorization", value: "Basic \(credential)")
    }

    // MARK: State

    /// Resumes the request.
    open func resume() {
        guard let task = task else { delegate.queue.isSuspended = false ; return }

        if startTime == nil { startTime = CFAbsoluteTimeGetCurrent() }

        task.resume()

        NotificationCenter.default.post(
            name: Notification.Name.Task.DidResume,
            object: self,
            userInfo: [Notification.Key.Task: task]
        )
    }

    /// Suspends the request.
    open func suspend() {
        guard let task = task else { return }

        task.suspend()

        NotificationCenter.default.post(
            name: Notification.Name.Task.DidSuspend,
            object: self,
            userInfo: [Notification.Key.Task: task]
        )
    }

    /// Cancels the request.
    open func cancel() {
        guard let task = task else { return }

        task.cancel()

        NotificationCenter.default.post(
            name: Notification.Name.Task.DidCancel,
            object: self,
            userInfo: [Notification.Key.Task: task]
        )
    }
}

// MARK: - CustomStringConvertible

extension Request: CustomStringConvertible {
    /// The textual representation used when written to an output stream, which includes the HTTP method and URL, as
    /// well as the response status code if a response has been received.
    open var description: String {
        var components: [String] = []

        if let HTTPMethod = request?.httpMethod {
            components.append(HTTPMethod)
        }

        if let urlString = request?.url?.absoluteString {
            components.append(urlString)
        }

        if let response = response {
            components.append("(\(response.statusCode))")
        }

        return components.joined(separator: " ")
    }
}

// MARK: - CustomDebugStringConvertible

extension Request: CustomDebugStringConvertible {
    /// The textual representation used when written to an output stream, in the form of a cURL command.
    open var debugDescription: String {
        return cURLRepresentation()
    }

    func cURLRepresentation() -> String {
        var components = ["$ curl -v"]

        guard let request = self.request,
              let url = request.url,
              let host = url.host
        else {
            return "$ curl command could not be created"
        }

        if let httpMethod = request.httpMethod, httpMethod != "GET" {
            components.append("-X \(httpMethod)")
        }

        if let credentialStorage = self.session.configuration.urlCredentialStorage {
            let protectionSpace = URLProtectionSpace(
                host: host,
                port: url.port ?? 0,
                protocol: url.scheme,
                realm: host,
                authenticationMethod: NSURLAuthenticationMethodHTTPBasic
            )

            if let credentials = credentialStorage.credentials(for: protectionSpace)?.values {
                for credential in credentials {
                    guard let user = credential.user, let password = credential.password else { continue }
                    components.append("-u \(user):\(password)")
                }
            } else {
                if let credential = delegate.credential, let user = credential.user, let password = credential.password {
                    components.append("-u \(user):\(password)")
                }
            }
        }

        if session.configuration.httpShouldSetCookies {
            if
                let cookieStorage = session.configuration.httpCookieStorage,
                let cookies = cookieStorage.cookies(for: url), !cookies.isEmpty
            {
                let string = cookies.reduce("") { $0 + "\($1.name)=\($1.value);" }

            #if swift(>=3.2)
                components.append("-b \"\(string[..<string.index(before: string.endIndex)])\"")
            #else
                components.append("-b \"\(string.substring(to: string.characters.index(before: string.endIndex)))\"")
            #endif
            }
        }

        var headers: [AnyHashable: Any] = [:]

        if let additionalHeaders = session.configuration.httpAdditionalHeaders {
            for (field, value) in additionalHeaders where field != AnyHashable("Cookie") {
                headers[field] = value
            }
        }

        if let headerFields = request.allHTTPHeaderFields {
            for (field, value) in headerFields where field != "Cookie" {
                headers[field] = value
            }
        }

        for (field, value) in headers {
            components.append("-H \"\(field): \(value)\"")
        }

        if let httpBodyData = request.httpBody, let httpBody = String(data: httpBodyData, encoding: .utf8) {
            var escapedBody = httpBody.replacingOccurrences(of: "\\\"", with: "\\\\\"")
            escapedBody = escapedBody.replacingOccurrences(of: "\"", with: "\\\"")

            components.append("-d \"\(escapedBody)\"")
        }

        components.append("\"\(url.absoluteString)\"")

        return components.joined(separator: " \\\n\t")
    }
}

// MARK: -

/// Specific type of `Request` that manages an underlying `URLSessionDataTask`.
open class DataRequest: Request {

    // MARK: Helper Types

    struct Requestable: TaskConvertible {
        let urlRequest: URLRequest

        func task(session: URLSession, adapter: RequestAdapter?, queue: DispatchQueue) throws -> URLSessionTask {
            do {
                let urlRequest = try self.urlRequest.adapt(using: adapter)
                return queue.sync { session.dataTask(with: urlRequest) }
            } catch {
                throw AdaptError(error: error)
            }
        }
    }

    // MARK: Properties

    /// The request sent or to be sent to the server.
    open override var request: URLRequest? {
        if let request = super.request { return request }
        if let requestable = originalTask as? Requestable { return requestable.urlRequest }

        return nil
    }

    /// The progress of fetching the response data from the server for the request.
    open var progress: Progress { return dataDelegate.progress }

    var dataDelegate: DataTaskDelegate { return delegate as! DataTaskDelegate }

    // MARK: Stream

    /// Sets a closure to be called periodically during the lifecycle of the request as data is read from the server.
    ///
    /// This closure returns the bytes most recently received from the server, not including data from previous calls.
    /// If this closure is set, data will only be available within this closure, and will not be saved elsewhere. It is
    /// also important to note that the server data in any `Response` object will be `nil`.
    ///
    /// - parameter closure: The code to be executed periodically during the lifecycle of the request.
    ///
    /// - returns: The request.
    @discardableResult
    open func stream(closure: ((Data) -> Void)? = nil) -> Self {
        dataDelegate.dataStream = closure
        return self
    }

    // MARK: Progress

    /// Sets a closure to be called periodically during the lifecycle of the `Request` as data is read from the server.
    ///
    /// - parameter queue:   The dispatch queue to execute the closure on.
    /// - parameter closure: The code to be executed periodically as data is read from the server.
    ///
    /// - returns: The request.
    @discardableResult
    open func downloadProgress(queue: DispatchQueue = DispatchQueue.main, closure: @escaping ProgressHandler) -> Self {
        dataDelegate.progressHandler = (closure, queue)
        return self
    }
}

// MARK: -

/// Specific type of `Request` that manages an underlying `URLSessionDownloadTask`.
open class DownloadRequest: Request {

    // MARK: Helper Types

    /// A collection of options to be executed prior to moving a downloaded file from the temporary URL to the
    /// destination URL.
    public struct DownloadOptions: OptionSet {
        /// Returns the raw bitmask value of the option and satisfies the `RawRepresentable` protocol.
        public let rawValue: UInt

        /// A `DownloadOptions` flag that creates intermediate directories for the destination URL if specified.
        public static let createIntermediateDirectories = DownloadOptions(rawValue: 1 << 0)

        /// A `DownloadOptions` flag that removes a previous file from the destination URL if specified.
        public static let removePreviousFile = DownloadOptions(rawValue: 1 << 1)

        /// Creates a `DownloadFileDestinationOptions` instance with the specified raw value.
        ///
        /// - parameter rawValue: The raw bitmask value for the option.
        ///
        /// - returns: A new log level instance.
        public init(rawValue: UInt) {
            self.rawValue = rawValue
        }
    }

    /// A closure executed once a download request has successfully completed in order to determine where to move the
    /// temporary file written to during the download process. The closure takes two arguments: the temporary file URL
    /// and the URL response, and returns a two arguments: the file URL where the temporary file should be moved and
    /// the options defining how the file should be moved.
    public typealias DownloadFileDestination = (
        _ temporaryURL: URL,
        _ response: HTTPURLResponse)
        -> (destinationURL: URL, options: DownloadOptions)

    enum Downloadable: TaskConvertible {
        case request(URLRequest)
        case resumeData(Data)

        func task(session: URLSession, adapter: RequestAdapter?, queue: DispatchQueue) throws -> URLSessionTask {
            do {
                let task: URLSessionTask

                switch self {
                case let .request(urlRequest):
                    let urlRequest = try urlRequest.adapt(using: adapter)
                    task = queue.sync { session.downloadTask(with: urlRequest) }
                case let .resumeData(resumeData):
                    task = queue.sync { session.downloadTask(withResumeData: resumeData) }
                }

                return task
            } catch {
                throw AdaptError(error: error)
            }
        }
    }

    // MARK: Properties

    /// The request sent or to be sent to the server.
    open override var request: URLRequest? {
        if let request = super.request { return request }

        if let downloadable = originalTask as? Downloadable, case let .request(urlRequest) = downloadable {
            return urlRequest
        }

        return nil
    }

    /// The resume data of the underlying download task if available after a failure.
    open var resumeData: Data? { return downloadDelegate.resumeData }

    /// The progress of downloading the response data from the server for the request.
    open var progress: Progress { return downloadDelegate.progress }

    var downloadDelegate: DownloadTaskDelegate { return delegate as! DownloadTaskDelegate }

    // MARK: State

    /// Cancels the request.
    open override func cancel() {
        downloadDelegate.downloadTask.cancel { self.downloadDelegate.resumeData = $0 }

        NotificationCenter.default.post(
            name: Notification.Name.Task.DidCancel,
            object: self,
            userInfo: [Notification.Key.Task: task as Any]
        )
    }

    // MARK: Progress

    /// Sets a closure to be called periodically during the lifecycle of the `Request` as data is read from the server.
    ///
    /// - parameter queue:   The dispatch queue to execute the closure on.
    /// - parameter closure: The code to be executed periodically as data is read from the server.
    ///
    /// - returns: The request.
    @discardableResult
    open func downloadProgress(queue: DispatchQueue = DispatchQueue.main, closure: @escaping ProgressHandler) -> Self {
        downloadDelegate.progressHandler = (closure, queue)
        return self
    }

    // MARK: Destination

    /// Creates a download file destination closure which uses the default file manager to move the temporary file to a
    /// file URL in the first available directory with the specified search path directory and search path domain mask.
    ///
    /// - parameter directory: The search path directory. `.DocumentDirectory` by default.
    /// - parameter domain:    The search path domain mask. `.UserDomainMask` by default.
    ///
    /// - returns: A download file destination closure.
    open class func suggestedDownloadDestination(
        for directory: FileManager.SearchPathDirectory = .documentDirectory,
        in domain: FileManager.SearchPathDomainMask = .userDomainMask)
        -> DownloadFileDestination
    {
        return { temporaryURL, response in
            let directoryURLs = FileManager.default.urls(for: directory, in: domain)

            if !
Download .txt
Showing preview only (300K chars total). Download the full file or copy to clipboard to get everything.
gitextract_mpyk4p85/

├── .gitigonre
├── Podfile
├── Pods/
│   ├── Alamofire/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Source/
│   │       ├── AFError.swift
│   │       ├── Alamofire.swift
│   │       ├── DispatchQueue+Alamofire.swift
│   │       ├── MultipartFormData.swift
│   │       ├── NetworkReachabilityManager.swift
│   │       ├── Notifications.swift
│   │       ├── ParameterEncoding.swift
│   │       ├── Request.swift
│   │       ├── Response.swift
│   │       ├── ResponseSerialization.swift
│   │       ├── Result.swift
│   │       ├── ServerTrustPolicy.swift
│   │       ├── SessionDelegate.swift
│   │       ├── SessionManager.swift
│   │       ├── TaskDelegate.swift
│   │       ├── Timeline.swift
│   │       └── Validation.swift
│   ├── Differentiator/
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   └── Sources/
│   │       └── Differentiator/
│   │           ├── AnimatableSectionModel.swift
│   │           ├── AnimatableSectionModelType+ItemPath.swift
│   │           ├── AnimatableSectionModelType.swift
│   │           ├── Changeset.swift
│   │           ├── Diff.swift
│   │           ├── IdentifiableType.swift
│   │           ├── IdentifiableValue.swift
│   │           ├── ItemPath.swift
│   │           ├── Optional+Extensions.swift
│   │           ├── SectionModel.swift
│   │           ├── SectionModelType.swift
│   │           └── Utilities.swift
│   ├── IQKeyboardManagerSwift/
│   │   ├── IQKeyboardManagerSwift/
│   │   │   ├── Categories/
│   │   │   │   ├── IQNSArray+Sort.swift
│   │   │   │   ├── IQUIScrollView+Additions.swift
│   │   │   │   ├── IQUITextFieldView+Additions.swift
│   │   │   │   ├── IQUIView+Hierarchy.swift
│   │   │   │   ├── IQUIViewController+Additions.swift
│   │   │   │   └── IQUIWindow+Hierarchy.swift
│   │   │   ├── Constants/
│   │   │   │   ├── IQKeyboardManagerConstants.swift
│   │   │   │   └── IQKeyboardManagerConstantsInternal.swift
│   │   │   ├── IQKeyboardManager.swift
│   │   │   ├── IQKeyboardReturnKeyHandler.swift
│   │   │   ├── IQTextView/
│   │   │   │   └── IQTextView.swift
│   │   │   └── IQToolbar/
│   │   │       ├── IQBarButtonItem.swift
│   │   │       ├── IQPreviousNextView.swift
│   │   │       ├── IQTitleBarButtonItem.swift
│   │   │       ├── IQToolbar.swift
│   │   │       └── IQUIView+IQKeyboardToolbar.swift
│   │   ├── LICENSE.md
│   │   └── README.md
│   ├── Kingfisher/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       ├── AnimatedImageView.swift
│   │       ├── Box.swift
│   │       ├── CacheSerializer.swift
│   │       ├── Filter.swift
│   │       ├── FormatIndicatedCacheSerializer.swift
│   │       ├── Image.swift
│   │       ├── ImageCache.swift
│   │       ├── ImageDownloader.swift
│   │       ├── ImagePrefetcher.swift
│   │       ├── ImageProcessor.swift
│   │       ├── ImageTransition.swift
│   │       ├── ImageView+Kingfisher.swift
│   │       ├── Indicator.swift
│   │       ├── Kingfisher.h
│   │       ├── Kingfisher.swift
│   │       ├── KingfisherManager.swift
│   │       ├── KingfisherOptionsInfo.swift
│   │       ├── Placeholder.swift
│   │       ├── RequestModifier.swift
│   │       ├── Resource.swift
│   │       ├── String+MD5.swift
│   │       ├── ThreadHelper.swift
│   │       └── UIButton+Kingfisher.swift
│   ├── MJRefresh/
│   │   ├── LICENSE
│   │   ├── MJRefresh/
│   │   │   ├── Base/
│   │   │   │   ├── MJRefreshAutoFooter.h
│   │   │   │   ├── MJRefreshAutoFooter.m
│   │   │   │   ├── MJRefreshBackFooter.h
│   │   │   │   ├── MJRefreshBackFooter.m
│   │   │   │   ├── MJRefreshComponent.h
│   │   │   │   ├── MJRefreshComponent.m
│   │   │   │   ├── MJRefreshFooter.h
│   │   │   │   ├── MJRefreshFooter.m
│   │   │   │   ├── MJRefreshHeader.h
│   │   │   │   └── MJRefreshHeader.m
│   │   │   ├── Custom/
│   │   │   │   ├── Footer/
│   │   │   │   │   ├── Auto/
│   │   │   │   │   │   ├── MJRefreshAutoGifFooter.h
│   │   │   │   │   │   ├── MJRefreshAutoGifFooter.m
│   │   │   │   │   │   ├── MJRefreshAutoNormalFooter.h
│   │   │   │   │   │   ├── MJRefreshAutoNormalFooter.m
│   │   │   │   │   │   ├── MJRefreshAutoStateFooter.h
│   │   │   │   │   │   └── MJRefreshAutoStateFooter.m
│   │   │   │   │   └── Back/
│   │   │   │   │       ├── MJRefreshBackGifFooter.h
│   │   │   │   │       ├── MJRefreshBackGifFooter.m
│   │   │   │   │       ├── MJRefreshBackNormalFooter.h
│   │   │   │   │       ├── MJRefreshBackNormalFooter.m
│   │   │   │   │       ├── MJRefreshBackStateFooter.h
│   │   │   │   │       └── MJRefreshBackStateFooter.m
│   │   │   │   └── Header/
│   │   │   │       ├── MJRefreshGifHeader.h
│   │   │   │       ├── MJRefreshGifHeader.m
│   │   │   │       ├── MJRefreshNormalHeader.h
│   │   │   │       ├── MJRefreshNormalHeader.m
│   │   │   │       ├── MJRefreshStateHeader.h
│   │   │   │       └── MJRefreshStateHeader.m
│   │   │   ├── MJRefresh.bundle/
│   │   │   │   ├── en.lproj/
│   │   │   │   │   └── Localizable.strings
│   │   │   │   ├── zh-Hans.lproj/
│   │   │   │   │   └── Localizable.strings
│   │   │   │   └── zh-Hant.lproj/
│   │   │   │       └── Localizable.strings
│   │   │   ├── MJRefresh.h
│   │   │   ├── MJRefreshConst.h
│   │   │   ├── MJRefreshConst.m
│   │   │   ├── NSBundle+MJRefresh.h
│   │   │   ├── NSBundle+MJRefresh.m
│   │   │   ├── UIScrollView+MJExtension.h
│   │   │   ├── UIScrollView+MJExtension.m
│   │   │   ├── UIScrollView+MJRefresh.h
│   │   │   ├── UIScrollView+MJRefresh.m
│   │   │   ├── UIView+MJExtension.h
│   │   │   └── UIView+MJExtension.m
│   │   └── README.md
│   ├── Moya/
│   │   ├── License.md
│   │   ├── Readme.md
│   │   └── Sources/
│   │       └── Moya/
│   │           ├── AnyEncodable.swift
│   │           ├── Cancellable.swift
│   │           ├── Endpoint.swift
│   │           ├── Image.swift
│   │           ├── Moya+Alamofire.swift
│   │           ├── MoyaError.swift
│   │           ├── MoyaProvider+Defaults.swift
│   │           ├── MoyaProvider+Internal.swift
│   │           ├── MoyaProvider.swift
│   │           ├── MultiTarget.swift
│   │           ├── MultipartFormData.swift
│   │           ├── Plugin.swift
│   │           ├── Plugins/
│   │           │   ├── AccessTokenPlugin.swift
│   │           │   ├── CredentialsPlugin.swift
│   │           │   ├── NetworkActivityPlugin.swift
│   │           │   └── NetworkLoggerPlugin.swift
│   │           ├── Response.swift
│   │           ├── TargetType.swift
│   │           ├── Task.swift
│   │           ├── URL+Moya.swift
│   │           └── URLRequest+Encoding.swift
│   ├── NSObject+Rx/
│   │   ├── HasDisposeBag.swift
│   │   ├── LICENSE
│   │   ├── NSObject+Rx.swift
│   │   └── Readme.md
│   ├── ObjectMapper/
│   │   ├── LICENSE
│   │   ├── README-CN.md
│   │   └── Sources/
│   │       ├── CustomDateFormatTransform.swift
│   │       ├── DataTransform.swift
│   │       ├── DateFormatterTransform.swift
│   │       ├── DateTransform.swift
│   │       ├── DictionaryTransform.swift
│   │       ├── EnumOperators.swift
│   │       ├── EnumTransform.swift
│   │       ├── FromJSON.swift
│   │       ├── HexColorTransform.swift
│   │       ├── ISO8601DateTransform.swift
│   │       ├── ImmutableMappable.swift
│   │       ├── IntegerOperators.swift
│   │       ├── Map.swift
│   │       ├── MapError.swift
│   │       ├── Mappable.swift
│   │       ├── Mapper.swift
│   │       ├── NSDecimalNumberTransform.swift
│   │       ├── Operators.swift
│   │       ├── ToJSON.swift
│   │       ├── TransformOf.swift
│   │       ├── TransformOperators.swift
│   │       ├── TransformType.swift
│   │       └── URLTransform.swift
│   ├── Pods.xcodeproj/
│   │   ├── project.pbxproj
│   │   └── xcuserdata/
│   │       └── sessionCh.xcuserdatad/
│   │           └── xcschemes/
│   │               ├── Alamofire.xcscheme
│   │               ├── Differentiator.xcscheme
│   │               ├── IQKeyboardManagerSwift.xcscheme
│   │               ├── Kingfisher.xcscheme
│   │               ├── MJRefresh.xcscheme
│   │               ├── Moya.xcscheme
│   │               ├── NSObject+Rx.xcscheme
│   │               ├── ObjectMapper.xcscheme
│   │               ├── Pods-RxXMLY.xcscheme
│   │               ├── ReactorKit.xcscheme
│   │               ├── Result.xcscheme
│   │               ├── ReusableKit.xcscheme
│   │               ├── RxAlamofire.xcscheme
│   │               ├── RxCocoa.xcscheme
│   │               ├── RxDataSources.xcscheme
│   │               ├── RxGesture.xcscheme
│   │               ├── RxSwift.xcscheme
│   │               ├── SnapKit.xcscheme
│   │               ├── SwiftyColor.xcscheme
│   │               ├── SwiftyJSON.xcscheme
│   │               ├── TTRangeSlider.xcscheme
│   │               ├── TYCyclePagerView.xcscheme
│   │               ├── TYPagerController.xcscheme
│   │               ├── Then.xcscheme
│   │               ├── URLNavigator.xcscheme
│   │               └── xcschememanagement.plist
│   ├── ReactorKit/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       ├── ReactorKit/
│   │       │   ├── ActionSubject.swift
│   │       │   ├── AssociatedObjectStore.swift
│   │       │   ├── Reactor.swift
│   │       │   ├── StoryboardView.swift
│   │       │   ├── Stub.swift
│   │       │   └── View.swift
│   │       └── ReactorKitRuntime/
│   │           ├── ReactorKitRuntime.m
│   │           └── include/
│   │               └── ReactorKitRuntime.h
│   ├── Result/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Result/
│   │       ├── Result.swift
│   │       └── ResultProtocol.swift
│   ├── ReusableKit/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       ├── ReusableKit/
│   │       │   ├── ReusableKit.swift
│   │       │   ├── UICollectionView+ReusableKit.swift
│   │       │   └── UITableView+ReusableKit.swift
│   │       └── RxReusableKit/
│   │           ├── UICollectionView+RxReusableKit.swift
│   │           └── UITableView+RxReusableKit.swift
│   ├── RxAlamofire/
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   └── Sources/
│   │       └── RxAlamofire.swift
│   ├── RxCocoa/
│   │   ├── LICENSE.md
│   │   ├── Platform/
│   │   │   ├── DataStructures/
│   │   │   │   ├── Bag.swift
│   │   │   │   ├── InfiniteSequence.swift
│   │   │   │   ├── PriorityQueue.swift
│   │   │   │   └── Queue.swift
│   │   │   ├── DispatchQueue+Extensions.swift
│   │   │   ├── Platform.Darwin.swift
│   │   │   ├── Platform.Linux.swift
│   │   │   └── RecursiveLock.swift
│   │   ├── README.md
│   │   └── RxCocoa/
│   │       ├── Common/
│   │       │   ├── Binder.swift
│   │       │   ├── ControlTarget.swift
│   │       │   ├── DelegateProxy.swift
│   │       │   ├── DelegateProxyType.swift
│   │       │   ├── NSLayoutConstraint+Rx.swift
│   │       │   ├── Observable+Bind.swift
│   │       │   ├── RxCocoaObjCRuntimeError+Extensions.swift
│   │       │   ├── RxTarget.swift
│   │       │   ├── SectionedViewDataSourceType.swift
│   │       │   └── TextInput.swift
│   │       ├── Deprecated.swift
│   │       ├── Foundation/
│   │       │   ├── KVORepresentable+CoreGraphics.swift
│   │       │   ├── KVORepresentable+Swift.swift
│   │       │   ├── KVORepresentable.swift
│   │       │   ├── Logging.swift
│   │       │   ├── NSObject+Rx+KVORepresentable.swift
│   │       │   ├── NSObject+Rx+RawRepresentable.swift
│   │       │   ├── NSObject+Rx.swift
│   │       │   ├── NotificationCenter+Rx.swift
│   │       │   └── URLSession+Rx.swift
│   │       ├── Runtime/
│   │       │   ├── _RX.m
│   │       │   ├── _RXDelegateProxy.m
│   │       │   ├── _RXKVOObserver.m
│   │       │   ├── _RXObjCRuntime.m
│   │       │   └── include/
│   │       │       ├── RxCocoaRuntime.h
│   │       │       ├── _RX.h
│   │       │       ├── _RXDelegateProxy.h
│   │       │       ├── _RXKVOObserver.h
│   │       │       └── _RXObjCRuntime.h
│   │       ├── RxCocoa.h
│   │       ├── RxCocoa.swift
│   │       ├── Traits/
│   │       │   ├── BehaviorRelay.swift
│   │       │   ├── ControlEvent.swift
│   │       │   ├── ControlProperty.swift
│   │       │   ├── Driver/
│   │       │   │   ├── BehaviorRelay+Driver.swift
│   │       │   │   ├── ControlEvent+Driver.swift
│   │       │   │   ├── ControlProperty+Driver.swift
│   │       │   │   ├── Driver+Subscription.swift
│   │       │   │   ├── Driver.swift
│   │       │   │   └── ObservableConvertibleType+Driver.swift
│   │       │   ├── PublishRelay.swift
│   │       │   ├── SharedSequence/
│   │       │   │   ├── SchedulerType+SharedSequence.swift
│   │       │   │   ├── SharedSequence+Operators+arity.swift
│   │       │   │   ├── SharedSequence+Operators.swift
│   │       │   │   └── SharedSequence.swift
│   │       │   └── Signal/
│   │       │       ├── ObservableConvertibleType+Signal.swift
│   │       │       ├── PublishRelay+Signal.swift
│   │       │       ├── Signal+Subscription.swift
│   │       │       └── Signal.swift
│   │       └── iOS/
│   │           ├── DataSources/
│   │           │   ├── RxCollectionViewReactiveArrayDataSource.swift
│   │           │   ├── RxPickerViewAdapter.swift
│   │           │   └── RxTableViewReactiveArrayDataSource.swift
│   │           ├── Events/
│   │           │   └── ItemEvents.swift
│   │           ├── NSTextStorage+Rx.swift
│   │           ├── Protocols/
│   │           │   ├── RxCollectionViewDataSourceType.swift
│   │           │   ├── RxPickerViewDataSourceType.swift
│   │           │   └── RxTableViewDataSourceType.swift
│   │           ├── Proxies/
│   │           │   ├── RxCollectionViewDataSourceProxy.swift
│   │           │   ├── RxCollectionViewDelegateProxy.swift
│   │           │   ├── RxNavigationControllerDelegateProxy.swift
│   │           │   ├── RxPickerViewDataSourceProxy.swift
│   │           │   ├── RxPickerViewDelegateProxy.swift
│   │           │   ├── RxScrollViewDelegateProxy.swift
│   │           │   ├── RxSearchBarDelegateProxy.swift
│   │           │   ├── RxSearchControllerDelegateProxy.swift
│   │           │   ├── RxTabBarControllerDelegateProxy.swift
│   │           │   ├── RxTabBarDelegateProxy.swift
│   │           │   ├── RxTableViewDataSourceProxy.swift
│   │           │   ├── RxTableViewDelegateProxy.swift
│   │           │   ├── RxTextStorageDelegateProxy.swift
│   │           │   ├── RxTextViewDelegateProxy.swift
│   │           │   └── RxWebViewDelegateProxy.swift
│   │           ├── UIActivityIndicatorView+Rx.swift
│   │           ├── UIAlertAction+Rx.swift
│   │           ├── UIApplication+Rx.swift
│   │           ├── UIBarButtonItem+Rx.swift
│   │           ├── UIButton+Rx.swift
│   │           ├── UICollectionView+Rx.swift
│   │           ├── UIControl+Rx.swift
│   │           ├── UIDatePicker+Rx.swift
│   │           ├── UIGestureRecognizer+Rx.swift
│   │           ├── UIImageView+Rx.swift
│   │           ├── UILabel+Rx.swift
│   │           ├── UINavigationController+Rx.swift
│   │           ├── UINavigationItem+Rx.swift
│   │           ├── UIPageControl+Rx.swift
│   │           ├── UIPickerView+Rx.swift
│   │           ├── UIProgressView+Rx.swift
│   │           ├── UIRefreshControl+Rx.swift
│   │           ├── UIScrollView+Rx.swift
│   │           ├── UISearchBar+Rx.swift
│   │           ├── UISearchController+Rx.swift
│   │           ├── UISegmentedControl+Rx.swift
│   │           ├── UISlider+Rx.swift
│   │           ├── UIStepper+Rx.swift
│   │           ├── UISwitch+Rx.swift
│   │           ├── UITabBar+Rx.swift
│   │           ├── UITabBarController+Rx.swift
│   │           ├── UITabBarItem+Rx.swift
│   │           ├── UITableView+Rx.swift
│   │           ├── UITextField+Rx.swift
│   │           ├── UITextView+Rx.swift
│   │           ├── UIView+Rx.swift
│   │           ├── UIViewController+Rx.swift
│   │           └── UIWebView+Rx.swift
│   ├── RxDataSources/
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   └── Sources/
│   │       └── RxDataSources/
│   │           ├── AnimationConfiguration.swift
│   │           ├── Array+Extensions.swift
│   │           ├── CollectionViewSectionedDataSource.swift
│   │           ├── DataSources.swift
│   │           ├── Deprecated.swift
│   │           ├── FloatingPointType+IdentifiableType.swift
│   │           ├── IntegerType+IdentifiableType.swift
│   │           ├── RxCollectionViewSectionedAnimatedDataSource.swift
│   │           ├── RxCollectionViewSectionedReloadDataSource.swift
│   │           ├── RxPickerViewAdapter.swift
│   │           ├── RxTableViewSectionedAnimatedDataSource.swift
│   │           ├── RxTableViewSectionedReloadDataSource.swift
│   │           ├── String+IdentifiableType.swift
│   │           ├── TableViewSectionedDataSource.swift
│   │           ├── UI+SectionedViewType.swift
│   │           └── ViewTransition.swift
│   ├── RxGesture/
│   │   ├── LICENSE
│   │   ├── Pod/
│   │   │   └── Classes/
│   │   │       ├── GestureFactory.swift
│   │   │       ├── RxGestureRecognizerDelegate.swift
│   │   │       ├── SharedTypes.swift
│   │   │       ├── View+RxGesture.swift
│   │   │       └── iOS/
│   │   │           ├── TransformGestureRecognizers.swift
│   │   │           ├── UIGestureRecognizer+RxGesture.swift
│   │   │           ├── UILongPressGestureRecognizer+RxGesture.swift
│   │   │           ├── UIPanGestureRecognizer+RxGesture.swift
│   │   │           ├── UIPinchGestureRecognizer+RxGesture.swift
│   │   │           ├── UIRotationGestureRecognizer+RxGesture.swift
│   │   │           ├── UIScreenEdgePanGestureRecognizer+RxGesture.swift
│   │   │           ├── UISwipeGestureRecognizer+RxGesture.swift
│   │   │           └── UITapGestureRecognizer+RxGesture.swift
│   │   └── README.md
│   ├── RxSwift/
│   │   ├── LICENSE.md
│   │   ├── Platform/
│   │   │   ├── DataStructures/
│   │   │   │   ├── Bag.swift
│   │   │   │   ├── InfiniteSequence.swift
│   │   │   │   ├── PriorityQueue.swift
│   │   │   │   └── Queue.swift
│   │   │   ├── DispatchQueue+Extensions.swift
│   │   │   ├── Platform.Darwin.swift
│   │   │   ├── Platform.Linux.swift
│   │   │   └── RecursiveLock.swift
│   │   ├── README.md
│   │   └── RxSwift/
│   │       ├── AnyObserver.swift
│   │       ├── Cancelable.swift
│   │       ├── Concurrency/
│   │       │   ├── AsyncLock.swift
│   │       │   ├── Lock.swift
│   │       │   ├── LockOwnerType.swift
│   │       │   ├── SynchronizedDisposeType.swift
│   │       │   ├── SynchronizedOnType.swift
│   │       │   └── SynchronizedUnsubscribeType.swift
│   │       ├── ConnectableObservableType.swift
│   │       ├── Deprecated.swift
│   │       ├── Disposable.swift
│   │       ├── Disposables/
│   │       │   ├── AnonymousDisposable.swift
│   │       │   ├── BinaryDisposable.swift
│   │       │   ├── BooleanDisposable.swift
│   │       │   ├── CompositeDisposable.swift
│   │       │   ├── Disposables.swift
│   │       │   ├── DisposeBag.swift
│   │       │   ├── DisposeBase.swift
│   │       │   ├── NopDisposable.swift
│   │       │   ├── RefCountDisposable.swift
│   │       │   ├── ScheduledDisposable.swift
│   │       │   ├── SerialDisposable.swift
│   │       │   ├── SingleAssignmentDisposable.swift
│   │       │   └── SubscriptionDisposable.swift
│   │       ├── Errors.swift
│   │       ├── Event.swift
│   │       ├── Extensions/
│   │       │   ├── Bag+Rx.swift
│   │       │   └── String+Rx.swift
│   │       ├── GroupedObservable.swift
│   │       ├── ImmediateSchedulerType.swift
│   │       ├── Observable.swift
│   │       ├── ObservableConvertibleType.swift
│   │       ├── ObservableType+Extensions.swift
│   │       ├── ObservableType.swift
│   │       ├── Observables/
│   │       │   ├── AddRef.swift
│   │       │   ├── Amb.swift
│   │       │   ├── AsMaybe.swift
│   │       │   ├── AsSingle.swift
│   │       │   ├── Buffer.swift
│   │       │   ├── Catch.swift
│   │       │   ├── CombineLatest+Collection.swift
│   │       │   ├── CombineLatest+arity.swift
│   │       │   ├── CombineLatest.swift
│   │       │   ├── Concat.swift
│   │       │   ├── Create.swift
│   │       │   ├── Debounce.swift
│   │       │   ├── Debug.swift
│   │       │   ├── DefaultIfEmpty.swift
│   │       │   ├── Deferred.swift
│   │       │   ├── Delay.swift
│   │       │   ├── DelaySubscription.swift
│   │       │   ├── Dematerialize.swift
│   │       │   ├── DistinctUntilChanged.swift
│   │       │   ├── Do.swift
│   │       │   ├── ElementAt.swift
│   │       │   ├── Empty.swift
│   │       │   ├── Enumerated.swift
│   │       │   ├── Error.swift
│   │       │   ├── Filter.swift
│   │       │   ├── First.swift
│   │       │   ├── Generate.swift
│   │       │   ├── GroupBy.swift
│   │       │   ├── Just.swift
│   │       │   ├── Map.swift
│   │       │   ├── Materialize.swift
│   │       │   ├── Merge.swift
│   │       │   ├── Multicast.swift
│   │       │   ├── Never.swift
│   │       │   ├── ObserveOn.swift
│   │       │   ├── Optional.swift
│   │       │   ├── Producer.swift
│   │       │   ├── Range.swift
│   │       │   ├── Reduce.swift
│   │       │   ├── Repeat.swift
│   │       │   ├── RetryWhen.swift
│   │       │   ├── Sample.swift
│   │       │   ├── Scan.swift
│   │       │   ├── Sequence.swift
│   │       │   ├── ShareReplayScope.swift
│   │       │   ├── SingleAsync.swift
│   │       │   ├── Sink.swift
│   │       │   ├── Skip.swift
│   │       │   ├── SkipUntil.swift
│   │       │   ├── SkipWhile.swift
│   │       │   ├── StartWith.swift
│   │       │   ├── SubscribeOn.swift
│   │       │   ├── Switch.swift
│   │       │   ├── SwitchIfEmpty.swift
│   │       │   ├── Take.swift
│   │       │   ├── TakeLast.swift
│   │       │   ├── TakeUntil.swift
│   │       │   ├── TakeWhile.swift
│   │       │   ├── Throttle.swift
│   │       │   ├── Timeout.swift
│   │       │   ├── Timer.swift
│   │       │   ├── ToArray.swift
│   │       │   ├── Using.swift
│   │       │   ├── Window.swift
│   │       │   ├── WithLatestFrom.swift
│   │       │   ├── Zip+Collection.swift
│   │       │   ├── Zip+arity.swift
│   │       │   └── Zip.swift
│   │       ├── ObserverType.swift
│   │       ├── Observers/
│   │       │   ├── AnonymousObserver.swift
│   │       │   ├── ObserverBase.swift
│   │       │   └── TailRecursiveSink.swift
│   │       ├── Reactive.swift
│   │       ├── Rx.swift
│   │       ├── RxMutableBox.swift
│   │       ├── SchedulerType.swift
│   │       ├── Schedulers/
│   │       │   ├── ConcurrentDispatchQueueScheduler.swift
│   │       │   ├── ConcurrentMainScheduler.swift
│   │       │   ├── CurrentThreadScheduler.swift
│   │       │   ├── HistoricalScheduler.swift
│   │       │   ├── HistoricalSchedulerTimeConverter.swift
│   │       │   ├── Internal/
│   │       │   │   ├── DispatchQueueConfiguration.swift
│   │       │   │   ├── InvocableScheduledItem.swift
│   │       │   │   ├── InvocableType.swift
│   │       │   │   ├── ScheduledItem.swift
│   │       │   │   └── ScheduledItemType.swift
│   │       │   ├── MainScheduler.swift
│   │       │   ├── OperationQueueScheduler.swift
│   │       │   ├── RecursiveScheduler.swift
│   │       │   ├── SchedulerServices+Emulation.swift
│   │       │   ├── SerialDispatchQueueScheduler.swift
│   │       │   ├── VirtualTimeConverterType.swift
│   │       │   └── VirtualTimeScheduler.swift
│   │       ├── Subjects/
│   │       │   ├── AsyncSubject.swift
│   │       │   ├── BehaviorSubject.swift
│   │       │   ├── PublishSubject.swift
│   │       │   ├── ReplaySubject.swift
│   │       │   └── SubjectType.swift
│   │       ├── SwiftSupport/
│   │       │   └── SwiftSupport.swift
│   │       └── Traits/
│   │           ├── Completable+AndThen.swift
│   │           ├── Completable.swift
│   │           ├── Maybe.swift
│   │           ├── ObservableType+PrimitiveSequence.swift
│   │           ├── PrimitiveSequence+Zip+arity.swift
│   │           ├── PrimitiveSequence.swift
│   │           └── Single.swift
│   ├── SnapKit/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Source/
│   │       ├── Constraint.swift
│   │       ├── ConstraintAttributes.swift
│   │       ├── ConstraintConfig.swift
│   │       ├── ConstraintConstantTarget.swift
│   │       ├── ConstraintDSL.swift
│   │       ├── ConstraintDescription.swift
│   │       ├── ConstraintInsetTarget.swift
│   │       ├── ConstraintInsets.swift
│   │       ├── ConstraintItem.swift
│   │       ├── ConstraintLayoutGuide+Extensions.swift
│   │       ├── ConstraintLayoutGuide.swift
│   │       ├── ConstraintLayoutGuideDSL.swift
│   │       ├── ConstraintLayoutSupport.swift
│   │       ├── ConstraintLayoutSupportDSL.swift
│   │       ├── ConstraintMaker.swift
│   │       ├── ConstraintMakerEditable.swift
│   │       ├── ConstraintMakerExtendable.swift
│   │       ├── ConstraintMakerFinalizable.swift
│   │       ├── ConstraintMakerPriortizable.swift
│   │       ├── ConstraintMakerRelatable.swift
│   │       ├── ConstraintMultiplierTarget.swift
│   │       ├── ConstraintOffsetTarget.swift
│   │       ├── ConstraintPriority.swift
│   │       ├── ConstraintPriorityTarget.swift
│   │       ├── ConstraintRelatableTarget.swift
│   │       ├── ConstraintRelation.swift
│   │       ├── ConstraintView+Extensions.swift
│   │       ├── ConstraintView.swift
│   │       ├── ConstraintViewDSL.swift
│   │       ├── Debugging.swift
│   │       ├── LayoutConstraint.swift
│   │       ├── LayoutConstraintItem.swift
│   │       ├── Typealiases.swift
│   │       └── UILayoutSupport+Extensions.swift
│   ├── SwiftyColor/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       └── SwiftyColor.swift
│   ├── SwiftyJSON/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Source/
│   │       └── SwiftyJSON.swift
│   ├── TTRangeSlider/
│   │   ├── LICENSE
│   │   ├── Pod/
│   │   │   └── Classes/
│   │   │       ├── TTRangeSlider.h
│   │   │       ├── TTRangeSlider.m
│   │   │       └── TTRangeSliderDelegate.h
│   │   └── README.md
│   ├── TYCyclePagerView/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── TYCyclePagerViewDemo/
│   │       └── TYCyclePagerView/
│   │           ├── TYCyclePagerTransformLayout.h
│   │           ├── TYCyclePagerTransformLayout.m
│   │           ├── TYCyclePagerView.h
│   │           ├── TYCyclePagerView.m
│   │           ├── TYPageControl.h
│   │           └── TYPageControl.m
│   ├── TYPagerController/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── TYPagerControllerDemo/
│   │       └── TYPagerController/
│   │           ├── TYPagerController.h
│   │           ├── TYPagerController.m
│   │           ├── TYPagerView.h
│   │           ├── TYPagerView.m
│   │           ├── TYPagerViewLayout.h
│   │           ├── TYPagerViewLayout.m
│   │           └── TabPager/
│   │               ├── TYTabPagerBar.h
│   │               ├── TYTabPagerBar.m
│   │               ├── TYTabPagerBarCell.h
│   │               ├── TYTabPagerBarCell.m
│   │               ├── TYTabPagerBarLayout.h
│   │               ├── TYTabPagerBarLayout.m
│   │               ├── TYTabPagerController.h
│   │               ├── TYTabPagerController.m
│   │               ├── TYTabPagerView.h
│   │               └── TYTabPagerView.m
│   ├── Target Support Files/
│   │   ├── Alamofire/
│   │   │   ├── Alamofire-dummy.m
│   │   │   ├── Alamofire-prefix.pch
│   │   │   ├── Alamofire-umbrella.h
│   │   │   ├── Alamofire.modulemap
│   │   │   ├── Alamofire.xcconfig
│   │   │   └── Info.plist
│   │   ├── Differentiator/
│   │   │   ├── Differentiator-dummy.m
│   │   │   ├── Differentiator-prefix.pch
│   │   │   ├── Differentiator-umbrella.h
│   │   │   ├── Differentiator.modulemap
│   │   │   ├── Differentiator.xcconfig
│   │   │   └── Info.plist
│   │   ├── IQKeyboardManagerSwift/
│   │   │   ├── IQKeyboardManagerSwift-dummy.m
│   │   │   ├── IQKeyboardManagerSwift-prefix.pch
│   │   │   ├── IQKeyboardManagerSwift-umbrella.h
│   │   │   ├── IQKeyboardManagerSwift.modulemap
│   │   │   ├── IQKeyboardManagerSwift.xcconfig
│   │   │   └── Info.plist
│   │   ├── Kingfisher/
│   │   │   ├── Info.plist
│   │   │   ├── Kingfisher-dummy.m
│   │   │   ├── Kingfisher-prefix.pch
│   │   │   ├── Kingfisher-umbrella.h
│   │   │   ├── Kingfisher.modulemap
│   │   │   └── Kingfisher.xcconfig
│   │   ├── MJRefresh/
│   │   │   ├── Info.plist
│   │   │   ├── MJRefresh-dummy.m
│   │   │   ├── MJRefresh-prefix.pch
│   │   │   ├── MJRefresh-umbrella.h
│   │   │   ├── MJRefresh.modulemap
│   │   │   └── MJRefresh.xcconfig
│   │   ├── Moya/
│   │   │   ├── Info.plist
│   │   │   ├── Moya-dummy.m
│   │   │   ├── Moya-prefix.pch
│   │   │   ├── Moya-umbrella.h
│   │   │   ├── Moya.modulemap
│   │   │   └── Moya.xcconfig
│   │   ├── NSObject+Rx/
│   │   │   ├── Info.plist
│   │   │   ├── NSObject+Rx-dummy.m
│   │   │   ├── NSObject+Rx-prefix.pch
│   │   │   ├── NSObject+Rx-umbrella.h
│   │   │   ├── NSObject+Rx.modulemap
│   │   │   └── NSObject+Rx.xcconfig
│   │   ├── ObjectMapper/
│   │   │   ├── Info.plist
│   │   │   ├── ObjectMapper-dummy.m
│   │   │   ├── ObjectMapper-prefix.pch
│   │   │   ├── ObjectMapper-umbrella.h
│   │   │   ├── ObjectMapper.modulemap
│   │   │   └── ObjectMapper.xcconfig
│   │   ├── Pods-RxXMLY/
│   │   │   ├── Info.plist
│   │   │   ├── Pods-RxXMLY-acknowledgements.markdown
│   │   │   ├── Pods-RxXMLY-acknowledgements.plist
│   │   │   ├── Pods-RxXMLY-dummy.m
│   │   │   ├── Pods-RxXMLY-frameworks.sh
│   │   │   ├── Pods-RxXMLY-resources.sh
│   │   │   ├── Pods-RxXMLY-umbrella.h
│   │   │   ├── Pods-RxXMLY.debug.xcconfig
│   │   │   ├── Pods-RxXMLY.modulemap
│   │   │   └── Pods-RxXMLY.release.xcconfig
│   │   ├── ReactorKit/
│   │   │   ├── Info.plist
│   │   │   ├── ReactorKit-dummy.m
│   │   │   ├── ReactorKit-prefix.pch
│   │   │   ├── ReactorKit-umbrella.h
│   │   │   ├── ReactorKit.modulemap
│   │   │   └── ReactorKit.xcconfig
│   │   ├── Result/
│   │   │   ├── Info.plist
│   │   │   ├── Result-dummy.m
│   │   │   ├── Result-prefix.pch
│   │   │   ├── Result-umbrella.h
│   │   │   ├── Result.modulemap
│   │   │   └── Result.xcconfig
│   │   ├── ReusableKit/
│   │   │   ├── Info.plist
│   │   │   ├── ReusableKit-dummy.m
│   │   │   ├── ReusableKit-prefix.pch
│   │   │   ├── ReusableKit-umbrella.h
│   │   │   ├── ReusableKit.modulemap
│   │   │   └── ReusableKit.xcconfig
│   │   ├── RxAlamofire/
│   │   │   ├── Info.plist
│   │   │   ├── RxAlamofire-dummy.m
│   │   │   ├── RxAlamofire-prefix.pch
│   │   │   ├── RxAlamofire-umbrella.h
│   │   │   ├── RxAlamofire.modulemap
│   │   │   └── RxAlamofire.xcconfig
│   │   ├── RxCocoa/
│   │   │   ├── Info.plist
│   │   │   ├── RxCocoa-dummy.m
│   │   │   ├── RxCocoa-prefix.pch
│   │   │   ├── RxCocoa-umbrella.h
│   │   │   ├── RxCocoa.modulemap
│   │   │   └── RxCocoa.xcconfig
│   │   ├── RxDataSources/
│   │   │   ├── Info.plist
│   │   │   ├── RxDataSources-dummy.m
│   │   │   ├── RxDataSources-prefix.pch
│   │   │   ├── RxDataSources-umbrella.h
│   │   │   ├── RxDataSources.modulemap
│   │   │   └── RxDataSources.xcconfig
│   │   ├── RxGesture/
│   │   │   ├── Info.plist
│   │   │   ├── RxGesture-dummy.m
│   │   │   ├── RxGesture-prefix.pch
│   │   │   ├── RxGesture-umbrella.h
│   │   │   ├── RxGesture.modulemap
│   │   │   └── RxGesture.xcconfig
│   │   ├── RxSwift/
│   │   │   ├── Info.plist
│   │   │   ├── RxSwift-dummy.m
│   │   │   ├── RxSwift-prefix.pch
│   │   │   ├── RxSwift-umbrella.h
│   │   │   ├── RxSwift.modulemap
│   │   │   └── RxSwift.xcconfig
│   │   ├── SnapKit/
│   │   │   ├── Info.plist
│   │   │   ├── SnapKit-dummy.m
│   │   │   ├── SnapKit-prefix.pch
│   │   │   ├── SnapKit-umbrella.h
│   │   │   ├── SnapKit.modulemap
│   │   │   └── SnapKit.xcconfig
│   │   ├── SwiftyColor/
│   │   │   ├── Info.plist
│   │   │   ├── SwiftyColor-dummy.m
│   │   │   ├── SwiftyColor-prefix.pch
│   │   │   ├── SwiftyColor-umbrella.h
│   │   │   ├── SwiftyColor.modulemap
│   │   │   └── SwiftyColor.xcconfig
│   │   ├── SwiftyJSON/
│   │   │   ├── Info.plist
│   │   │   ├── SwiftyJSON-dummy.m
│   │   │   ├── SwiftyJSON-prefix.pch
│   │   │   ├── SwiftyJSON-umbrella.h
│   │   │   ├── SwiftyJSON.modulemap
│   │   │   └── SwiftyJSON.xcconfig
│   │   ├── TTRangeSlider/
│   │   │   ├── Info.plist
│   │   │   ├── TTRangeSlider-dummy.m
│   │   │   ├── TTRangeSlider-prefix.pch
│   │   │   ├── TTRangeSlider-umbrella.h
│   │   │   ├── TTRangeSlider.modulemap
│   │   │   └── TTRangeSlider.xcconfig
│   │   ├── TYCyclePagerView/
│   │   │   ├── Info.plist
│   │   │   ├── TYCyclePagerView-dummy.m
│   │   │   ├── TYCyclePagerView-prefix.pch
│   │   │   ├── TYCyclePagerView-umbrella.h
│   │   │   ├── TYCyclePagerView.modulemap
│   │   │   └── TYCyclePagerView.xcconfig
│   │   ├── TYPagerController/
│   │   │   ├── Info.plist
│   │   │   ├── TYPagerController-dummy.m
│   │   │   ├── TYPagerController-prefix.pch
│   │   │   ├── TYPagerController-umbrella.h
│   │   │   ├── TYPagerController.modulemap
│   │   │   └── TYPagerController.xcconfig
│   │   ├── Then/
│   │   │   ├── Info.plist
│   │   │   ├── Then-dummy.m
│   │   │   ├── Then-prefix.pch
│   │   │   ├── Then-umbrella.h
│   │   │   ├── Then.modulemap
│   │   │   └── Then.xcconfig
│   │   └── URLNavigator/
│   │       ├── Info.plist
│   │       ├── URLNavigator-dummy.m
│   │       ├── URLNavigator-prefix.pch
│   │       ├── URLNavigator-umbrella.h
│   │       ├── URLNavigator.modulemap
│   │       └── URLNavigator.xcconfig
│   ├── Then/
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── Sources/
│   │       └── Then/
│   │           └── Then.swift
│   └── URLNavigator/
│       ├── LICENSE
│       ├── README.md
│       └── Sources/
│           ├── URLMatcher/
│           │   ├── URLConvertible.swift
│           │   ├── URLMatchResult.swift
│           │   ├── URLMatcher.swift
│           │   ├── URLPatchComponentMatchResult.swift
│           │   └── URLPathComponent.swift
│           └── URLNavigator/
│               ├── Navigator.swift
│               ├── NavigatorDelegate.swift
│               ├── NavigatorType.swift
│               ├── UIViewController+TopMostViewController.swift
│               └── UIViewControllerType.swift
├── README.md
├── RxXMLY/
│   ├── Assets.xcassets/
│   │   ├── AppIcon.appiconset/
│   │   │   └── Contents.json
│   │   ├── Contents.json
│   │   ├── Default.imageset/
│   │   │   └── Contents.json
│   │   ├── favicon.imageset/
│   │   │   └── Contents.json
│   │   └── icon_XMLY/
│   │       ├── +.imageset/
│   │       │   └── Contents.json
│   │       ├── -.imageset/
│   │       │   └── Contents.json
│   │       ├── 3dNeedHeadSet.imageset/
│   │       │   └── Contents.json
│   │       ├── Ad_tag_inbanner.imageset/
│   │       │   └── Contents.json
│   │       ├── Ad_tag_incell.imageset/
│   │       │   └── Contents.json
│   │       ├── Ad_tag_infeed.imageset/
│   │       │   └── Contents.json
│   │       ├── Album_toast_hint_up.imageset/
│   │       │   └── Contents.json
│   │       ├── AlipaySDK/
│   │       │   ├── Contents.json
│   │       │   ├── bar.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── refresh.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── refresh_click.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── shutdown.imageset/
│   │       │   │   └── Contents.json
│   │       │   └── shutdown_click.imageset/
│   │       │       └── Contents.json
│   │       ├── Assets.dataset/
│   │       │   ├── Assets.car
│   │       │   └── Contents.json
│   │       ├── Cancel_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── Combined Shape.imageset/
│   │       │   └── Contents.json
│   │       ├── Contents.json
│   │       ├── CorpV0.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV1.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV10.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV11.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV12.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV13.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV14.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV15.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV16.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV2.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV3.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV4.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV5.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV6.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV7.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV8.imageset/
│   │       │   └── Contents.json
│   │       ├── CorpV9.imageset/
│   │       │   └── Contents.json
│   │       ├── DINCondensed Bold.dataset/
│   │       │   └── Contents.json
│   │       ├── DSDigitalNormal.dataset/
│   │       │   └── Contents.json
│   │       ├── Group 2.imageset/
│   │       │   └── Contents.json
│   │       ├── Group 25.imageset/
│   │       │   └── Contents.json
│   │       ├── Group 3 Copy.imageset/
│   │       │   └── Contents.json
│   │       ├── Group 7 Copy 3.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_bg_list.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_left_gif1.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_left_gif2.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_left_gif3.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_right_gif1.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_right_gif2.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_audio_right_gif3.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_edit.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_scteening.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talk_cancel.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talk_warning.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif1.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif2.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif3.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif4.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif5.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_talkon_gif6.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_warning.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_ic_x.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_>.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_announcement.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_close.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_establish.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_get.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_manager.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_more.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_moreMsg.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_moregroup_n.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_moregroup_p.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_owner.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_pic.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_plus.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_plus_add_members.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_plus_d.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_plus_n.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_icon_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_Q&A.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_congratulations.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_hi.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_meiyouqunzu.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_notice.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_picloading.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_recruit.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_sayhi.imageset/
│   │       │   └── Contents.json
│   │       ├── Group_img_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── ID5_lockbg.imageset/
│   │       │   └── Contents.json
│   │       ├── ID5_skip_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── ID5_skip_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── JSNativeRecoder_upload_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── Launching.imageset/
│   │       │   └── Contents.json
│   │       ├── MCArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── MCLive.imageset/
│   │       │   └── Contents.json
│   │       ├── MCRecord.imageset/
│   │       │   └── Contents.json
│   │       ├── My_ic_massage.imageset/
│   │       │   └── Contents.json
│   │       ├── My_icon_RSS.imageset/
│   │       │   └── Contents.json
│   │       ├── My_icon_download.imageset/
│   │       │   └── Contents.json
│   │       ├── My_icon_history.imageset/
│   │       │   └── Contents.json
│   │       ├── My_icon_tgk.imageset/
│   │       │   └── Contents.json
│   │       ├── My_jmgl_ic_a+.imageset/
│   │       │   └── Contents.json
│   │       ├── My_more_icon_spread.imageset/
│   │       │   └── Contents.json
│   │       ├── NPCreateComment.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIPauseStatus.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIPlayStatus.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIShareMore.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIShareWeChat.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIShareWeChatF.imageset/
│   │       │   └── Contents.json
│   │       ├── NPIShareWeibo.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProCycle.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProCycleHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProDMOff.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProDMOffHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProDMOn.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProDMOnHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProList.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProListHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProRandom.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProRandomHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSet.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSetCmt.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSetHL.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSingle.imageset/
│   │       │   └── Contents.json
│   │       ├── NPProSingleHL.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV0.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV1.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV10.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV11.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV12.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV13.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV14.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV15.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV16.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV2.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV3.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV4.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV5.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV6.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV7.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV8.imageset/
│   │       │   └── Contents.json
│   │       ├── PHGradeV9.imageset/
│   │       │   └── Contents.json
│   │       ├── PkgInfo.dataset/
│   │       │   ├── Contents.json
│   │       │   └── PkgInfo
│   │       ├── PushNotificationPayload.dataset/
│   │       │   ├── Contents.json
│   │       │   └── PushNotificationPayload.apns
│   │       ├── QA4Free.imageset/
│   │       │   └── Contents.json
│   │       ├── QA4Pay.imageset/
│   │       │   └── Contents.json
│   │       ├── QAIntroBack.imageset/
│   │       │   └── Contents.json
│   │       ├── QALogo.imageset/
│   │       │   └── Contents.json
│   │       ├── QAVolume.imageset/
│   │       │   └── Contents.json
│   │       ├── README.dataset/
│   │       │   ├── Contents.json
│   │       │   └── README.txt
│   │       ├── RFGuideClose.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_history.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_hot_category.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_icon_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_local.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_news.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_noContent.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_noInternet.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_normal_level.imageset/
│   │       │   └── Contents.json
│   │       ├── RF_other.imageset/
│   │       │   └── Contents.json
│   │       ├── Star.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_Album_Section_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_Answere_Section_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_Rights_Section_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_card_BG_default.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_cell_BG_img.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_cell_small_BG_img.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_right_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_split_Image.imageset/
│   │       │   └── Contents.json
│   │       ├── VIP_success_big.imageset/
│   │       │   └── Contents.json
│   │       ├── Wifi_rock.imageset/
│   │       │   └── Contents.json
│   │       ├── Wifi_rock_pwd.imageset/
│   │       │   └── Contents.json
│   │       ├── XMPaySuccessView.dataset/
│   │       │   ├── Contents.json
│   │       │   └── XMPaySuccessView.nib
│   │       ├── XMRefundInfoView.dataset/
│   │       │   ├── Contents.json
│   │       │   └── XMRefundInfoView.nib
│   │       ├── XMUIKit/
│   │       │   ├── Contents.json
│   │       │   ├── Info.dataset/
│   │       │   │   ├── Contents.json
│   │       │   │   └── Info.plist
│   │       │   ├── pullToRefresh_0.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_1.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_2.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_3.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_4.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_5.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_6.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_7.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_8.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── pullToRefresh_9.imageset/
│   │       │   │   └── Contents.json
│   │       │   ├── xmb_back_h.imageset/
│   │       │   │   └── Contents.json
│   │       │   └── xmb_back_highlight.imageset/
│   │       │       └── Contents.json
│   │       ├── XNLocalizable.dataset/
│   │       │   ├── Contents.json
│   │       │   └── XNLocalizable.strings
│   │       ├── abc_bg_comments.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_emoji.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_camera.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_check.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_checked.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_select.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_gallery_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_keyboard.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_btn_talk.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_ic_notice_live.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_TF.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_default.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_download.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_fans.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_history.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_like.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_network.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_search.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_sounds.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_subscribe.imageset/
│   │       │   └── Contents.json
│   │       ├── abc_img_no_toplist.imageset/
│   │       │   └── Contents.json
│   │       ├── about_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── abq_lockscreen.imageset/
│   │       │   └── Contents.json
│   │       ├── activity_begin.imageset/
│   │       │   └── Contents.json
│   │       ├── activity_during.imageset/
│   │       │   └── Contents.json
│   │       ├── activity_end.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_icon_close.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_img_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_soundPatch_image.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_toolbar_pause_n_p.imageset/
│   │       │   └── Contents.json
│   │       ├── ad_toolbar_play_n_p.imageset/
│   │       │   └── Contents.json
│   │       ├── add.imageset/
│   │       │   └── Contents.json
│   │       ├── addphoto_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── addphoto_icon_disable.imageset/
│   │       │   └── Contents.json
│   │       ├── addphoto_icon_h.imageset/
│   │       │   └── Contents.json
│   │       ├── addphoto_kb.imageset/
│   │       │   └── Contents.json
│   │       ├── airPlay.imageset/
│   │       │   └── Contents.json
│   │       ├── albumArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── albumHeaderDefault.imageset/
│   │       │   └── Contents.json
│   │       ├── albumSubscribe.imageset/
│   │       │   └── Contents.json
│   │       ├── albumView_top_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── album_activitytag_default.imageset/
│   │       │   └── Contents.json
│   │       ├── album_album_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── album_blind.imageset/
│   │       │   └── Contents.json
│   │       ├── album_change_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── album_collected.imageset/
│   │       │   └── Contents.json
│   │       ├── album_collected_non.imageset/
│   │       │   └── Contents.json
│   │       ├── album_coupon_left.imageset/
│   │       │   └── Contents.json
│   │       ├── album_coupon_right.imageset/
│   │       │   └── Contents.json
│   │       ├── album_cover_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── album_dashed.imageset/
│   │       │   └── Contents.json
│   │       ├── album_down_similar.imageset/
│   │       │   └── Contents.json
│   │       ├── album_download.imageset/
│   │       │   └── Contents.json
│   │       ├── album_mecoupon_right.imageset/
│   │       │   └── Contents.json
│   │       ├── album_multiDownload.imageset/
│   │       │   └── Contents.json
│   │       ├── album_novel_finish.imageset/
│   │       │   └── Contents.json
│   │       ├── album_pay_refund.imageset/
│   │       │   └── Contents.json
│   │       ├── album_play.imageset/
│   │       │   └── Contents.json
│   │       ├── album_playCountLogo.imageset/
│   │       │   └── Contents.json
│   │       ├── album_plus_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── album_private.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike_bg_indicator.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike_bg_indicator_down.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rec_unlike_bg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── album_relative.imageset/
│   │       │   └── Contents.json
│   │       ├── album_relative_album.imageset/
│   │       │   └── Contents.json
│   │       ├── album_removed.imageset/
│   │       │   └── Contents.json
│   │       ├── album_rightArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── album_search.imageset/
│   │       │   └── Contents.json
│   │       ├── album_segButton.imageset/
│   │       │   └── Contents.json
│   │       ├── album_sort.imageset/
│   │       │   └── Contents.json
│   │       ├── album_sortButton.imageset/
│   │       │   └── Contents.json
│   │       ├── album_sort_down.imageset/
│   │       │   └── Contents.json
│   │       ├── album_subscribe_count.imageset/
│   │       │   └── Contents.json
│   │       ├── album_tag_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── album_tag_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── album_tag_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── album_tracks.imageset/
│   │       │   └── Contents.json
│   │       ├── album_unlike.imageset/
│   │       │   └── Contents.json
│   │       ├── album_vip_guide_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── album_vip_guide_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── albumpage_audition_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── albumpage_gift_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── albumpage_subscribed_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── albumpage_subscription_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── albumtag_pay.imageset/
│   │       │   └── Contents.json
│   │       ├── allSing.imageset/
│   │       │   └── Contents.json
│   │       ├── allSingMic.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_buy_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_buy_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_group_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_group_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_group_red_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_group_red_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_pause_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_pause_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_play_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_play_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_share_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_share_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_subscribe_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_subscribe_2.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_subscribed_1.imageset/
│   │       │   └── Contents.json
│   │       ├── alum_ic_subscribed_2.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_gift.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_gift_line.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_topanchor.imageset/
│   │       │   └── Contents.json
│   │       ├── anchortop_ic_weektop.imageset/
│   │       │   └── Contents.json
│   │       ├── archived-expanded-entitlements.dataset/
│   │       │   ├── Contents.json
│   │       │   └── archived-expanded-entitlements.xcent
│   │       ├── arrow_down.imageset/
│   │       │   └── Contents.json
│   │       ├── arrow_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── arrow_up.imageset/
│   │       │   └── Contents.json
│   │       ├── audio_AD_close.imageset/
│   │       │   └── Contents.json
│   │       ├── audition_finish.imageset/
│   │       │   └── Contents.json
│   │       ├── autoShutDown.imageset/
│   │       │   └── Contents.json
│   │       ├── avatar_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── badge_num.imageset/
│   │       │   └── Contents.json
│   │       ├── badge_num1.imageset/
│   │       │   └── Contents.json
│   │       ├── badge_num2.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_albumView_header.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_album_detail_text.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_carlife.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_find_segsel.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_focusImage_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_live_date.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_msgbox_1.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_msgbox_2.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_msgbox_3.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_statusbar.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_transparent.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_wakeup.imageset/
│   │       │   └── Contents.json
│   │       ├── bg_wave.imageset/
│   │       │   └── Contents.json
│   │       ├── bgm_btn_checked.imageset/
│   │       │   └── Contents.json
│   │       ├── bgm_btn_downloaded.imageset/
│   │       │   └── Contents.json
│   │       ├── bgm_btn_unchecked.imageset/
│   │       │   └── Contents.json
│   │       ├── bgm_tab_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── bindMphoneWarning.imageset/
│   │       │   └── Contents.json
│   │       ├── bindPhone.imageset/
│   │       │   └── Contents.json
│   │       ├── bitingCover.imageset/
│   │       │   └── Contents.json
│   │       ├── bitingMore.imageset/
│   │       │   └── Contents.json
│   │       ├── bitingPlayAll.imageset/
│   │       │   └── Contents.json
│   │       ├── biting_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── biting_slogen.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_connected.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_connected_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_lock_line.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_lockbg.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_skip_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── bmw_skip_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── bofangtiao_l.imageset/
│   │       │   └── Contents.json
│   │       ├── bofangtiao_r.imageset/
│   │       │   └── Contents.json
│   │       ├── boom.dataset/
│   │       │   ├── Contents.json
│   │       │   └── boom.json
│   │       ├── bottomBg.imageset/
│   │       │   └── Contents.json
│   │       ├── brand_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── brand_icon_unavailable.imageset/
│   │       │   └── Contents.json
│   │       ├── btfmbg.imageset/
│   │       │   └── Contents.json
│   │       ├── btlogo.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_activitybg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_activitybg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_back_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_gold.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_green.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_grey.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_grey2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_light.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_lightGray.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_orange.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_orange2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_t.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_unable.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_w.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_bg_yellow.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_block_remove_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_block_remove_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_buy_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_cancel_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_cancel_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_clear_listened_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_clear_listened_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_close_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_close_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_codeNext_d.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_codeNext_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_codeNext_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_del_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_dmgg_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_dmgg_bg_o.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_dmgg_buling.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_done_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_done_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadAlbumSound_list_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadAlbumSound_savelist_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadalbum_delete_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_ascOrder_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_clear_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_clear_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_continue_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_continue_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_deletion_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_list_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_list_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_pause_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_pause_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_reverseOrder_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_savelist_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_downloadsound_savelist_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_fav.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_feedblock_remove_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_feedblock_remove_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_finish_listened_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_finish_listened_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_follow_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_home_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_home_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_indicator.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_invite.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_invite_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_join_vip.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_login_action_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_login_action_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_mailCode_submit_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_mailCode_submit_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_mention_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_mention_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_more_down.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_more_up.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_1.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_3.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_4.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_5.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_7.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_1.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_3.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_4.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_5.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_cancel_h_7.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_1.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_2.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_3.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_4.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_5.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_msgbox_ok_7.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_phoneCode.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_phoneNext_d.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_phoneNext_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_phoneNext_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_post_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_post_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_refresh_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_refresh_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_select_listened_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_select_listened_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_share_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_share_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_sixin.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_sixin_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_skip.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_phone_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_phone_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_qq_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_qq_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_reg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_reg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_rr_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_rr_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_sina_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_sina_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_wechat_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_startView_wechat_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_tyq_enter.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_tyq_fb_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_tyq_play.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_unfollow_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_unfollow_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_wakeup_info_h.imageset/
│   │       │   └── Contents.json
│   │       ├── btn_wakeup_info_n.imageset/
│   │       │   └── Contents.json
│   │       ├── btsetting1.imageset/
│   │       │   └── Contents.json
│   │       ├── btsetting2.imageset/
│   │       │   └── Contents.json
│   │       ├── bugtags.imageset/
│   │       │   └── Contents.json
│   │       ├── buyPresent.imageset/
│   │       │   └── Contents.json
│   │       ├── cancelConnectBtn.imageset/
│   │       │   └── Contents.json
│   │       ├── card_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── carlifeLogo.imageset/
│   │       │   └── Contents.json
│   │       ├── categoryHot.imageset/
│   │       │   └── Contents.json
│   │       ├── categoryNew.imageset/
│   │       │   └── Contents.json
│   │       ├── category_rec_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── category_rec_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── category_rec_play.imageset/
│   │       │   └── Contents.json
│   │       ├── category_rec_play_all.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_arrow_all.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_arrow_all_up.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_bottom_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_bottom_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_c.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_chat_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_chat_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_commentline.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_info_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_info_top.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_loadletter_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_loadletter_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_ipad_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_ipad_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_noseg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_middle_noseg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_newchat.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_1.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_2.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_3.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_4.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_5.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_6.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noData_7.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_noseg_c.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_ipad_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_ipad_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_noseg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_bg_top_noseg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_bg_me.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_bg_other.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_bg_time.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_sharpCorner_l.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_sharpCorner_l_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_sharpCorner_r.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_chat_sharpCorner_r_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_comment_sharpcorner.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_contactlist_line.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_cover_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_delete_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_delete_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_download.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_download_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_download_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_download_lock.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_downloaded.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_downloading.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_downstop.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_freshnews_arrow_down.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_freshnews_down.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_freshnews_up.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_moreMenu_h.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_moreMenu_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_phone_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_sound_disable.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_sound_pause_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_sound_play_n.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_sound_tip.imageset/
│   │       │   └── Contents.json
│   │       ├── cell_writeChat.imageset/
│   │       │   └── Contents.json
│   │       ├── cgz_ic_accuracy.imageset/
│   │       │   └── Contents.json
│   │       ├── changeAlbum.imageset/
│   │       │   └── Contents.json
│   │       ├── changeBind.imageset/
│   │       │   └── Contents.json
│   │       ├── channel_change_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_left_n.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_left_norma.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_left_p.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_left_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_n.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_norma.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_p.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_share_n.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_share_p.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_bg_right_w_n.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_btn_image.imageset/
│   │       │   └── Contents.json
│   │       ├── chat_icon_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── checkmark.imageset/
│   │       │   └── Contents.json
│   │       ├── checkmark_n.imageset/
│   │       │   └── Contents.json
│   │       ├── clickAdIcon.imageset/
│   │       │   └── Contents.json
│   │       ├── clickAdIconImg.imageset/
│   │       │   └── Contents.json
│   │       ├── closeBind.imageset/
│   │       │   └── Contents.json
│   │       ├── closeBtn.imageset/
│   │       │   └── Contents.json
│   │       ├── closeShakeLottoryResult.imageset/
│   │       │   └── Contents.json
│   │       ├── cmtDetailDelete.imageset/
│   │       │   └── Contents.json
│   │       ├── cmtDetailReport.imageset/
│   │       │   └── Contents.json
│   │       ├── cmtNoData.imageset/
│   │       │   └── Contents.json
│   │       ├── code_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── code_btn_change.imageset/
│   │       │   └── Contents.json
│   │       ├── color_clear.imageset/
│   │       │   └── Contents.json
│   │       ├── columnShadow.imageset/
│   │       │   └── Contents.json
│   │       ├── commentShare_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── comment_like.imageset/
│   │       │   └── Contents.json
│   │       ├── comment_share_check_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── comment_unlike.imageset/
│   │       │   └── Contents.json
│   │       ├── connectDevice.imageset/
│   │       │   └── Contents.json
│   │       ├── connectFail.imageset/
│   │       │   └── Contents.json
│   │       ├── connect_wifi.imageset/
│   │       │   └── Contents.json
│   │       ├── connextAgain.imageset/
│   │       │   └── Contents.json
│   │       ├── contactlist_header_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── content_closeView.imageset/
│   │       │   └── Contents.json
│   │       ├── couponCardClose.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_limit_bkg.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_limit_buy.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_limit_line.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_limit_success.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── coupon_unsel.imageset/
│   │       │   └── Contents.json
│   │       ├── couponbg.imageset/
│   │       │   └── Contents.json
│   │       ├── coverTip.imageset/
│   │       │   └── Contents.json
│   │       ├── cover_recommend.imageset/
│   │       │   └── Contents.json
│   │       ├── cycle_arrow_down.imageset/
│   │       │   └── Contents.json
│   │       ├── cycle_arrow_up.imageset/
│   │       │   └── Contents.json
│   │       ├── d_aini.imageset/
│   │       │   └── Contents.json
│   │       ├── d_aoteman.imageset/
│   │       │   └── Contents.json
│   │       ├── d_baibai.imageset/
│   │       │   └── Contents.json
│   │       ├── d_beishang.imageset/
│   │       │   └── Contents.json
│   │       ├── d_bishi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_bizui.imageset/
│   │       │   └── Contents.json
│   │       ├── d_chanzui.imageset/
│   │       │   └── Contents.json
│   │       ├── d_chijing.imageset/
│   │       │   └── Contents.json
│   │       ├── d_dahaqi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_ding.imageset/
│   │       │   └── Contents.json
│   │       ├── d_fennu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_ganmao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_guzhang.imageset/
│   │       │   └── Contents.json
│   │       ├── d_haha.imageset/
│   │       │   └── Contents.json
│   │       ├── d_haixiu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_han.imageset/
│   │       │   └── Contents.json
│   │       ├── d_hehe.imageset/
│   │       │   └── Contents.json
│   │       ├── d_heixian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_heng.imageset/
│   │       │   └── Contents.json
│   │       ├── d_huaxin.imageset/
│   │       │   └── Contents.json
│   │       ├── d_keai.imageset/
│   │       │   └── Contents.json
│   │       ├── d_kelian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_ku.imageset/
│   │       │   └── Contents.json
│   │       ├── d_kun.imageset/
│   │       │   └── Contents.json
│   │       ├── d_landelini.imageset/
│   │       │   └── Contents.json
│   │       ├── d_lei.imageset/
│   │       │   └── Contents.json
│   │       ├── d_nanhaier.imageset/
│   │       │   └── Contents.json
│   │       ├── d_nu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_numa.imageset/
│   │       │   └── Contents.json
│   │       ├── d_nvhaier.imageset/
│   │       │   └── Contents.json
│   │       ├── d_qian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_qinqin.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shengbing.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shiwang.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shuai.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shudaizi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_shuijiao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_sikao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_taikaixin.imageset/
│   │       │   └── Contents.json
│   │       ├── d_touxiao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_tu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_tuzi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_wabishi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_weiqu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_xiongmao.imageset/
│   │       │   └── Contents.json
│   │       ├── d_xixi.imageset/
│   │       │   └── Contents.json
│   │       ├── d_xu.imageset/
│   │       │   └── Contents.json
│   │       ├── d_yinxian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_yiwen.imageset/
│   │       │   └── Contents.json
│   │       ├── d_youhengheng.imageset/
│   │       │   └── Contents.json
│   │       ├── d_yun.imageset/
│   │       │   └── Contents.json
│   │       ├── d_zhuakuang.imageset/
│   │       │   └── Contents.json
│   │       ├── d_zhutou.imageset/
│   │       │   └── Contents.json
│   │       ├── d_zuoguilian.imageset/
│   │       │   └── Contents.json
│   │       ├── d_zuohengheng.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_Batch_download.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_cell_download.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_icon_Play_all.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_icon_album.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_icon_length.imageset/
│   │       │   └── Contents.json
│   │       ├── dailylistening_img_date.imageset/
│   │       │   └── Contents.json
│   │       ├── danmubg.imageset/
│   │       │   └── Contents.json
│   │       ├── danmubgself.imageset/
│   │       │   └── Contents.json
│   │       ├── dash.imageset/
│   │       │   └── Contents.json
│   │       ├── dataicon.imageset/
│   │       │   └── Contents.json
│   │       ├── delete.imageset/
│   │       │   └── Contents.json
│   │       ├── deleteCell_h.imageset/
│   │       │   └── Contents.json
│   │       ├── deleteCell_n.imageset/
│   │       │   └── Contents.json
│   │       ├── delete_all_h.imageset/
│   │       │   └── Contents.json
│   │       ├── delete_all_n.imageset/
│   │       │   └── Contents.json
│   │       ├── deletion_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── deletion_unselected.imageset/
│   │       │   └── Contents.json
│   │       ├── deviceBackView.imageset/
│   │       │   └── Contents.json
│   │       ├── device_dot.imageset/
│   │       │   └── Contents.json
│   │       ├── device_more.imageset/
│   │       │   └── Contents.json
│   │       ├── device_play.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playFast.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playLike.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playLiked.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playPause.imageset/
│   │       │   └── Contents.json
│   │       ├── device_playPre.imageset/
│   │       │   └── Contents.json
│   │       ├── dis_next_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── dis_previous_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── down_n.imageset/
│   │       │   └── Contents.json
│   │       ├── downloadAlbum.imageset/
│   │       │   └── Contents.json
│   │       ├── downloadMore.imageset/
│   │       │   └── Contents.json
│   │       ├── download_ic_download.imageset/
│   │       │   └── Contents.json
│   │       ├── download_ic_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── download_ic_waiting.imageset/
│   │       │   └── Contents.json
│   │       ├── download_ic_wrong.imageset/
│   │       │   └── Contents.json
│   │       ├── download_icon_downloadmore.imageset/
│   │       │   └── Contents.json
│   │       ├── downloading.imageset/
│   │       │   └── Contents.json
│   │       ├── dynamic_album_new.imageset/
│   │       │   └── Contents.json
│   │       ├── dynamic_event.imageset/
│   │       │   └── Contents.json
│   │       ├── dynamic_more.imageset/
│   │       │   └── Contents.json
│   │       ├── dynamic_recommand.imageset/
│   │       │   └── Contents.json
│   │       ├── expiredDateBg.imageset/
│   │       │   └── Contents.json
│   │       ├── f_geili.imageset/
│   │       │   └── Contents.json
│   │       ├── f_hufen.imageset/
│   │       │   └── Contents.json
│   │       ├── f_jiong.imageset/
│   │       │   └── Contents.json
│   │       ├── f_meng.imageset/
│   │       │   └── Contents.json
│   │       ├── f_shenma.imageset/
│   │       │   └── Contents.json
│   │       ├── f_shuai.imageset/
│   │       │   └── Contents.json
│   │       ├── f_v5.imageset/
│   │       │   └── Contents.json
│   │       ├── f_xi.imageset/
│   │       │   └── Contents.json
│   │       ├── f_zhi.imageset/
│   │       │   └── Contents.json
│   │       ├── fail.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_ic_gift(w).imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_icon_❤_grey.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_icon_❤_pink.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_icon_❤_white.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_icon_❤_yellow.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top_g.imageset/
│   │       │   └── Contents.json
│   │       ├── fanlist_top_p.imageset/
│   │       │   └── Contents.json
│   │       ├── favAlbumCell_new.imageset/
│   │       │   └── Contents.json
│   │       ├── favSoundDelete.imageset/
│   │       │   └── Contents.json
│   │       ├── favSoundDeleteH.imageset/
│   │       │   └── Contents.json
│   │       ├── feedAd_del.imageset/
│   │       │   └── Contents.json
│   │       ├── feedAd_h.imageset/
│   │       │   └── Contents.json
│   │       ├── feedAd_n.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackAlert_close.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackAlert_content.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackAlert_negative_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackAlert_positive_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── feedbackImg.imageset/
│   │       │   └── Contents.json
│   │       ├── field_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── filter_detail.imageset/
│   │       │   └── Contents.json
│   │       ├── findCategory_default.imageset/
│   │       │   └── Contents.json
│   │       ├── find_Local_Icon.imageset/
│   │       │   └── Contents.json
│   │       ├── find_VIP.imageset/
│   │       │   └── Contents.json
│   │       ├── find_ad_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── find_album_border.imageset/
│   │       │   └── Contents.json
│   │       ├── find_album_fav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── find_album_unfav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── find_albumcell_cover_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── find_albumcell_play.imageset/
│   │       │   └── Contents.json
│   │       ├── find_all.imageset/
│   │       │   └── Contents.json
│   │       ├── find_baijia.imageset/
│   │       │   └── Contents.json
│   │       ├── find_book.imageset/
│   │       │   └── Contents.json
│   │       ├── find_bubble_large.imageset/
│   │       │   └── Contents.json
│   │       ├── find_bubble_middle.imageset/
│   │       │   └── Contents.json
│   │       ├── find_bubble_small.imageset/
│   │       │   └── Contents.json
│   │       ├── find_campus.imageset/
│   │       │   └── Contents.json
│   │       ├── find_car.imageset/
│   │       │   └── Contents.json
│   │       ├── find_category_rank_line.imageset/
│   │       │   └── Contents.json
│   │       ├── find_chair.imageset/
│   │       │   └── Contents.json
│   │       ├── find_change_batch.imageset/
│   │       │   └── Contents.json
│   │       ├── find_change_more.imageset/
│   │       │   └── Contents.json
│   │       ├── find_comic.imageset/
│   │       │   └── Contents.json
│   │       ├── find_comment_star.imageset/
│   │       │   └── Contents.json
│   │       ├── find_cover.imageset/
│   │       │   └── Contents.json
│   │       ├── find_culture.imageset/
│   │       │   └── Contents.json
│   │       ├── find_dot_h.imageset/
│   │       │   └── Contents.json
│   │       ├── find_dot_n.imageset/
│   │       │   └── Contents.json
│   │       ├── find_down_rec.imageset/
│   │       │   └── Contents.json
│   │       ├── find_emotion.imageset/
│   │       │   └── Contents.json
│   │       ├── find_entertainment.imageset/
│   │       │   └── Contents.json
│   │       ├── find_finance.imageset/
│   │       │   └── Contents.json
│   │       ├── find_game.imageset/
│   │       │   └── Contents.json
│   │       ├── find_gotocate.imageset/
│   │       │   └── Contents.json
│   │       ├── find_health.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotUser_fans.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotUser_following.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotUser_sounds.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotUser_toFollow.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hot_albumcover.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotuser_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── find_hotuser_play.imageset/
│   │       │   └── Contents.json
│   │       ├── find_it.imageset/
│   │       │   └── Contents.json
│   │       ├── find_kid.imageset/
│   │       │   └── Contents.json
│   │       ├── find_kind_btn_default.imageset/
│   │       │   └── Contents.json
│   │       ├── find_movie.imageset/
│   │       │   └── Contents.json
│   │       ├── find_music.imageset/
│   │       │   └── Contents.json
│   │       ├── find_news.imageset/
│   │       │   └── Contents.json
│   │       ├── find_notReachable.imageset/
│   │       │   └── Contents.json
│   │       ├── find_opera.imageset/
│   │       │   └── Contents.json
│   │       ├── find_other.imageset/
│   │       │   └── Contents.json
│   │       ├── find_person_6.imageset/
│   │       │   └── Contents.json
│   │       ├── find_person_cover.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_btn_h.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_btn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_btn_sepline.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_footer.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_header.imageset/
│   │       │   └── Contents.json
│   │       ├── find_pop_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radio.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radio_default.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radio_focuse.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radio_focuse_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── find_radioplay.imageset/
│   │       │   └── Contents.json
│   │       ├── find_rec_live.imageset/
│   │       │   └── Contents.json
│   │       ├── find_rec_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── find_rec_play.imageset/
│   │       │   └── Contents.json
│   │       ├── find_rec_report.imageset/
│   │       │   └── Contents.json
│   │       ├── find_searchbar.imageset/
│   │       │   └── Contents.json
│   │       ├── find_seg.imageset/
│   │       │   └── Contents.json
│   │       ├── find_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── find_special_default.imageset/
│   │       │   └── Contents.json
│   │       ├── find_specialicon.imageset/
│   │       │   └── Contents.json
│   │       ├── find_subject_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── find_tagicon.imageset/
│   │       │   └── Contents.json
│   │       ├── find_track_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── find_track_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── find_track_play.imageset/
│   │       │   └── Contents.json
│   │       ├── find_train.imageset/
│   │       │   └── Contents.json
│   │       ├── find_travel.imageset/
│   │       │   └── Contents.json
│   │       ├── find_usercover.imageset/
│   │       │   └── Contents.json
│   │       ├── findcell_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_contact.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_renren.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_weibo.imageset/
│   │       │   └── Contents.json
│   │       ├── findfriends_via_wx.imageset/
│   │       │   └── Contents.json
│   │       ├── findsection_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── findsection_more.imageset/
│   │       │   └── Contents.json
│   │       ├── findsubject_large_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── findsubject_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── flexible.dataset/
│   │       │   ├── Contents.json
│   │       │   └── flexible.js
│   │       ├── fm_down.imageset/
│   │       │   └── Contents.json
│   │       ├── fm_down_h.imageset/
│   │       │   └── Contents.json
│   │       ├── fm_up.imageset/
│   │       │   └── Contents.json
│   │       ├── fm_up_h.imageset/
│   │       │   └── Contents.json
│   │       ├── foldCmtBG.imageset/
│   │       │   └── Contents.json
│   │       ├── foldCmt_anchor.imageset/
│   │       │   └── Contents.json
│   │       ├── freeTrafficAlertBg.imageset/
│   │       │   └── Contents.json
│   │       ├── freeTrafficAlertBg_Nomal.imageset/
│   │       │   └── Contents.json
│   │       ├── freeTrafficAlertClose.imageset/
│   │       │   └── Contents.json
│   │       ├── freeTrafficOpenBtn.imageset/
│   │       │   └── Contents.json
│   │       ├── free_hight.imageset/
│   │       │   └── Contents.json
│   │       ├── free_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── freshman_coupon.imageset/
│   │       │   └── Contents.json
│   │       ├── futuraLT.dataset/
│   │       │   └── Contents.json
│   │       ├── game_banner.imageset/
│   │       │   └── Contents.json
│   │       ├── game_logined_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── game_qq_login.imageset/
│   │       │   └── Contents.json
│   │       ├── game_qq_login_h.imageset/
│   │       │   └── Contents.json
│   │       ├── game_wechat_login.imageset/
│   │       │   └── Contents.json
│   │       ├── game_wechat_login_h.imageset/
│   │       │   └── Contents.json
│   │       ├── game_weibo_login.imageset/
│   │       │   └── Contents.json
│   │       ├── game_weibo_login_h.imageset/
│   │       │   └── Contents.json
│   │       ├── gdticon.imageset/
│   │       │   └── Contents.json
│   │       ├── getLottory.imageset/
│   │       │   └── Contents.json
│   │       ├── group_bbs_ic_pic.imageset/
│   │       │   └── Contents.json
│   │       ├── group_ic_camera.imageset/
│   │       │   └── Contents.json
│   │       ├── group_ic_img.imageset/
│   │       │   └── Contents.json
│   │       ├── group_ic_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── group_icon_checkbox_n.imageset/
│   │       │   └── Contents.json
│   │       ├── group_icon_checkbox_p.imageset/
│   │       │   └── Contents.json
│   │       ├── group_icon_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── group_img_album(null).imageset/
│   │       │   └── Contents.json
│   │       ├── group_img_all.imageset/
│   │       │   └── Contents.json
│   │       ├── group_img_null.imageset/
│   │       │   └── Contents.json
│   │       ├── group_tag_jp.imageset/
│   │       │   └── Contents.json
│   │       ├── group_tag_pay.imageset/
│   │       │   └── Contents.json
│   │       ├── group_tag_top.imageset/
│   │       │   └── Contents.json
│   │       ├── guessRefresh.imageset/
│   │       │   └── Contents.json
│   │       ├── guidemask_broadcast.imageset/
│   │       │   └── Contents.json
│   │       ├── guidemask_download.imageset/
│   │       │   └── Contents.json
│   │       ├── guidemask_inviteting.imageset/
│   │       │   └── Contents.json
│   │       ├── guidemask_shareting.imageset/
│   │       │   └── Contents.json
│   │       ├── gushiji_1.imageset/
│   │       │   └── Contents.json
│   │       ├── gushiji_2.imageset/
│   │       │   └── Contents.json
│   │       ├── gushiji_manage.imageset/
│   │       │   └── Contents.json
│   │       ├── h_buyao.imageset/
│   │       │   └── Contents.json
│   │       ├── h_good.imageset/
│   │       │   └── Contents.json
│   │       ├── h_guolai.imageset/
│   │       │   └── Contents.json
│   │       ├── h_haha.imageset/
│   │       │   └── Contents.json
│   │       ├── h_lai.imageset/
│   │       │   └── Contents.json
│   │       ├── h_ok.imageset/
│   │       │   └── Contents.json
│   │       ├── h_quantou.imageset/
│   │       │   └── Contents.json
│   │       ├── h_ruo.imageset/
│   │       │   └── Contents.json
│   │       ├── h_woshou.imageset/
│   │       │   └── Contents.json
│   │       ├── h_ye.imageset/
│   │       │   └── Contents.json
│   │       ├── h_zan.imageset/
│   │       │   └── Contents.json
│   │       ├── h_zuicha.imageset/
│   │       │   └── Contents.json
│   │       ├── halfOff4123.imageset/
│   │       │   └── Contents.json
│   │       ├── hardware_load.imageset/
│   │       │   └── Contents.json
│   │       ├── hardware_shopping.imageset/
│   │       │   └── Contents.json
│   │       ├── header_over.imageset/
│   │       │   └── Contents.json
│   │       ├── hearContentIV.imageset/
│   │       │   └── Contents.json
│   │       ├── hearDownload.imageset/
│   │       │   └── Contents.json
│   │       ├── hearGuideClose.imageset/
│   │       │   └── Contents.json
│   │       ├── hearHistory.imageset/
│   │       │   └── Contents.json
│   │       ├── hearLiveCount.imageset/
│   │       │   └── Contents.json
│   │       ├── hearLiveTag.imageset/
│   │       │   └── Contents.json
│   │       ├── hearSubscribe.imageset/
│   │       │   └── Contents.json
│   │       ├── hearSubscribed.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_download.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_favourite.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_history.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_paid.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_sort_n.imageset/
│   │       │   └── Contents.json
│   │       ├── hear_sort_s.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_ic_learn.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_ic_life.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_ic_listen.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_pic_boy.imageset/
│   │       │   └── Contents.json
│   │       ├── hobby_pic_girl.imageset/
│   │       │   └── Contents.json
│   │       ├── home_tips_icon_more.imageset/
│   │       │   └── Contents.json
│   │       ├── home_tips_icon_turnoff.imageset/
│   │       │   └── Contents.json
│   │       ├── hot.imageset/
│   │       │   └── Contents.json
│   │       ├── hoticon.imageset/
│   │       │   └── Contents.json
│   │       ├── hover.imageset/
│   │       │   └── Contents.json
│   │       ├── hybrid_overlay.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_?.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_LYP.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_achieve.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_close.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_create_album.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_discovery_new.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_buling_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_img_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_img_bg_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_star_big.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_star_big_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_star_small.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_dmgg_star_small_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_fans.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_gift_.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_group.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_live.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_massage.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_money.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_more.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_navi_group.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_navi_group_new.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_plus.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_popularize.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_rec_o.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_rec_w.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_sounds.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_triangle_up.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_-report.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_albums.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_copy.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_edit.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_fb_albums_big.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_fb_pic.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_fb_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_like.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_like_on.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_massage.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_massage_red.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_more.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_next.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_reply.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_save.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_stop.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_unfollow.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty_phone.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty_wechat.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_tyq_zty_weibo.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_up.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_upload.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_v.imageset/
│   │       │   └── Contents.json
│   │       ├── ic_wyzb_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon-120.imageset/
│   │       │   └── Contents.json
│   │       ├── icon-180.imageset/
│   │       │   └── Contents.json
│   │       ├── icon-72.imageset/
│   │       │   └── Contents.json
│   │       ├── icon-76.imageset/
│   │       │   └── Contents.json
│   │       ├── icon.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_add.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_cancel.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_coupon.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_pop_album_device.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_share.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_tick.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_top.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_unfav.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_untop.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_as_worn.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back_highlight.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back_round.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_back_round_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_clock.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_clock_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_fabu_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_fabu_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_live.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_mobile.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_pc.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_history_radio.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_home.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_home_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_home_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_indicator_down.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_indicator_right.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more_round.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_more_round_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_myView.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_playlist_live.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_playlist_playback.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_playlist_schedules_0.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_playlist_schedules_1.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_country.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_hide.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_internet.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_local.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_province.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_radio_show.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_bgm.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_bgm_add.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_bgm_new.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_track_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_track_play.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_tutorial.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_rec_volcontrol.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_search_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_search_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_setting_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_setting_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_share.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_share_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_share_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_sixin.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_sixin_h.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_sixin_n.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_title_rss.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_toolbar_morelive.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_tyq_tz_like.imageset/
│   │       │   └── Contents.json
│   │       ├── icon_x.imageset/
│   │       │   └── Contents.json
│   │       ├── iconfont-yaoyiyao.imageset/
│   │       │   └── Contents.json
│   │       ├── image_mylive_nodata.imageset/
│   │       │   └── Contents.json
│   │       ├── image_two_close.imageset/
│   │       │   └── Contents.json
│   │       ├── image_two_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── img_carlife.imageset/
│   │       │   └── Contents.json
│   │       ├── img_rec_bgm_offline.imageset/
│   │       │   └── Contents.json
│   │       ├── img_rec_bgm_wifi.imageset/
│   │       │   └── Contents.json
│   │       ├── img_tyq_cellbg.imageset/
│   │       │   └── Contents.json
│   │       ├── img_tyq_here.imageset/
│   │       │   └── Contents.json
│   │       ├── img_tyq_nofriend.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV0.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV1.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV10.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV11.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV12.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV13.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV14.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV15.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV16.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV2.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV3.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV4.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV5.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV6.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV7.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV8.imageset/
│   │       │   └── Contents.json
│   │       ├── individualV9.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV0.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV1.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV10.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV11.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV12.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV13.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV14.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV15.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV16.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV2.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV3.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV4.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV5.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV6.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV7.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV8.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_blueV9.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV0.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV014.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV1.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV10.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV11.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV12.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV13.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV15.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV16.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV2.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV3.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV4.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV5.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV6.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV7.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV8.imageset/
│   │       │   └── Contents.json
│   │       ├── individual_orangeV9.imageset/
│   │       │   └── Contents.json
│   │       ├── input_h.imageset/
│   │       │   └── Contents.json
│   │       ├── input_n.imageset/
│   │       │   └── Contents.json
│   │       ├── iocn_Screening_h.imageset/
│   │       │   └── Contents.json
│   │       ├── iocn_Screening_n.imageset/
│   │       │   └── Contents.json
│   │       ├── jmgl_ic_college.imageset/
│   │       │   └── Contents.json
│   │       ├── join_vip_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── jshandle.dataset/
│   │       │   ├── Contents.json
│   │       │   └── jshandle.js
│   │       ├── l_aixinchuandi.imageset/
│   │       │   └── Contents.json
│   │       ├── l_shangxin.imageset/
│   │       │   └── Contents.json
│   │       ├── l_xin.imageset/
│   │       │   └── Contents.json
│   │       ├── lastLoginTip.imageset/
│   │       │   └── Contents.json
│   │       ├── leftside_shadow_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── lineShadow.imageset/
│   │       │   └── Contents.json
│   │       ├── line_horizeontal.imageset/
│   │       │   └── Contents.json
│   │       ├── liveClose.imageset/
│   │       │   └── Contents.json
│   │       ├── livePlayingHistory.imageset/
│   │       │   └── Contents.json
│   │       ├── livePlayingList.imageset/
│   │       │   └── Contents.json
│   │       ├── livePlayingStatusLive.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioCellPause.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioCellPlay.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioCellPoint.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioDropDownButtonBg.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioPlay_album_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioPlayingBack.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioProvinceBg_High.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioProvinceBg_Normal.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioSectionMore_High.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadioSectionMore_Normal.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadio_activity_moreLive.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadio_album_mask480.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRadio_beta.imageset/
│   │       │   └── Contents.json
│   │       ├── liveRaido_album_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_chat_other.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_close.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_close2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_close_white.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_count.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_default.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_gift.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_gridmask.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_imgmask.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_tips1.imageset/
│   │       │   └── Contents.json
│   │       ├── live_bg_triangle.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_addmusic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_admin_add.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_admin_remove.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_adminlist.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call_online.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call_online_00.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call_online_01.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_call_online_03.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_checked.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_close.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_confirm.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_emoji.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_end.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_followe.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_followed.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_fullscreen.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_fullscreen_exit.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_gallery.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_gift.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_hangup.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_hide.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_hit.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_call.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_call_online.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_manage.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_menu.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_micoff.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_micon.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_mixer.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_music.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_photo.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_host_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_image.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_infohide.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_keyboard.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_manage.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_menu.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_mic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_micoff.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_micon.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_mixer.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_add.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_bgm.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_download.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_loop.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_play.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_remove.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_repeat.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_music_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_new.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_newmessage.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_next.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_notice.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_photo.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_play.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_prev.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_replay.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_rotate.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_saveImage.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_share.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_slide_hide.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_slide_show.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_group_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_group_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_moment_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_moment_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_qq_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_qq_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_qzone_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_qzone_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_tyq_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_tyq_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_wechat_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_wechat_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_weibo_off.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_social_weibo_on.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_speaker.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_topic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_unchecked.imageset/
│   │       │   └── Contents.json
│   │       ├── live_btn_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── live_gift_bg_pop.imageset/
│   │       │   └── Contents.json
│   │       ├── live_gift_icon_down.imageset/
│   │       │   └── Contents.json
│   │       ├── live_gift_icon_right.imageset/
│   │       │   └── Contents.json
│   │       ├── live_gift_icon_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_anchor.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_arrow_right.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_badge_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_badge_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_badge_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_count.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_date.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_defaultgift.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_diamond.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_follow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_gif_play.dataset/
│   │       │   ├── Contents.json
│   │       │   └── live_ic_gif_play.json
│   │       ├── live_ic_infohide.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_infoshow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_music_added.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_music_cloud.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_music_palying.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_music_pc.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_mute.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_position.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_profile_time.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_down.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_keep.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_new.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_ranking_up.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sex_female.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sex_male.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sex_unknown.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_awkward.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_crow.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_handclap.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_laugh.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_love.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_nice.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_thumbdown.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_sound_train.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_total.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_v.imageset/
│   │       │   └── Contents.json
│   │       ├── live_ic_warning.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_anchor.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_avatar_ting.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_cover.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_default.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_end_list.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_home_status_onliving.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_home_topanchor.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_honor_highlight.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_line.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_live_list.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_loading2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_nav_default.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_no_chatgroup.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_offline.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_redpacket.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_redpacket_send.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_replay_list.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_right1.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_right2.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_right3.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_status_onair.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_status_onair_red.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_status_soon.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_status_trailer.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_streamend.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_texture.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_texture_line.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_tips_addmusic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_tips_group.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_tips_liveinfo.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_tips_music.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_trailer_list.imageset/
│   │       │   └── Contents.json
│   │       ├── live_img_wealth_basic.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_admin.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_adminlist.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_end.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_feedback.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_headphone.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_info.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_livelist.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_mute.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_notice.imageset/
│   │       │   └── Contents.json
│   │       ├── live_menu_share.imageset/
│   │       │   └── Contents.json
│   │       ├── live_radio_playing_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── local_play_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── log.imageset/
│   │       │   └── Contents.json
│   │       ├── logicon.imageset/
│   │       │   └── Contents.json
│   │       ├── login_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── login_img_door.imageset/
│   │       │   └── Contents.json
│   │       ├── login_or.imageset/
│   │       │   └── Contents.json
│   │       ├── logo_laya.imageset/
│   │       │   └── Contents.json
│   │       ├── logo_recommend.imageset/
│   │       │   └── Contents.json
│   │       ├── logo_xima.imageset/
│   │       │   └── Contents.json
│   │       ├── lostLottory.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryBgBlue.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryBgRed.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryBgWhite.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryBgYellow.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryExpired.imageset/
│   │       │   └── Contents.json
│   │       ├── lottoryIcon.imageset/
│   │       │   └── Contents.json
│   │       ├── luna_wps.imageset/
│   │       │   └── Contents.json
│   │       ├── mainLogo.imageset/
│   │       │   └── Contents.json
│   │       ├── mainLogo_MINI.imageset/
│   │       │   └── Contents.json
│   │       ├── mark_title.imageset/
│   │       │   └── Contents.json
│   │       ├── me.imageset/
│   │       │   └── Contents.json
│   │       ├── meArrow.imageset/
│   │       │   └── Contents.json
│   │       ├── meBg.imageset/
│   │       │   └── Contents.json
│   │       ├── meBought.imageset/
│   │       │   └── Contents.json
│   │       ├── meLine.imageset/
│   │       │   └── Contents.json
│   │       ├── meMesHL.imageset/
│   │       │   └── Contents.json
│   │       ├── meMesNor.imageset/
│   │       │   └── Contents.json
│   │       ├── meRecord.imageset/
│   │       │   └── Contents.json
│   │       ├── meSetHL.imageset/
│   │       │   └── Contents.json
│   │       ├── meSetNor.imageset/
│   │       │   └── Contents.json
│   │       ├── meSoundEdit_topView_browser_default.imageset/
│   │       │   └── Contents.json
│   │       ├── meSoundEdit_topView_default.imageset/
│   │       │   └── Contents.json
│   │       ├── meTicket.imageset/
│   │       │   └── Contents.json
│   │       ├── meWallet.imageset/
│   │       │   └── Contents.json
│   │       ├── meXB.imageset/
│   │       │   └── Contents.json
│   │       ├── me_album_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── me_album_edit.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_email.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_email_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_phone.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_phone_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_qq_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_renren.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_renren_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_sina.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_sina_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_wechat.imageset/
│   │       │   └── Contents.json
│   │       ├── me_celllogo_wechat_h.imageset/
│   │       │   └── Contents.json
│   │       ├── me_fans_verifylogo.imageset/
│   │       │   └── Contents.json
│   │       ├── me_more_delete.imageset/
│   │       │   └── Contents.json
│   │       ├── me_more_download.imageset/
│   │       │   └── Contents.json
│   │       ├── me_more_edit.imageset/
│   │       │   └── Contents.json
│   │       ├── me_more_replace.imageset/
│   │       │   └── Contents.json
│   │       ├── me_my_device.imageset/
│   │       │   └── Contents.json
│   │       ├── me_new_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── me_relate_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_CPS.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_account.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_achievement.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_anchor.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_beAnchor.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_boughttracks.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_clock.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_college.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_contact.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_coupon.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_device.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_favAlbum.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_feedback.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_findting.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_game.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_identify.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_liked.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_more.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_myorder.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_nightmode.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_notice_center.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_playhis.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_plus.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_points.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_program.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_refunds.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_sixin.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_social.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_store.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_union.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_usercenter.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_zone.imageset/
│   │       │   └── Contents.json
│   │       ├── me_setting_zonemsg.imageset/
│   │       │   └── Contents.json
│   │       ├── me_unbindPhone.imageset/
│   │       │   └── Contents.json
│   │       ├── messageCenter_icon_sixin_n.imageset/
│   │       │   └── Contents.json
│   │       ├── message_icon_setting.imageset/
│   │       │   └── Contents.json
│   │       ├── message_icon_silence.imageset/
│   │       │   └── Contents.json
│   │       ├── message_no_history.imageset/
│   │       │   └── Contents.json
│   │       ├── metal_insert.imageset/
│   │       │   └── Contents.json
│   │       ├── mini_lock_line.imageset/
│   │       │   └── Contents.json
│   │       ├── mini_lockbg.imageset/
│   │       │   └── Contents.json
│   │       ├── mini_skip_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── mini_skip_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBriefBtn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBriefBtn_s.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBrief_triangle.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBtnFree.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBtnMask.imageset/
│   │       │   └── Contents.json
│   │       ├── moreBtnPay.imageset/
│   │       │   └── Contents.json
│   │       ├── moreViewPrivateTalk.imageset/
│   │       │   └── Contents.json
│   │       ├── moreViewReplay.imageset/
│   │       │   └── Contents.json
│   │       ├── moreViewTop.imageset/
│   │       │   └── Contents.json
│   │       ├── msgAuditInreview.imageset/
│   │       │   └── Contents.json
│   │       ├── msgAuditReject.imageset/
│   │       │   └── Contents.json
│   │       ├── msuicheting.imageset/
│   │       │   └── Contents.json
│   │       ├── musicPersonImage.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterFilterNormal.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterFilterSelected.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterNoAlbum.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterNoCmt.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterPayAlbumComment.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterQA.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterSortIconNormal.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterSortIconSelected.imageset/
│   │       │   └── Contents.json
│   │       ├── myCenterSortSelected.imageset/
│   │       │   └── Contents.json
│   │       ├── my_bg_wdl.imageset/
│   │       │   └── Contents.json
│   │       ├── my_ic_feedback.imageset/
│   │       │   └── Contents.json
│   │       ├── my_ic_more.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_arrow_down_h.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_arrow_down_n.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_arrow_up_h.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_arrow_up_n.imageset/
│   │       │   └── Contents.json
│   │       ├── navidrop_h.imageset/
│   │       │   └── Contents.json
│   │       ├── navigation_line.imageset/
│   │       │   └── Contents.json
│   │       ├── navigationbar_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── navigationbar_bg_64.imageset/
│   │       │   └── Contents.json
│   │       ├── networkhelp.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_AD_cover_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_AD_split.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_VIP_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_comment_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_commet_defualt_user.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_cover_free.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_cover_free_320.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_cover_payment.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_cover_payment_320.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_empt_star.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_end.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_free_downloadw.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_full_star.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_half_star.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_intro_back.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_lastplay_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_rss.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_rss_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_rssed.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_rssed_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_shop.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_pay_shop_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_scroll_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── newAlbum_scroll_bottom_hight.imageset/
│   │       │   └── Contents.json
│   │       ├── newUserMask.imageset/
│   │       │   └── Contents.json
│   │       ├── new_album_playCount.imageset/
│   │       │   └── Contents.json
│   │       ├── nextStep.imageset/
│   │       │   └── Contents.json
│   │       ├── next_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── noCopyright.imageset/
│   │       │   └── Contents.json
│   │       ├── noDataCell.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_VIP.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_consume.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_freeting.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_recharge.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_subscription2.imageset/
│   │       │   └── Contents.json
│   │       ├── noData_zone_receive.imageset/
│   │       │   └── Contents.json
│   │       ├── noMoreCmt.imageset/
│   │       │   └── Contents.json
│   │       ├── noSearchData.imageset/
│   │       │   └── Contents.json
│   │       ├── no_device.imageset/
│   │       │   └── Contents.json
│   │       ├── no_network.imageset/
│   │       │   └── Contents.json
│   │       ├── noread_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── notShowPwd.imageset/
│   │       │   └── Contents.json
│   │       ├── now_playing.imageset/
│   │       │   └── Contents.json
│   │       ├── npCoverMask.imageset/
│   │       │   └── Contents.json
│   │       ├── npTabSponsor.imageset/
│   │       │   └── Contents.json
│   │       ├── np_QACmt.imageset/
│   │       │   └── Contents.json
│   │       ├── np_artistheader_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_comment_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── np_commentsummary_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_danmu_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_danmu_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── np_emoticon_delete_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_face_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_face_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_headview_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_headview_bg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_headview_following_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_headview_nofollow_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_image_complete.imageset/
│   │       │   └── Contents.json
│   │       ├── np_image_origin.imageset/
│   │       │   └── Contents.json
│   │       ├── np_image_save.imageset/
│   │       │   └── Contents.json
│   │       ├── np_image_share.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_back_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_danmu.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_keyboard_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_keyboard_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── np_input_text_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_like_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_like_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_line.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loading_failed.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loading_fresh.imageset/
│   │       │   └── Contents.json
│   │       ├── np_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── np_lover_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loverheader_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_lovers_count_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_lovers_count_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── np_loverview_arraw.imageset/
│   │       │   └── Contents.json
│   │       ├── np_menu_playlist.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_album.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_down.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_history.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_public.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_replay.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_report.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_share.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_sleep.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_wakeup.imageset/
│   │       │   └── Contents.json
│   │       ├── np_more_wifi.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon3_1.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon3_2.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon3_3.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon_1.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pageicon_2.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pic_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── np_picmask.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_cycle.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_order.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_outorder.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_reverse_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_single.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_sort_def.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_sort_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_sound_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_playlist_sound_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pop_ds.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pop_home.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pop_sixin.imageset/
│   │       │   └── Contents.json
│   │       ├── np_pop_tiwen.imageset/
│   │       │   └── Contents.json
│   │       ├── np_sound_playtimes.imageset/
│   │       │   └── Contents.json
│   │       ├── np_sound_playtimes_b.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_back_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_chatGroup.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_clock_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_clock_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_cm_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_comment_none.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_dm_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_download_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_download_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_gift.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_like_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_like_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_likenum_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_likenum_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_likenum_nv.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_more_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_red.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_share_h.imageset/
│   │       │   └── Contents.json
│   │       ├── np_toolbar_share_n.imageset/
│   │       │   └── Contents.json
│   │       ├── np_user_more.imageset/
│   │       │   └── Contents.json
│   │       ├── o_bingun.imageset/
│   │       │   └── Contents.json
│   │       ├── o_dangao.imageset/
│   │       │   └── Contents.json
│   │       ├── o_dianying.imageset/
│   │       │   └── Contents.json
│   │       ├── o_fahongbao.imageset/
│   │       │   └── Contents.json
│   │       ├── o_feiji.imageset/
│   │       │   └── Contents.json
│   │       ├── o_fengshan.imageset/
│   │       │   └── Contents.json
│   │       ├── o_ganbei.imageset/
│   │       │   └── Contents.json
│   │       ├── o_hongsidai.imageset/
│   │       │   └── Contents.json
│   │       ├── o_huatong.imageset/
│   │       │   └── Contents.json
│   │       ├── o_kafei.imageset/
│   │       │   └── Contents.json
│   │       ├── o_lazhu.imageset/
│   │       │   └── Contents.json
│   │       ├── o_liwu.imageset/
│   │       │   └── Contents.json
│   │       ├── o_lvsidai.imageset/
│   │       │   └── Contents.json
│   │       ├── o_qiche.imageset/
│   │       │   └── Contents.json
│   │       ├── o_shixi.imageset/
│   │       │   └── Contents.json
│   │       ├── o_shouji.imageset/
│   │       │   └── Contents.json
│   │       ├── o_shoutao.imageset/
│   │       │   └── Contents.json
│   │       ├── o_weibo.imageset/
│   │       │   └── Contents.json
│   │       ├── o_weiguan.imageset/
│   │       │   └── Contents.json
│   │       ├── o_wennuanmaozi.imageset/
│   │       │   └── Contents.json
│   │       ├── o_xigua.imageset/
│   │       │   └── Contents.json
│   │       ├── o_yinyue.imageset/
│   │       │   └── Contents.json
│   │       ├── o_zhaoxiangji.imageset/
│   │       │   └── Contents.json
│   │       ├── o_zhong.imageset/
│   │       │   └── Contents.json
│   │       ├── o_zixingche.imageset/
│   │       │   └── Contents.json
│   │       ├── o_zuqiu.imageset/
│   │       │   └── Contents.json
│   │       ├── oauth_check.imageset/
│   │       │   └── Contents.json
│   │       ├── oauth_switch.imageset/
│   │       │   └── Contents.json
│   │       ├── oauth_uncheck.imageset/
│   │       │   └── Contents.json
│   │       ├── other_info_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── other_info_close.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_activity_1.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_activity_2.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_album_border.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_album_cover.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_album_high.imageset/
│   │       │   └── Contents.json
│   │       ├── paid_rec_album_rate.imageset/
│   │       │   └── Contents.json
│   │       ├── paused.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_album_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_album_left.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_album_right.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_albumheader_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_arrow_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_arrow_up.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_audition.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_banner.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_box.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_boxselect.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_btn_top.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_btn_unfold.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_bubble_ad_adorn.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_bubble_ad_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_button_bkg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_close.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_coupon.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_coupon_empty.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_coupon_more.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_coupon_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_cown.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_device_btnbg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_dialoge.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_downloadfail.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_explain.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_fail.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_fold_more_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_gift_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_giftarrow.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_iap_finish.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_iap_refresh.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_img_line.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_intro.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_ipa_tooth.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_loading.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_mask_image.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_nocomment.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_nofreetrack.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_nonewtrack.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_outline_sound.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_outline_time.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_play_icon_p1.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_play_icon_p2.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_play_icon_p3.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_red_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_redgift_empty.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_redgift_share_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_refund.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_refund_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_restore.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_state_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_success.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_success_big.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_tracksample.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_trailer.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_unfolded_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_uptop.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_vip.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_vip_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_warning.imageset/
│   │       │   └── Contents.json
│   │       ├── pay_wechart.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_addimage.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_allstar.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_checkinfo.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_delcmt.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_halfstar.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_host.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_hosttriangle.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_like.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_liked.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_more.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_moreimg.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_reply.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_score_default.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_smile.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_star.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_star_default.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_star_light.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_success.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_unhappy.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_wechat.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_wechatf.imageset/
│   │       │   └── Contents.json
│   │       ├── paycmt_write.imageset/
│   │       │   └── Contents.json
│   │       ├── payment_mark_select.imageset/
│   │       │   └── Contents.json
│   │       ├── payment_mark_unselect.imageset/
│   │       │   └── Contents.json
│   │       ├── persentQQ.imageset/
│   │       │   └── Contents.json
│   │       ├── persentWechat.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_baiyang_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_baiyang_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_chunv_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_chunv_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_female_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_female_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_jinniu_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_jinniu_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_juxie_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_juxie_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_male_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_male_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_mojie_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_mojie_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_region_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_region_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_sheshou_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_sheshou_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shizi_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shizi_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuangyu_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuangyu_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuangzi_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuangzi_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuiping_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_shuiping_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_tiancheng_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_tiancheng_w.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_tianxie_b.imageset/
│   │       │   └── Contents.json
│   │       ├── personal_tianxie_w.imageset/
│   │       │   └── Contents.json
│   │       ├── placeHolder.imageset/
│   │       │   └── Contents.json
│   │       ├── playCoverBtn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── playCoverBtn_s.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessBar.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessBg.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessCe.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessDot_n.imageset/
│   │       │   └── Contents.json
│   │       ├── playProcessPc.imageset/
│   │       │   └── Contents.json
│   │       ├── playTimeBg_h.imageset/
│   │       │   └── Contents.json
│   │       ├── playTimeBg_n.imageset/
│   │       │   └── Contents.json
│   │       ├── play_album_fav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── play_album_unfav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── play_fast_back.imageset/
│   │       │   └── Contents.json
│   │       ├── play_fast_forword.imageset/
│   │       │   └── Contents.json
│   │       ├── play_flag_wave_0.imageset/
│   │       │   └── Contents.json
│   │       ├── play_flag_wave_1.imageset/
│   │       │   └── Contents.json
│   │       ├── play_flag_wave_2.imageset/
│   │       │   └── Contents.json
│   │       ├── play_removead_ic_before.imageset/
│   │       │   └── Contents.json
│   │       ├── player_btn_comment.imageset/
│   │       │   └── Contents.json
│   │       ├── player_btn_fullsize.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_icon_indicator.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_icon_x.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_img_head.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_text_top1.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_text_top2.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_text_top3.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_text_zzcg.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top1_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top1_img_head.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top1_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top2_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top2_img_head.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top2_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top3_bg_shadow.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top3_img_head.imageset/
│   │       │   └── Contents.json
│   │       ├── player_popup_top3_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── player_vipad_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── playing_tips_finger.imageset/
│   │       │   └── Contents.json
│   │       ├── playing_tips_text.imageset/
│   │       │   └── Contents.json
│   │       ├── playingalbum_fav.imageset/
│   │       │   └── Contents.json
│   │       ├── playingalbum_fav_n.imageset/
│   │       │   └── Contents.json
│   │       ├── playingback.imageset/
│   │       │   └── Contents.json
│   │       ├── playingback_h.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_bg_pop.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_bg_title.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_+15s_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_+15s_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_-15s_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_-15s_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_2x_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_2x_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_barrage_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_barrage_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_comment_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_comment_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_down_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_down_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_down_white_HL.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_download_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_download_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_dynamic_rhythm_p1.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_dynamic_rhythm_p2.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_dynamic_rhythm_p3.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_like_normal.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_like_pressed.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_list.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_more_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_more_vertical.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_more_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_more_white_HL.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_play.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_share_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_share_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_share_white_HL.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_soundInfo_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_soundInfo_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_soundVideo_black.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_soundVideo_white.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_suspend.imageset/
│   │       │   └── Contents.json
│   │       ├── playpage_icon_timing.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_fav.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_header.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_mdev.imageset/
│   │       │   └── Contents.json
│   │       ├── plu_medv_n.imageset/
│   │       │   └── Contents.json
│   │       ├── pluto.imageset/
│   │       │   └── Contents.json
│   │       ├── plutoMessage.imageset/
│   │       │   └── Contents.json
│   │       ├── plutoUpdate.imageset/
│   │       │   └── Contents.json
│   │       ├── pluto_logo_n.imageset/
│   │       │   └── Contents.json
│   │       ├── pluto_ring.imageset/
│   │       │   └── Contents.json
│   │       ├── pop.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_category_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_category_h.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_category_n.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_category_top.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_bottom.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_h.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_n.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_sound_tag_top.imageset/
│   │       │   └── Contents.json
│   │       ├── pop_top.imageset/
│   │       │   └── Contents.json
│   │       ├── popicon.imageset/
│   │       │   └── Contents.json
│   │       ├── popicon_history.imageset/
│   │       │   └── Contents.json
│   │       ├── popicon_local.imageset/
│   │       │   └── Contents.json
│   │       ├── popicon_play.imageset/
│   │       │   └── Contents.json
│   │       ├── popupCoupon.imageset/
│   │       │   └── Contents.json
│   │       ├── post_comment_line.imageset/
│   │       │   └── Contents.json
│   │       ├── presentAlbumBack.imageset/
│   │       │   └── Contents.json
│   │       ├── presentAlbum_change.imageset/
│   │       │   └── Contents.json
│   │       ├── presentBuySuccess.imageset/
│   │       │   └── Contents.json
│   │       ├── presentHolder.imageset/
│   │       │   └── Contents.json
│   │       ├── presentMinus.imageset/
│   │       │   └── Contents.json
│   │       ├── presentMinusOrange.imageset/
│   │       │   └── Contents.json
│   │       ├── presentNotEnough.imageset/
│   │       │   └── Contents.json
│   │       ├── presentPlus.imageset/
│   │       │   └── Contents.json
│   │       ├── presentPlusOrange.imageset/
│   │       │   └── Contents.json
│   │       ├── presentbg.imageset/
│   │       │   └── Contents.json
│   │       ├── previous_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_Aplus.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_Q&A.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_Q&A_dis.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_fans.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_group.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_moneprofile_ic_refund.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_money.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_money_dis.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_share.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_star.imageset/
│   │       │   └── Contents.json
│   │       ├── profile_ic_topfans.imageset/
│   │       │   └── Contents.json
│   │       ├── promotelogo_dark.imageset/
│   │       │   └── Contents.json
│   │       ├── promotelogo_light.imageset/
│   │       │   └── Contents.json
│   │       ├── promptBanner.imageset/
│   │       │   └── Contents.json
│   │       ├── promptNavi.imageset/
│   │       │   └── Contents.json
│   │       ├── pull_to_refresh_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── purchased_bg_nocontent.imageset/
│   │       │   └── Contents.json
│   │       ├── purchased_ic_more.imageset/
│   │       │   └── Contents.json
│   │       ├── push_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── push_close.imageset/
│   │       │   └── Contents.json
│   │       ├── push_open.imageset/
│   │       │   └── Contents.json
│   │       ├── quiet.dataset/
│   │       │   ├── Contents.json
│   │       │   └── quiet.caf
│   │       ├── rank_tags_pickup.imageset/
│   │       │   └── Contents.json
│   │       ├── reading_cat.imageset/
│   │       │   └── Contents.json
│   │       ├── reading_tips2.imageset/
│   │       │   └── Contents.json
│   │       ├── rebuy.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bg_audio.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bg_music.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bg_music2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bg_screen3.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bgimg_album.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_bgimg_voice.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_back.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_cancel.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_clip.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_clip_control.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_fontsize.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_mic_off.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_mic_on.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_off.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_on.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_play.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_music_replace.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview_control.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview_control2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_preview_play.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_retry.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_save.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_btn_volcontrol.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_dashed.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_mic_off.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_mic_on.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_music_add.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_music_off.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_music_on.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_tingyou_nor.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_tingyou_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_ic_vol.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_read1.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_read2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_recoff.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_recon.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips3.1.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips3.2.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_img_tips3.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_sd_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_sd_img_highlight.imageset/
│   │       │   └── Contents.json
│   │       ├── rec_sd_img_light.imageset/
│   │       │   └── Contents.json
│   │       ├── recommedDefault.imageset/
│   │       │   └── Contents.json
│   │       ├── recommendlogo.imageset/
│   │       │   └── Contents.json
│   │       ├── record_album_add.imageset/
│   │       │   └── Contents.json
│   │       ├── record_cancel_btn_h.imageset/
│   │       │   └── Contents.json
│   │       ├── record_cancel_btn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── record_code_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── record_code_top_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── record_mark_check.imageset/
│   │       │   └── Contents.json
│   │       ├── record_ok_btn_h.imageset/
│   │       │   └── Contents.json
│   │       ├── record_ok_btn_n.imageset/
│   │       │   └── Contents.json
│   │       ├── record_over.imageset/
│   │       │   └── Contents.json
│   │       ├── record_photo_add.imageset/
│   │       │   └── Contents.json
│   │       ├── record_share_tingfriend.imageset/
│   │       │   └── Contents.json
│   │       ├── record_share_tingfriend_hl.imageset/
│   │       │   └── Contents.json
│   │       ├── record_soundReport.imageset/
│   │       │   └── Contents.json
│   │       ├── record_tingfriend.imageset/
│   │       │   └── Contents.json
│   │       ├── record_tingfriend_h.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_ic.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_ic_adopt.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_ic_fail.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_ic_prompt.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_icon_n.imageset/
│   │       │   └── Contents.json
│   │       ├── refund_tips.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_code_textField.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_confirm_logo.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_nickname_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_nickname_triangleLogo.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_password_hide_textfield.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_password_show_textfield.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_password_textField.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_qq_button.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_user_textField.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_wechat_button.imageset/
│   │       │   └── Contents.json
│   │       ├── registerAndLogin_weibo_button.imageset/
│   │       │   └── Contents.json
│   │       ├── regview_tab_r.imageset/
│   │       │   └── Contents.json
│   │       ├── relatealbumtitle.imageset/
│   │       │   └── Contents.json
│   │       ├── related_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── republish.imageset/
│   │       │   └── Contents.json
│   │       ├── rewardButtonImage.imageset/
│   │       │   └── Contents.json
│   │       ├── reward_bronze.imageset/
│   │       │   └── Contents.json
│   │       ├── reward_gold.imageset/
│   │       │   └── Contents.json
│   │       ├── reward_right.imageset/
│   │       │   └── Contents.json
│   │       ├── reward_silver.imageset/
│   │       │   └── Contents.json
│   │       ├── rf_pop_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── rock.imageset/
│   │       │   └── Contents.json
│   │       ├── rockIcon.imageset/
│   │       │   └── Contents.json
│   │       ├── rock_back.imageset/
│   │       │   └── Contents.json
│   │       ├── rock_connect.imageset/
│   │       │   └── Contents.json
│   │       ├── rock_small.imageset/
│   │       │   └── Contents.json
│   │       ├── rock_wps.imageset/
│   │       │   └── Contents.json
│   │       ├── ruler_pause.imageset/
│   │       │   └── Contents.json
│   │       ├── ruler_play.imageset/
│   │       │   └── Contents.json
│   │       ├── scanArea.imageset/
│   │       │   └── Contents.json
│   │       ├── scanImage.imageset/
│   │       │   └── Contents.json
│   │       ├── scan_scan.imageset/
│   │       │   └── Contents.json
│   │       ├── screen_close.imageset/
│   │       │   └── Contents.json
│   │       ├── screen_feedback.imageset/
│   │       │   └── Contents.json
│   │       ├── screen_share.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_backhome.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_settingbtn.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_step1.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_step2.imageset/
│   │       │   └── Contents.json
│   │       ├── sct_step3.imageset/
│   │       │   └── Contents.json
│   │       ├── sctshare_default.imageset/
│   │       │   └── Contents.json
│   │       ├── search_album_download.imageset/
│   │       │   └── Contents.json
│   │       ├── search_album_downloadw.imageset/
│   │       │   └── Contents.json
│   │       ├── search_album_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── search_back.imageset/
│   │       │   └── Contents.json
│   │       ├── search_back_h.imageset/
│   │       │   └── Contents.json
│   │       ├── search_bar_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── search_btn_hl.imageset/
│   │       │   └── Contents.json
│   │       ├── search_btn_nl.imageset/
│   │       │   └── Contents.json
│   │       ├── search_btn_norm.imageset/
│   │       │   └── Contents.json
│   │       ├── search_category_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── search_correct_btn.imageset/
│   │       │   └── Contents.json
│   │       ├── search_detail_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter_bg_arrow.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter_btn_sel.imageset/
│   │       │   └── Contents.json
│   │       ├── search_filter_h.imageset/
│   │       │   └── Contents.json
│   │       ├── search_header_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── search_history_close.imageset/
│   │       │   └── Contents.json
│   │       ├── search_intent_category_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── search_new_mark.imageset/
│   │       │   └── Contents.json
│   │       ├── search_normal_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── search_play.imageset/
│   │       │   └── Contents.json
│   │       ├── search_play_count.imageset/
│   │       │   └── Contents.json
│   │       ├── search_tag_hot.imageset/
│   │       │   └── Contents.json
│   │       ├── search_tag_recommend.imageset/
│   │       │   └── Contents.json
│   │       ├── search_tags.imageset/
│   │       │   └── Contents.json
│   │       ├── search_tags_red.imageset/
│   │       │   └── Contents.json
│   │       ├── search_textfield_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── secret.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_category_finish.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_down.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_downloaded.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_filter_down.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_filter_pulldown_n.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_filter_pullup_n.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_filter_up.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_mask.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_pulldown_n.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_pullup_n.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_selected.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_selectedAll.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_unselected.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_unselectedAll.imageset/
│   │       │   └── Contents.json
│   │       ├── seg_up.imageset/
│   │       │   └── Contents.json
│   │       ├── segline.imageset/
│   │       │   └── Contents.json
│   │       ├── segmentShadowLine.imageset/
│   │       │   └── Contents.json
│   │       ├── sendletter_fail_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_bt_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_bt_tone.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_carmode.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_email.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_help.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_line.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_password.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_password_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_phone.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_rate.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_renren.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_sina.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_sm_icon.imageset/
│   │       │   └── Contents.json
│   │       ├── setting_wechat.imageset/
│   │       │   └── Contents.json
│   │       ├── shadow_albumView_header.imageset/
│   │       │   └── Contents.json
│   │       ├── shake.dataset/
│   │       │   └── Contents.json
│   │       ├── shakeLottoryNPViewIcon.imageset/
│   │       │   └── Contents.json
│   │       ├── shakeLottoryTipBg.imageset/
│   │       │   └── Contents.json
│   │       ├── share_QRcode.imageset/
│   │       │   └── Contents.json
│   │       ├── share_btn_user.imageset/
│   │       │   └── Contents.json
│   │       ├── share_btn_user_h.imageset/
│   │       │   └── Contents.json
│   │       ├── share_btn_user_n.imageset/
│   │       │   └── Contents.json
│   │       ├── share_code_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── share_code_default.imageset/
│   │       │   └── Contents.json
│   │       ├── share_code_icon_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── share_code_mask_black.imageset/
│   │       │   └── Contents.json
│   │       ├── share_copy.imageset/
│   │       │   └── Contents.json
│   │       ├── share_default.imageset/
│   │       │   └── Contents.json
│   │       ├── share_group.imageset/
│   │       │   └── Contents.json
│   │       ├── share_html.imageset/
│   │       │   └── Contents.json
│   │       ├── share_loginIV.imageset/
│   │       │   └── Contents.json
│   │       ├── share_qq.imageset/
│   │       │   └── Contents.json
│   │       ├── share_qq_zone.imageset/
│   │       │   └── Contents.json
│   │       ├── share_renren.imageset/
│   │       │   └── Contents.json
│   │       ├── share_save.imageset/
│   │       │   └── Contents.json
│   │       ├── share_sina_n.imageset/
│   │       │   └── Contents.json
│   │       ├── share_sms_n.imageset/
│   │       │   └── Contents.json
│   │       ├── share_tencent_n.imageset/
│   │       │   └── Contents.json
│   │       ├── share_tingfriend.imageset/
│   │       │   └── Contents.json
│   │       ├── share_toast_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── share_triangle.imageset/
│   │       │   └── Contents.json
│   │       ├── share_weixin.imageset/
│   │       │   └── Contents.json
│   │       ├── share_weixin_friends.imageset/
│   │       │   └── Contents.json
│   │       ├── sharepop_cancel_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── shareting.imageset/
│   │       │   └── Contents.json
│   │       ├── shouhuan.imageset/
│   │       │   └── Contents.json
│   │       ├── showPwd.imageset/
│   │       │   └── Contents.json
│   │       ├── shuke.imageset/
│   │       │   └── Contents.json
│   │       ├── signview_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── single_unfollow.imageset/
│   │       │   └── Contents.json
│   │       ├── slidePath.imageset/
│   │       │   └── Contents.json
│   │       ├── slide_hand.imageset/
│   │       │   └── Contents.json
│   │       ├── small_head_male_default.imageset/
│   │       │   └── Contents.json
│   │       ├── sortTips.imageset/
│   │       │   └── Contents.json
│   │       ├── sort_list.imageset/
│   │       │   └── Contents.json
│   │       ├── soundImage_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── soundLB_info.imageset/
│   │       │   └── Contents.json
│   │       ├── soundLB_video.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_act.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_act_s.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_album.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_albumcover.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_albumcover_large.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_comments.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_cover_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_default.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_downloading.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_duration.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_failed.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_more.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_remove.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_sticky.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_sticky_cancel.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_feed_top.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_likes.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_likes_n.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_lock.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_paused.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_play.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_playbtn.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_playingbtn.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_playtimes.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_processing.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_progress_h.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_progress_n.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_repost.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_sizes.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_state_bg.imageset/
│   │       │   └── Contents.json
│   │       ├── sound_tags.i
Download .txt
SYMBOL INDEX (5 symbols across 4 files)

FILE: Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.h
  function interface (line 39) | interface MJRefreshComponent : UIView

FILE: Pods/RxCocoa/RxCocoa/Runtime/include/_RXObjCRuntime.h
  type objc_method_description (line 94) | struct objc_method_description

FILE: RxXMLY/Assets.xcassets/icon_XMLY/flexible.dataset/flexible.js
  function refreshRem (line 68) | function refreshRem(){

FILE: RxXMLY/Assets.xcassets/icon_XMLY/jshandle.dataset/jshandle.js
  function getDocumentSize (line 13) | function getDocumentSize() {
  function callNativeApp (line 17) | function callNativeApp (cmd,data) {
Condensed preview — 3400 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (5,973K chars).
[
  {
    "path": ".gitigonre",
    "chars": 1471,
    "preview": "\n\n\n# Xcode\n#\n# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignor"
  },
  {
    "path": "Podfile",
    "chars": 808,
    "preview": "# Uncomment the next line to define a global platform for your project\n# platform :ios, '9.1'\n\ntarget 'RxXMLY' do\n    us"
  },
  {
    "path": "Pods/Alamofire/LICENSE",
    "chars": 1102,
    "preview": "Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n\nPermission is hereby granted, free of cha"
  },
  {
    "path": "Pods/Alamofire/README.md",
    "chars": 80823,
    "preview": "![Alamofire: Elegant Networking in Swift](https://raw.githubusercontent.com/Alamofire/Alamofire/master/alamofire.png)\n\n["
  },
  {
    "path": "Pods/Alamofire/Source/AFError.swift",
    "chars": 19755,
    "preview": "//\n//  AFError.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  Permiss"
  },
  {
    "path": "Pods/Alamofire/Source/Alamofire.swift",
    "chars": 18887,
    "preview": "//\n//  Alamofire.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  Permi"
  },
  {
    "path": "Pods/Alamofire/Source/DispatchQueue+Alamofire.swift",
    "chars": 1802,
    "preview": "//\n//  DispatchQueue+Alamofire.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/"
  },
  {
    "path": "Pods/Alamofire/Source/MultipartFormData.swift",
    "chars": 23789,
    "preview": "//\n//  MultipartFormData.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n/"
  },
  {
    "path": "Pods/Alamofire/Source/NetworkReachabilityManager.swift",
    "chars": 9068,
    "preview": "//\n//  NetworkReachabilityManager.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.o"
  },
  {
    "path": "Pods/Alamofire/Source/Notifications.swift",
    "chars": 2653,
    "preview": "//\n//  Notifications.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  P"
  },
  {
    "path": "Pods/Alamofire/Source/ParameterEncoding.swift",
    "chars": 17733,
    "preview": "//\n//  ParameterEncoding.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n/"
  },
  {
    "path": "Pods/Alamofire/Source/Request.swift",
    "chars": 24222,
    "preview": "//\n//  Request.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  Permiss"
  },
  {
    "path": "Pods/Alamofire/Source/Response.swift",
    "chars": 17819,
    "preview": "//\n//  Response.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  Permis"
  },
  {
    "path": "Pods/Alamofire/Source/ResponseSerialization.swift",
    "chars": 29136,
    "preview": "//\n//  ResponseSerialization.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n"
  },
  {
    "path": "Pods/Alamofire/Source/Result.swift",
    "chars": 10996,
    "preview": "//\n//  Result.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  Permissi"
  },
  {
    "path": "Pods/Alamofire/Source/ServerTrustPolicy.swift",
    "chars": 14090,
    "preview": "//\n//  ServerTrustPolicy.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n/"
  },
  {
    "path": "Pods/Alamofire/Source/SessionDelegate.swift",
    "chars": 35312,
    "preview": "//\n//  SessionDelegate.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n// "
  },
  {
    "path": "Pods/Alamofire/Source/SessionManager.swift",
    "chars": 37956,
    "preview": "//\n//  SessionManager.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  "
  },
  {
    "path": "Pods/Alamofire/Source/TaskDelegate.swift",
    "chars": 15808,
    "preview": "//\n//  TaskDelegate.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  Pe"
  },
  {
    "path": "Pods/Alamofire/Source/Timeline.swift",
    "chars": 6930,
    "preview": "//\n//  Timeline.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  Permis"
  },
  {
    "path": "Pods/Alamofire/Source/Validation.swift",
    "chars": 11769,
    "preview": "//\n//  Validation.swift\n//\n//  Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)\n//\n//  Perm"
  },
  {
    "path": "Pods/Differentiator/LICENSE.md",
    "chars": 1074,
    "preview": "MIT License\n\nCopyright (c) 2017 RxSwift Community\n\nPermission is hereby granted, free of charge, to any person obtaining"
  },
  {
    "path": "Pods/Differentiator/README.md",
    "chars": 5807,
    "preview": "[![Travis CI](https://travis-ci.org/RxSwiftCommunity/RxDataSources.svg?branch=master)](https://travis-ci.org/RxSwiftComm"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/AnimatableSectionModel.swift",
    "chars": 1126,
    "preview": "//\n//  AnimatableSectionModel.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 1/10/16.\n//  Copyright © 2016"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/AnimatableSectionModelType+ItemPath.swift",
    "chars": 373,
    "preview": "//\n//  AnimatableSectionModelType+ItemPath.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 1/9/16.\n//  Copy"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/AnimatableSectionModelType.swift",
    "chars": 324,
    "preview": "//\n//  AnimatableSectionModelType.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 1/6/16.\n//  Copyright © 2"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/Changeset.swift",
    "chars": 3287,
    "preview": "//\n//  Changeset.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 5/30/15.\n//  Copyright © 2015 Krunoslav Za"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/Diff.swift",
    "chars": 32712,
    "preview": "//\n//  Differentiator.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 6/27/15.\n//  Copyright © 2015 Krunosl"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/IdentifiableType.swift",
    "chars": 286,
    "preview": "//\n//  IdentifiableType.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 1/6/16.\n//  Copyright © 2016 Krunos"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/IdentifiableValue.swift",
    "chars": 796,
    "preview": "//\n//  IdentifiableValue.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 1/7/16.\n//  Copyright © 2016 Kruno"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/ItemPath.swift",
    "chars": 725,
    "preview": "//\n//  ItemPath.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 1/9/16.\n//  Copyright © 2016 Krunoslav Zahe"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/Optional+Extensions.swift",
    "chars": 463,
    "preview": "//\n//  Optional+Extensions.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 1/8/16.\n//  Copyright © 2016 Kru"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/SectionModel.swift",
    "chars": 899,
    "preview": "//\n//  SectionModel.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 6/16/15.\n//  Copyright © 2015 Krunoslav"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/SectionModelType.swift",
    "chars": 308,
    "preview": "//\n//  SectionModelType.swift\n//  RxDataSources\n//\n//  Created by Krunoslav Zaher on 6/28/15.\n//  Copyright © 2015 Kruno"
  },
  {
    "path": "Pods/Differentiator/Sources/Differentiator/Utilities.swift",
    "chars": 710,
    "preview": "//\n//  Utilities.swift\n//  RxDataSources\n//\n//  Created by muukii on 8/2/17.\n//  Copyright © 2017 kzaher. All rights res"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift",
    "chars": 2400,
    "preview": "//\n//  IQNSArray+Sort.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar Quras"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift",
    "chars": 2696,
    "preview": "//\n//  IQUIScrollView+Additions.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Ifte"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift",
    "chars": 2944,
    "preview": "//\n//  IQUITextFieldView+Additions.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 I"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift",
    "chars": 11501,
    "preview": "//\n//  IQUIView+Hierarchy.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar Q"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift",
    "chars": 2065,
    "preview": "//\n//  IQUIViewController+Additions.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 "
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIWindow+Hierarchy.swift",
    "chars": 2258,
    "preview": "//\n//  IQUIWindow+Hierarchy.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift",
    "chars": 5535,
    "preview": "//\n//  IQKeyboardManagerConstants.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 If"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift",
    "chars": 1779,
    "preview": "//\n//  IQKeyboardManagerConstantsInternal.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 20"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardManager.swift",
    "chars": 108635,
    "preview": "//\n//  IQKeyboardManager.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar Qu"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift",
    "chars": 22647,
    "preview": "//\n//  IQKeyboardReturnKeyHandler.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 If"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQTextView/IQTextView.swift",
    "chars": 5298,
    "preview": "//\n//  IQTextView.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar Qurashi.\n"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift",
    "chars": 4775,
    "preview": "//\n//  IQBarButtonItem.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar Qura"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift",
    "chars": 1260,
    "preview": "//\n// IQPreviousNextView.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar Qu"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift",
    "chars": 7036,
    "preview": "//\n//  IQTitleBarButtonItem.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift",
    "chars": 9708,
    "preview": "//\n//  IQToolbar.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 Iftekhar Qurashi.\n/"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift",
    "chars": 55246,
    "preview": "//\n//  IQUIView+IQKeyboardToolbar.swift\n// https://github.com/hackiftekhar/IQKeyboardManager\n// Copyright (c) 2013-16 If"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/LICENSE.md",
    "chars": 1139,
    "preview": "IQKeyboardManager license\n=========================\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-16 Iftekhar Qurashi\n\nPerm"
  },
  {
    "path": "Pods/IQKeyboardManagerSwift/README.md",
    "chars": 9053,
    "preview": "<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Demo/Resources/ic"
  },
  {
    "path": "Pods/Kingfisher/LICENSE",
    "chars": 1076,
    "preview": "The MIT License (MIT)\n\nCopyright (c) 2017 Wei Wang\n\nPermission is hereby granted, free of charge, to any person obtainin"
  },
  {
    "path": "Pods/Kingfisher/README.md",
    "chars": 8181,
    "preview": "<p align=\"center\">\n\n<img src=\"https://raw.githubusercontent.com/onevcat/Kingfisher/master/images/logo.png\" alt=\"Kingfish"
  },
  {
    "path": "Pods/Kingfisher/Sources/AnimatedImageView.swift",
    "chars": 13294,
    "preview": "//\n//  AnimatableImageView.swift\n//  Kingfisher\n//\n//  Created by bl4ckra1sond3tre on 4/22/16.\n//\n//  The AnimatableImag"
  },
  {
    "path": "Pods/Kingfisher/Sources/Box.swift",
    "chars": 238,
    "preview": "//\n//  Box.swift\n//  Kingfisher\n//\n//  Created by WANG WEI on 2016/09/12.\n//  Copyright © 2016年 Wei Wang. All rights res"
  },
  {
    "path": "Pods/Kingfisher/Sources/CacheSerializer.swift",
    "chars": 3729,
    "preview": "//\n//  CacheSerializer.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 2016/09/02.\n//\n//  Copyright (c) 2017 Wei Wang"
  },
  {
    "path": "Pods/Kingfisher/Sources/Filter.swift",
    "chars": 5298,
    "preview": "//\n//  Filter.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 2016/08/31.\n//\n//  Copyright (c) 2017 Wei Wang <onevcat"
  },
  {
    "path": "Pods/Kingfisher/Sources/FormatIndicatedCacheSerializer.swift",
    "chars": 3988,
    "preview": "//\n//  RequestModifier.swift\n//  Kingfisher\n//\n//  Created by Junyu Kuang on 5/28/17.\n//\n//  Copyright (c) 2017 Wei Wang"
  },
  {
    "path": "Pods/Kingfisher/Sources/Image.swift",
    "chars": 33046,
    "preview": "//\n//  Image.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 16/1/6.\n//\n//  Copyright (c) 2017 Wei Wang <onevcat@gmai"
  },
  {
    "path": "Pods/Kingfisher/Sources/ImageCache.swift",
    "chars": 29707,
    "preview": "//\n//  ImageCache.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/4/6.\n//\n//  Copyright (c) 2017 Wei Wang <onevcat"
  },
  {
    "path": "Pods/Kingfisher/Sources/ImageDownloader.swift",
    "chars": 27253,
    "preview": "//\n//  ImageDownloader.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/4/6.\n//\n//  Copyright (c) 2017 Wei Wang <on"
  },
  {
    "path": "Pods/Kingfisher/Sources/ImagePrefetcher.swift",
    "chars": 11763,
    "preview": "//\n//  ImagePrefetcher.swift\n//  Kingfisher\n//\n//  Created by Claire Knight <claire.knight@moggytech.co.uk> on 24/02/201"
  },
  {
    "path": "Pods/Kingfisher/Sources/ImageProcessor.swift",
    "chars": 23967,
    "preview": "//\n//  ImageProcessor.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 2016/08/26.\n//\n//  Copyright (c) 2017 Wei Wang "
  },
  {
    "path": "Pods/Kingfisher/Sources/ImageTransition.swift",
    "chars": 4287,
    "preview": "//\n//  ImageTransition.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/9/18.\n//\n//  Copyright (c) 2017 Wei Wang <o"
  },
  {
    "path": "Pods/Kingfisher/Sources/ImageView+Kingfisher.swift",
    "chars": 10723,
    "preview": "//\n//  ImageView+Kingfisher.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/4/6.\n//\n//  Copyright (c) 2017 Wei Wan"
  },
  {
    "path": "Pods/Kingfisher/Sources/Indicator.swift",
    "chars": 6696,
    "preview": "//\n//  Indicator.swift\n//  Kingfisher\n//\n//  Created by João D. Moreira on 30/08/16.\n//\n//  Copyright (c) 2017 Wei Wang "
  },
  {
    "path": "Pods/Kingfisher/Sources/Kingfisher.h",
    "chars": 1595,
    "preview": "//\n//  Kingfisher.h\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/4/6.\n//\n//  Copyright (c) 2017 Wei Wang <onevcat@gma"
  },
  {
    "path": "Pods/Kingfisher/Sources/Kingfisher.swift",
    "chars": 2310,
    "preview": "//\n//  Kingfisher.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 16/9/14.\n//\n//  Copyright (c) 2017 Wei Wang <onevca"
  },
  {
    "path": "Pods/Kingfisher/Sources/KingfisherManager.swift",
    "chars": 12118,
    "preview": "//\n//  KingfisherManager.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/4/6.\n//\n//  Copyright (c) 2017 Wei Wang <"
  },
  {
    "path": "Pods/Kingfisher/Sources/KingfisherOptionsInfo.swift",
    "chars": 14892,
    "preview": "//\n//  KingfisherOptionsInfo.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/4/23.\n//\n//  Copyright (c) 2017 Wei W"
  },
  {
    "path": "Pods/Kingfisher/Sources/Placeholder.swift",
    "chars": 3590,
    "preview": "//\n//  Placeholder.swift\n//  Kingfisher\n//\n//  Created by Tieme van Veen on 28/08/2017.\n//\n//  Copyright (c) 2017 Wei Wa"
  },
  {
    "path": "Pods/Kingfisher/Sources/RequestModifier.swift",
    "chars": 1921,
    "preview": "//\n//  RequestModifier.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 2016/09/05.\n//\n//  Copyright (c) 2017 Wei Wang"
  },
  {
    "path": "Pods/Kingfisher/Sources/Resource.swift",
    "chars": 2716,
    "preview": "//\n//  Resource.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/4/6.\n//\n//  Copyright (c) 2017 Wei Wang <onevcat@g"
  },
  {
    "path": "Pods/Kingfisher/Sources/String+MD5.swift",
    "chars": 10156,
    "preview": "//\n//  String+MD5.swift\n//  Kingfisher\n//\n// To date, adding CommonCrypto to a Swift framework is problematic. See:\n// h"
  },
  {
    "path": "Pods/Kingfisher/Sources/ThreadHelper.swift",
    "chars": 1667,
    "preview": "//\n//  ThreadHelper.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/10/9.\n//\n//  Copyright (c) 2017 Wei Wang <onev"
  },
  {
    "path": "Pods/Kingfisher/Sources/UIButton+Kingfisher.swift",
    "chars": 11433,
    "preview": "//\n//  UIButton+Kingfisher.swift\n//  Kingfisher\n//\n//  Created by Wei Wang on 15/4/13.\n//\n//  Copyright (c) 2017 Wei Wan"
  },
  {
    "path": "Pods/MJRefresh/LICENSE",
    "chars": 1100,
    "preview": "Copyright (c) 2013-2015 MJRefresh (https://github.com/CoderMJLee/MJRefresh)\n\nPermission is hereby granted, free of charg"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h",
    "chars": 650,
    "preview": "//\n//  MJRefreshAutoFooter.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. All "
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.m",
    "chars": 3881,
    "preview": "//\n//  MJRefreshAutoFooter.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. All "
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h",
    "chars": 225,
    "preview": "//\n//  MJRefreshBackFooter.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. All "
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.m",
    "chars": 4893,
    "preview": "//\n//  MJRefreshBackFooter.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. All "
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.h",
    "chars": 3528,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.m",
    "chars": 7539,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.h",
    "chars": 1150,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.m",
    "chars": 2085,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h",
    "chars": 933,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.m",
    "chars": 4849,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h",
    "chars": 522,
    "preview": "//\n//  MJRefreshAutoGifFooter.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. A"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m",
    "chars": 2897,
    "preview": "//\n//  MJRefreshAutoGifFooter.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. A"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h",
    "chars": 354,
    "preview": "//\n//  MJRefreshAutoNormalFooter.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m",
    "chars": 1804,
    "preview": "//\n//  MJRefreshAutoNormalFooter.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h",
    "chars": 590,
    "preview": "//\n//  MJRefreshAutoStateFooter.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/6/13.\n//  Copyright © 2015年 小码哥. A"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m",
    "chars": 2246,
    "preview": "//\n//  MJRefreshAutoStateFooter.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/6/13.\n//  Copyright © 2015年 小码哥. A"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h",
    "chars": 522,
    "preview": "//\n//  MJRefreshBackGifFooter.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. A"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m",
    "chars": 3356,
    "preview": "//\n//  MJRefreshBackGifFooter.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. A"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h",
    "chars": 416,
    "preview": "//\n//  MJRefreshBackNormalFooter.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m",
    "chars": 3569,
    "preview": "//\n//  MJRefreshBackNormalFooter.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h",
    "chars": 557,
    "preview": "//\n//  MJRefreshBackStateFooter.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/6/13.\n//  Copyright © 2015年 小码哥. A"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m",
    "chars": 2004,
    "preview": "//\n//  MJRefreshBackStateFooter.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/6/13.\n//  Copyright © 2015年 小码哥. A"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h",
    "chars": 506,
    "preview": "//\n//  MJRefreshGifHeader.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. All r"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.m",
    "chars": 3580,
    "preview": "//\n//  MJRefreshGifHeader.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. All r"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h",
    "chars": 400,
    "preview": "//\n//  MJRefreshNormalHeader.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. Al"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.m",
    "chars": 3872,
    "preview": "//\n//  MJRefreshNormalHeader.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. Al"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h",
    "chars": 718,
    "preview": "//\n//  MJRefreshStateHeader.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. All"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.m",
    "chars": 5360,
    "preview": "//\n//  MJRefreshStateHeader.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 15/4/24.\n//  Copyright (c) 2015年 小码哥. All"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hant.lproj/Localizable.strings",
    "chars": 597,
    "preview": "\"MJRefreshHeaderIdleText\" = \"下拉可以刷新\";\n\"MJRefreshHeaderPullingText\" = \"鬆開立即刷新\";\n\"MJRefreshHeaderRefreshingText\" = \"正在刷新數據"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/MJRefresh.h",
    "chars": 516,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/MJRefreshConst.h",
    "chars": 2431,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/MJRefreshConst.m",
    "chars": 1874,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.h",
    "chars": 398,
    "preview": "//\n//  NSBundle+MJRefresh.h\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 16/6/13.\n//  Copyright © 2016年 小码哥. All rig"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.m",
    "chars": 2020,
    "preview": "//\n//  NSBundle+MJRefresh.m\n//  MJRefreshExample\n//\n//  Created by MJ Lee on 16/6/13.\n//  Copyright © 2016年 小码哥. All rig"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.h",
    "chars": 865,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.m",
    "chars": 3270,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.h",
    "chars": 962,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.m",
    "chars": 4338,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/UIView+MJExtension.h",
    "chars": 666,
    "preview": "// 代码地址: https://github.com/CoderMJLee/MJRefresh\n// 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E"
  },
  {
    "path": "Pods/MJRefresh/MJRefresh/UIView+MJExtension.m",
    "chars": 1456,
    "preview": "//  代码地址: https://github.com/CoderMJLee/MJRefresh\n//  代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90"
  },
  {
    "path": "Pods/MJRefresh/README.md",
    "chars": 17338,
    "preview": "![(logo)](http://images.cnitblog.com/blog2015/497279/201505/051004492043385.png)\n## MJRefresh\n* An easy way to use pull-"
  },
  {
    "path": "Pods/Moya/License.md",
    "chars": 1084,
    "preview": "The MIT License (MIT)\n\nCopyright (c) 2017 Artsy, Ash Furrow\n\nPermission is hereby granted, free of charge, to any person"
  },
  {
    "path": "Pods/Moya/Readme.md",
    "chars": 13644,
    "preview": "<p align=\"center\">\n  <img height=\"160\" src=\"web/logo_github.png\" />\n</p>\n\n# Moya\n\n[![CircleCI](https://img.shields.io/ci"
  },
  {
    "path": "Pods/Moya/Sources/Moya/AnyEncodable.swift",
    "chars": 271,
    "preview": "import Foundation\n\nstruct AnyEncodable: Encodable {\n\n    private let encodable: Encodable\n\n    public init(_ encodable: "
  },
  {
    "path": "Pods/Moya/Sources/Moya/Cancellable.swift",
    "chars": 537,
    "preview": "/// Protocol to define the opaque type returned from a request\npublic protocol Cancellable {\n    var isCancelled: Bool {"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Endpoint.swift",
    "chars": 5588,
    "preview": "import Foundation\n\n/// Used for stubbing responses.\npublic enum EndpointSampleResponse {\n\n    /// The network returned a"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Image.swift",
    "chars": 270,
    "preview": "#if os(iOS) || os(watchOS) || os(tvOS)\n    import UIKit.UIImage\n    public typealias ImageType = UIImage\n#elseif os(OSX)"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Moya+Alamofire.swift",
    "chars": 3077,
    "preview": "import Foundation\nimport Alamofire\n\npublic typealias Manager = Alamofire.SessionManager\ninternal typealias Request = Ala"
  },
  {
    "path": "Pods/Moya/Sources/Moya/MoyaError.swift",
    "chars": 2635,
    "preview": "import Foundation\n\npublic enum MoyaError: Swift.Error {\n\n    /// Indicates a response failed to map to an image.\n    cas"
  },
  {
    "path": "Pods/Moya/Sources/Moya/MoyaProvider+Defaults.swift",
    "chars": 1440,
    "preview": "import Foundation\n\n/// These functions are default mappings to `MoyaProvider`'s properties: endpoints, requests, manager"
  },
  {
    "path": "Pods/Moya/Sources/Moya/MoyaProvider+Internal.swift",
    "chars": 13314,
    "preview": "import Foundation\nimport Result\n\n// MARK: - Method\n\nextension Method {\n    public var supportsMultipart: Bool {\n        "
  },
  {
    "path": "Pods/Moya/Sources/Moya/MoyaProvider.swift",
    "chars": 7502,
    "preview": "import Foundation\nimport Result\n\n/// Closure to be executed when a request has completed.\npublic typealias Completion = "
  },
  {
    "path": "Pods/Moya/Sources/Moya/MultiTarget.swift",
    "chars": 934,
    "preview": "import Foundation\n\n/// A `TargetType` used to enable `MoyaProvider` to process multiple `TargetType`s.\npublic enum Multi"
  },
  {
    "path": "Pods/Moya/Sources/Moya/MultipartFormData.swift",
    "chars": 1910,
    "preview": "import Foundation\n\n/// Represents \"multipart/form-data\" for an upload.\npublic struct MultipartFormData {\n\n    /// Method"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Plugin.swift",
    "chars": 2063,
    "preview": "import Foundation\nimport Result\n\n/// A Moya Plugin receives callbacks to perform side effects wherever a request is sent"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Plugins/AccessTokenPlugin.swift",
    "chars": 1998,
    "preview": "import Foundation\nimport Result\n\n// MARK: - AccessTokenAuthorizable\n\n/// A protocol for controlling the behavior of `Acc"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Plugins/CredentialsPlugin.swift",
    "chars": 622,
    "preview": "import Foundation\nimport Result\n\n/// Provides each request with optional URLCredentials.\npublic final class CredentialsP"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Plugins/NetworkActivityPlugin.swift",
    "chars": 1050,
    "preview": "import Foundation\nimport Result\n\n/// Network activity change notification type.\npublic enum NetworkActivityChangeType {\n"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Plugins/NetworkLoggerPlugin.swift",
    "chars": 4512,
    "preview": "import Foundation\nimport Result\n\n/// Logs network activity (outgoing requests and incoming responses).\npublic final clas"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Response.swift",
    "chars": 5972,
    "preview": "import Foundation\n\n/// Represents a response to a `MoyaProvider.request`.\npublic final class Response: CustomDebugString"
  },
  {
    "path": "Pods/Moya/Sources/Moya/TargetType.swift",
    "chars": 818,
    "preview": "import Foundation\n\n/// The protocol used to define the specifications necessary for a `MoyaProvider`.\npublic protocol Ta"
  },
  {
    "path": "Pods/Moya/Sources/Moya/Task.swift",
    "chars": 1407,
    "preview": "import Foundation\n\n/// Represents an HTTP task.\npublic enum Task {\n\n    /// A request with no additional data.\n    case "
  },
  {
    "path": "Pods/Moya/Sources/Moya/URL+Moya.swift",
    "chars": 550,
    "preview": "import Foundation\n\npublic extension URL {\n\n    /// Initialize URL from Moya's `TargetType`.\n    init<T: TargetType>(targ"
  },
  {
    "path": "Pods/Moya/Sources/Moya/URLRequest+Encoding.swift",
    "chars": 869,
    "preview": "import Foundation\n\ninternal extension URLRequest {\n\n    mutating func encoded(encodable: Encodable) throws -> URLRequest"
  },
  {
    "path": "Pods/NSObject+Rx/HasDisposeBag.swift",
    "chars": 1174,
    "preview": "import Foundation\nimport RxSwift\nimport ObjectiveC\n\nfileprivate var disposeBagContext: UInt8 = 0\n\n/// each HasDisposeBag"
  },
  {
    "path": "Pods/NSObject+Rx/LICENSE",
    "chars": 1078,
    "preview": "The MIT License (MIT)\n\nCopyright (c) 2015 Ash Furrow\n\nPermission is hereby granted, free of charge, to any person obtain"
  },
  {
    "path": "Pods/NSObject+Rx/NSObject+Rx.swift",
    "chars": 1158,
    "preview": "import Foundation\nimport RxSwift\nimport ObjectiveC\n\nfileprivate var disposeBagContext: UInt8 = 0\n\nextension Reactive whe"
  },
  {
    "path": "Pods/NSObject+Rx/Readme.md",
    "chars": 2014,
    "preview": "[![Build Status](https://travis-ci.org/RxSwiftCommunity/NSObject-Rx.svg?branch=master)](https://travis-ci.org/RxSwiftCom"
  },
  {
    "path": "Pods/ObjectMapper/LICENSE",
    "chars": 1072,
    "preview": "The MIT License (MIT)\nCopyright (c) 2014 Hearst\n\nPermission is hereby granted, free of charge, to any person obtaining a"
  },
  {
    "path": "Pods/ObjectMapper/README-CN.md",
    "chars": 11617,
    "preview": "# ObjectMapper-CN-Guide\n> 文档由Swift老司机活动中心负责翻译,欢迎关注[@SwiftOldDriver](http://weibo.com/6062089411)。翻译有问题可以到 [ObjectMapper-"
  },
  {
    "path": "Pods/ObjectMapper/Sources/CustomDateFormatTransform.swift",
    "chars": 1558,
    "preview": "//\n//  CustomDateFormatTransform.swift\n//  ObjectMapper\n//\n//  Created by Dan McCracken on 3/8/15.\n//\n//  The MIT Licens"
  },
  {
    "path": "Pods/ObjectMapper/Sources/DataTransform.swift",
    "chars": 1703,
    "preview": "//\n//  DataTransform.swift\n//  ObjectMapper\n//\n//  Created by Yagrushkin, Evgeny on 8/30/16.\n//\n//  The MIT License (MIT"
  },
  {
    "path": "Pods/ObjectMapper/Sources/DateFormatterTransform.swift",
    "chars": 1838,
    "preview": "//\n//  DateFormatterTransform.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2015-03-09.\n//\n//  The MIT L"
  },
  {
    "path": "Pods/ObjectMapper/Sources/DateTransform.swift",
    "chars": 1835,
    "preview": "//\n//  DateTransform.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2014-10-13.\n//\n//  The MIT License (M"
  },
  {
    "path": "Pods/ObjectMapper/Sources/DictionaryTransform.swift",
    "chars": 1242,
    "preview": "//\n//  DictionaryTransform.swift\n//  ObjectMapper\n//\n//  Created by Milen Halachev on 7/20/16.\n//  Copyright © 2016 hear"
  },
  {
    "path": "Pods/ObjectMapper/Sources/EnumOperators.swift",
    "chars": 2286,
    "preview": "//\n//  EnumOperators.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2016-09-26.\n//  Copyright © 2016 hear"
  },
  {
    "path": "Pods/ObjectMapper/Sources/EnumTransform.swift",
    "chars": 1679,
    "preview": "//\n//  EnumTransform.swift\n//  ObjectMapper\n//\n//  Created by Kaan Dedeoglu on 3/20/15.\n//\n//  The MIT License (MIT)\n//\n"
  },
  {
    "path": "Pods/ObjectMapper/Sources/FromJSON.swift",
    "chars": 7104,
    "preview": "//\n//  FromJSON.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2014-10-09.\n//\n//  The MIT License (MIT)\n/"
  },
  {
    "path": "Pods/ObjectMapper/Sources/HexColorTransform.swift",
    "chars": 3338,
    "preview": "//\n//  HexColorTransform.swift\n//  ObjectMapper\n//\n//  Created by Vitaliy Kuzmenko on 10/10/16.\n//  Copyright © 2016 hea"
  },
  {
    "path": "Pods/ObjectMapper/Sources/ISO8601DateTransform.swift",
    "chars": 1754,
    "preview": "//\n//  ISO8601DateTransform.swift\n//  ObjectMapper\n//\n//  Created by Jean-Pierre Mouilleseaux on 21 Nov 2014.\n//\n//  The"
  },
  {
    "path": "Pods/ObjectMapper/Sources/ImmutableMappable.swift",
    "chars": 13909,
    "preview": "//\n//  ImmutableMappble.swift\n//  ObjectMapper\n//\n//  Created by Suyeol Jeon on 23/09/2016.\n//\n//  The MIT License (MIT)"
  },
  {
    "path": "Pods/ObjectMapper/Sources/IntegerOperators.swift",
    "chars": 3564,
    "preview": "//\n//  IntegerOperators.swift\n//  ObjectMapper\n//\n//  Created by Suyeol Jeon on 17/02/2017.\n//  Copyright © 2017 hearst."
  },
  {
    "path": "Pods/ObjectMapper/Sources/Map.swift",
    "chars": 6408,
    "preview": "//\n//  Map.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2015-10-09.\n//\n//  The MIT License (MIT)\n//\n// "
  },
  {
    "path": "Pods/ObjectMapper/Sources/MapError.swift",
    "chars": 2435,
    "preview": "//\n//  MapError.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2016-09-26.\n//\n//  The MIT License (MIT)\n/"
  },
  {
    "path": "Pods/ObjectMapper/Sources/Mappable.swift",
    "chars": 4600,
    "preview": "//\n//  Mappable.swift\n//  ObjectMapper\n//\n//  Created by Scott Hoyt on 10/25/15.\n//\n//  The MIT License (MIT)\n//\n//  Cop"
  },
  {
    "path": "Pods/ObjectMapper/Sources/Mapper.swift",
    "chars": 15664,
    "preview": "//\n//  Mapper.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2014-10-09.\n//\n//  The MIT License (MIT)\n//\n"
  },
  {
    "path": "Pods/ObjectMapper/Sources/NSDecimalNumberTransform.swift",
    "chars": 2010,
    "preview": "//\n//  TransformOf.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 8/22/16.\n//\n//  The MIT License (MIT)\n/"
  },
  {
    "path": "Pods/ObjectMapper/Sources/Operators.swift",
    "chars": 10306,
    "preview": "//\n//  Operators.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2014-10-09.\n//\n//  The MIT License (MIT)\n"
  },
  {
    "path": "Pods/ObjectMapper/Sources/ToJSON.swift",
    "chars": 5898,
    "preview": "//\n//  ToJSON.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2014-10-13.\n//\n//  The MIT License (MIT)\n//\n"
  },
  {
    "path": "Pods/ObjectMapper/Sources/TransformOf.swift",
    "chars": 1830,
    "preview": "//\n//  TransformOf.swift\n//  ObjectMapper\n//\n//  Created by Syo Ikeda on 1/23/15.\n//\n//  The MIT License (MIT)\n//\n//  Co"
  },
  {
    "path": "Pods/ObjectMapper/Sources/TransformOperators.swift",
    "chars": 22031,
    "preview": "//\n//  TransformOperators.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2016-09-26.\n//  Copyright © 2016"
  },
  {
    "path": "Pods/ObjectMapper/Sources/TransformType.swift",
    "chars": 1419,
    "preview": "//\n//  TransformType.swift\n//  ObjectMapper\n//\n//  Created by Syo Ikeda on 2/4/15.\n//\n//  The MIT License (MIT)\n//\n//  C"
  },
  {
    "path": "Pods/ObjectMapper/Sources/URLTransform.swift",
    "chars": 2434,
    "preview": "//\n//  URLTransform.swift\n//  ObjectMapper\n//\n//  Created by Tristan Himmelman on 2014-10-27.\n//\n//  The MIT License (MI"
  },
  {
    "path": "Pods/Pods.xcodeproj/project.pbxproj",
    "chars": 538627,
    "preview": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section *"
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/Alamofire.xcscheme",
    "chars": 2545,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/Differentiator.xcscheme",
    "chars": 2565,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/IQKeyboardManagerSwift.xcscheme",
    "chars": 2597,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/Kingfisher.xcscheme",
    "chars": 2549,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/MJRefresh.xcscheme",
    "chars": 2545,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/Moya.xcscheme",
    "chars": 2525,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/NSObject+Rx.xcscheme",
    "chars": 2553,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/ObjectMapper.xcscheme",
    "chars": 2557,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/Pods-RxXMLY.xcscheme",
    "chars": 2553,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/ReactorKit.xcscheme",
    "chars": 2549,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/Result.xcscheme",
    "chars": 2533,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/ReusableKit.xcscheme",
    "chars": 2553,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/RxAlamofire.xcscheme",
    "chars": 2553,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/RxCocoa.xcscheme",
    "chars": 2537,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/RxDataSources.xcscheme",
    "chars": 2561,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/RxGesture.xcscheme",
    "chars": 2545,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/RxSwift.xcscheme",
    "chars": 2537,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/SnapKit.xcscheme",
    "chars": 2537,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/SwiftyColor.xcscheme",
    "chars": 2553,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/SwiftyJSON.xcscheme",
    "chars": 2549,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/TTRangeSlider.xcscheme",
    "chars": 2561,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/TYCyclePagerView.xcscheme",
    "chars": 2573,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/TYPagerController.xcscheme",
    "chars": 2577,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/Then.xcscheme",
    "chars": 2525,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/URLNavigator.xcscheme",
    "chars": 2557,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\n   version = \"1.3\">\n   <BuildAction\n      "
  },
  {
    "path": "Pods/Pods.xcodeproj/xcuserdata/sessionCh.xcuserdatad/xcschemes/xcschememanagement.plist",
    "chars": 2450,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "Pods/ReactorKit/LICENSE",
    "chars": 1088,
    "preview": "The MIT License (MIT)\n\nCopyright (c) 2017 Suyeol Jeon (xoul.kr)\n\nPermission is hereby granted, free of charge, to any pe"
  }
]

// ... and 3200 more files (download for full content)

About this extraction

This page contains the full source code of the sessionCh/RxXMLY GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3400 files (98.0 MB), approximately 1.5M tokens, and a symbol index with 5 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!