├── .gitignore ├── LICENSE ├── README.md ├── VipVideo-iPhone ├── HLDownload │ ├── HLDownload.xcodeproj │ │ └── project.pbxproj │ └── HLDownload │ │ ├── Download │ │ ├── HLDownLoader.h │ │ ├── HLDownLoader.m │ │ ├── HLDownloadDelegate.h │ │ ├── HLDownloaderCenter.h │ │ ├── HLDownloaderCenter.m │ │ ├── HLSegmentDownLoader.h │ │ ├── HLSegmentDownLoader.m │ │ ├── HLSegmentProgresser.h │ │ └── HLSegmentProgresser.m │ │ ├── HLDownload.h │ │ ├── HLM3u8Praser │ │ ├── HLM3U8List.h │ │ ├── HLM3U8List.m │ │ ├── HLM3U8Praser.h │ │ ├── HLM3U8Praser.m │ │ ├── HLM3U8SegmentInfo.h │ │ └── HLM3U8SegmentInfo.m │ │ └── Info.plist ├── Podfile ├── Podfile.lock ├── Pods │ ├── AXIndicatorView │ │ ├── AXIndicatorView │ │ │ └── Classes │ │ │ │ ├── AXActivityIndicatorView.h │ │ │ │ ├── AXActivityIndicatorView.m │ │ │ │ ├── AXBreachedAnnulusIndicatorView.h │ │ │ │ ├── AXBreachedAnnulusIndicatorView.m │ │ │ │ ├── AXIndicatorView.bundle │ │ │ │ ├── SpinningWaitCursor@2x.png │ │ │ │ └── SpinningWaitCursor@3x.png │ │ │ │ ├── AXIndicatorView.h │ │ │ │ ├── AXSpinningWaitCursor.h │ │ │ │ └── AXSpinningWaitCursor.m │ │ ├── LICENSE │ │ └── README.md │ ├── AXNavigationBackItemInjection │ │ ├── AXNavigationBackItemInjection │ │ │ └── AXNavigationBackItemInjection │ │ │ │ ├── AXPopNavigationController.h │ │ │ │ └── AXPopNavigationController.m │ │ ├── LICENSE │ │ └── README.md │ ├── AXPracticalHUD │ │ ├── AXPracticalHUD │ │ │ └── AXPracticalHUD │ │ │ │ ├── AXPracticalHUD.bundle │ │ │ │ ├── ax_hud_error@2x.png │ │ │ │ ├── ax_hud_error@3x.png │ │ │ │ ├── ax_hud_success@2x.png │ │ │ │ └── ax_hud_success@3x.png │ │ │ │ ├── AXPracticalHUD.h │ │ │ │ ├── AXPracticalHUD.m │ │ │ │ ├── Animators │ │ │ │ ├── AXPracticalHUDAnimator.h │ │ │ │ └── AXPracticalHUDAnimator.m │ │ │ │ ├── ContentView │ │ │ │ ├── AXPracticalHUDContentView.h │ │ │ │ └── AXPracticalHUDContentView.m │ │ │ │ └── ProgressViews │ │ │ │ ├── AXBarProgressView.h │ │ │ │ ├── AXBarProgressView.m │ │ │ │ ├── AXCircleProgressView.h │ │ │ │ ├── AXCircleProgressView.m │ │ │ │ ├── AXGradientProgressView.h │ │ │ │ └── AXGradientProgressView.m │ │ ├── LICENSE │ │ └── README.md │ ├── AXWebViewController │ │ ├── AXWebViewController │ │ │ └── AXWebViewController │ │ │ │ ├── AXWebViewController.bundle │ │ │ │ ├── AXWebViewControllerActivityChrome-iPad.png │ │ │ │ ├── AXWebViewControllerActivityChrome-iPad@2x.png │ │ │ │ ├── AXWebViewControllerActivityChrome@2x.png │ │ │ │ ├── AXWebViewControllerActivitySafari-iPad.png │ │ │ │ ├── AXWebViewControllerActivitySafari-iPad@2x.png │ │ │ │ ├── AXWebViewControllerActivitySafari@2x.png │ │ │ │ ├── AXWebViewControllerBack.png │ │ │ │ ├── AXWebViewControllerBack@2x.png │ │ │ │ ├── AXWebViewControllerNext.png │ │ │ │ ├── AXWebViewControllerNext@2x.png │ │ │ │ ├── backItemImage@2x.png │ │ │ │ ├── backItemImage_hl@2x.png │ │ │ │ ├── en.lproj │ │ │ │ │ └── AXWebViewController.strings │ │ │ │ ├── html.bundle │ │ │ │ │ ├── 404.html │ │ │ │ │ ├── css │ │ │ │ │ │ └── nosingle.css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── 404.png │ │ │ │ │ │ └── nosingle.png │ │ │ │ │ ├── js │ │ │ │ │ │ └── jquery-2.1.1.min.js │ │ │ │ │ └── neterror.html │ │ │ │ ├── zh-Hans.lproj │ │ │ │ │ └── AXWebViewController.strings │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ └── AXWebViewController.strings │ │ │ │ ├── AXWebViewController.h │ │ │ │ ├── AXWebViewController.m │ │ │ │ ├── Activity │ │ │ │ ├── AXWebViewControllerActivity.h │ │ │ │ └── AXWebViewControllerActivity.m │ │ │ │ └── Security │ │ │ │ ├── AXSecurityPolicy.h │ │ │ │ └── AXSecurityPolicy.m │ │ ├── LICENSE │ │ └── README.md │ ├── Aspects │ │ ├── Aspects.h │ │ ├── Aspects.m │ │ ├── LICENSE │ │ └── README.md │ ├── Bugly │ │ └── Bugly.framework │ │ │ ├── Bugly │ │ │ ├── Headers │ │ │ ├── Bugly.h │ │ │ ├── BuglyConfig.h │ │ │ └── BuglyLog.h │ │ │ └── Modules │ │ │ └── module.modulemap │ ├── CocoaAsyncSocket │ │ ├── LICENSE.txt │ │ ├── README.markdown │ │ └── Source │ │ │ └── GCD │ │ │ ├── GCDAsyncSocket.h │ │ │ ├── GCDAsyncSocket.m │ │ │ ├── GCDAsyncUdpSocket.h │ │ │ └── GCDAsyncUdpSocket.m │ ├── CocoaHTTPServer │ │ ├── Core │ │ │ ├── Categories │ │ │ │ ├── DDData.h │ │ │ │ ├── DDData.m │ │ │ │ ├── DDNumber.h │ │ │ │ ├── DDNumber.m │ │ │ │ ├── DDRange.h │ │ │ │ └── DDRange.m │ │ │ ├── HTTPAuthenticationRequest.h │ │ │ ├── HTTPAuthenticationRequest.m │ │ │ ├── HTTPConnection.h │ │ │ ├── HTTPConnection.m │ │ │ ├── HTTPLogging.h │ │ │ ├── HTTPMessage.h │ │ │ ├── HTTPMessage.m │ │ │ ├── HTTPResponse.h │ │ │ ├── HTTPServer.h │ │ │ ├── HTTPServer.m │ │ │ ├── Mime │ │ │ │ ├── MultipartFormDataParser.h │ │ │ │ ├── MultipartFormDataParser.m │ │ │ │ ├── MultipartMessageHeader.h │ │ │ │ ├── MultipartMessageHeader.m │ │ │ │ ├── MultipartMessageHeaderField.h │ │ │ │ └── MultipartMessageHeaderField.m │ │ │ ├── Responses │ │ │ │ ├── HTTPAsyncFileResponse.h │ │ │ │ ├── HTTPAsyncFileResponse.m │ │ │ │ ├── HTTPDataResponse.h │ │ │ │ ├── HTTPDataResponse.m │ │ │ │ ├── HTTPDynamicFileResponse.h │ │ │ │ ├── HTTPDynamicFileResponse.m │ │ │ │ ├── HTTPFileResponse.h │ │ │ │ ├── HTTPFileResponse.m │ │ │ │ ├── HTTPRedirectResponse.h │ │ │ │ └── HTTPRedirectResponse.m │ │ │ ├── WebSocket.h │ │ │ └── WebSocket.m │ │ ├── Extensions │ │ │ └── WebDAV │ │ │ │ ├── DAVConnection.h │ │ │ │ ├── DAVConnection.m │ │ │ │ ├── DAVResponse.h │ │ │ │ ├── DAVResponse.m │ │ │ │ ├── DELETEResponse.h │ │ │ │ ├── DELETEResponse.m │ │ │ │ ├── PUTResponse.h │ │ │ │ └── PUTResponse.m │ │ ├── LICENSE.txt │ │ └── README.markdown │ ├── CocoaLumberjack │ │ ├── Classes │ │ │ ├── CLI │ │ │ │ ├── CLIColor.h │ │ │ │ └── CLIColor.m │ │ │ ├── CocoaLumberjack.h │ │ │ ├── DDASLLogCapture.h │ │ │ ├── DDASLLogCapture.m │ │ │ ├── DDASLLogger.h │ │ │ ├── DDASLLogger.m │ │ │ ├── DDAbstractDatabaseLogger.h │ │ │ ├── DDAbstractDatabaseLogger.m │ │ │ ├── DDAssertMacros.h │ │ │ ├── DDFileLogger+Internal.h │ │ │ ├── DDFileLogger.h │ │ │ ├── DDFileLogger.m │ │ │ ├── DDLegacyMacros.h │ │ │ ├── DDLog+LOGV.h │ │ │ ├── DDLog.h │ │ │ ├── DDLog.m │ │ │ ├── DDLogMacros.h │ │ │ ├── DDLoggerNames.h │ │ │ ├── DDLoggerNames.m │ │ │ ├── DDOSLogger.h │ │ │ ├── DDOSLogger.m │ │ │ ├── DDTTYLogger.h │ │ │ ├── DDTTYLogger.m │ │ │ └── Extensions │ │ │ │ ├── DDContextFilterLogFormatter.h │ │ │ │ ├── DDContextFilterLogFormatter.m │ │ │ │ ├── DDDispatchQueueLogFormatter.h │ │ │ │ ├── DDDispatchQueueLogFormatter.m │ │ │ │ ├── DDFileLogger+Buffering.h │ │ │ │ ├── DDFileLogger+Buffering.m │ │ │ │ ├── DDMultiFormatter.h │ │ │ │ └── DDMultiFormatter.m │ │ ├── LICENSE │ │ └── README.md │ ├── FTPopOverMenu │ │ ├── FTPopOverMenu │ │ │ ├── FTPopOverMenu.h │ │ │ └── FTPopOverMenu.m │ │ ├── LICENSE │ │ └── README.md │ ├── HLAdditions │ │ ├── HLAdditions │ │ │ ├── HLAdditions.h │ │ │ ├── HLUtilities.h │ │ │ ├── HLUtilities.m │ │ │ ├── NSArray+.h │ │ │ ├── NSArray+.m │ │ │ ├── NSData+Additions.h │ │ │ ├── NSData+Additions.m │ │ │ ├── NSDate+.h │ │ │ ├── NSDate+.m │ │ │ ├── NSDictionary+.h │ │ │ ├── NSDictionary+.m │ │ │ ├── NSString+Extend.h │ │ │ ├── NSString+Extend.m │ │ │ ├── UIColor+.h │ │ │ ├── UIColor+.m │ │ │ ├── UIImage+.h │ │ │ ├── UIImage+.m │ │ │ ├── UIView+Additions.h │ │ │ ├── UIView+Additions.m │ │ │ ├── UIViewController+.h │ │ │ ├── UIViewController+.m │ │ │ └── extobjc │ │ │ │ ├── EXTScope.h │ │ │ │ └── metamacros.h │ │ ├── LICENSE │ │ └── README.md │ ├── Headers │ │ ├── Private │ │ │ ├── AXIndicatorView │ │ │ │ ├── AXActivityIndicatorView.h │ │ │ │ ├── AXBreachedAnnulusIndicatorView.h │ │ │ │ ├── AXIndicatorView.h │ │ │ │ └── AXSpinningWaitCursor.h │ │ │ ├── AXNavigationBackItemInjection │ │ │ │ └── AXPopNavigationController.h │ │ │ ├── AXPracticalHUD │ │ │ │ ├── AXBarProgressView.h │ │ │ │ ├── AXCircleProgressView.h │ │ │ │ ├── AXGradientProgressView.h │ │ │ │ ├── AXPracticalHUD.h │ │ │ │ ├── AXPracticalHUDAnimator.h │ │ │ │ └── AXPracticalHUDContentView.h │ │ │ ├── AXWebViewController │ │ │ │ ├── AXSecurityPolicy.h │ │ │ │ ├── AXWebViewController.h │ │ │ │ └── AXWebViewControllerActivity.h │ │ │ ├── Aspects │ │ │ │ └── Aspects.h │ │ │ ├── CocoaAsyncSocket │ │ │ │ ├── GCDAsyncSocket.h │ │ │ │ └── GCDAsyncUdpSocket.h │ │ │ ├── CocoaHTTPServer │ │ │ │ ├── DAVConnection.h │ │ │ │ ├── DAVResponse.h │ │ │ │ ├── DDData.h │ │ │ │ ├── DDNumber.h │ │ │ │ ├── DDRange.h │ │ │ │ ├── DELETEResponse.h │ │ │ │ ├── HTTPAsyncFileResponse.h │ │ │ │ ├── HTTPAuthenticationRequest.h │ │ │ │ ├── HTTPConnection.h │ │ │ │ ├── HTTPDataResponse.h │ │ │ │ ├── HTTPDynamicFileResponse.h │ │ │ │ ├── HTTPFileResponse.h │ │ │ │ ├── HTTPLogging.h │ │ │ │ ├── HTTPMessage.h │ │ │ │ ├── HTTPRedirectResponse.h │ │ │ │ ├── HTTPResponse.h │ │ │ │ ├── HTTPServer.h │ │ │ │ ├── MultipartFormDataParser.h │ │ │ │ ├── MultipartMessageHeader.h │ │ │ │ ├── MultipartMessageHeaderField.h │ │ │ │ ├── PUTResponse.h │ │ │ │ └── WebSocket.h │ │ │ ├── CocoaLumberjack │ │ │ │ ├── CLIColor.h │ │ │ │ ├── CocoaLumberjack.h │ │ │ │ ├── DDASLLogCapture.h │ │ │ │ ├── DDASLLogger.h │ │ │ │ ├── DDAbstractDatabaseLogger.h │ │ │ │ ├── DDAssertMacros.h │ │ │ │ ├── DDContextFilterLogFormatter.h │ │ │ │ ├── DDDispatchQueueLogFormatter.h │ │ │ │ ├── DDFileLogger+Buffering.h │ │ │ │ ├── DDFileLogger+Internal.h │ │ │ │ ├── DDFileLogger.h │ │ │ │ ├── DDLegacyMacros.h │ │ │ │ ├── DDLog+LOGV.h │ │ │ │ ├── DDLog.h │ │ │ │ ├── DDLogMacros.h │ │ │ │ ├── DDLoggerNames.h │ │ │ │ ├── DDMultiFormatter.h │ │ │ │ ├── DDOSLogger.h │ │ │ │ └── DDTTYLogger.h │ │ │ ├── FTPopOverMenu │ │ │ │ └── FTPopOverMenu.h │ │ │ ├── HLAdditions │ │ │ │ ├── EXTScope.h │ │ │ │ ├── HLAdditions.h │ │ │ │ ├── HLUtilities.h │ │ │ │ ├── NSArray+.h │ │ │ │ ├── NSData+Additions.h │ │ │ │ ├── NSDate+.h │ │ │ │ ├── NSDictionary+.h │ │ │ │ ├── NSString+Extend.h │ │ │ │ ├── UIColor+.h │ │ │ │ ├── UIImage+.h │ │ │ │ ├── UIView+Additions.h │ │ │ │ ├── UIViewController+.h │ │ │ │ └── metamacros.h │ │ │ ├── Masonry │ │ │ │ ├── MASCompositeConstraint.h │ │ │ │ ├── MASConstraint+Private.h │ │ │ │ ├── MASConstraint.h │ │ │ │ ├── MASConstraintMaker.h │ │ │ │ ├── MASLayoutConstraint.h │ │ │ │ ├── MASUtilities.h │ │ │ │ ├── MASViewAttribute.h │ │ │ │ ├── MASViewConstraint.h │ │ │ │ ├── Masonry.h │ │ │ │ ├── NSArray+MASAdditions.h │ │ │ │ ├── NSArray+MASShorthandAdditions.h │ │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ │ │ ├── View+MASAdditions.h │ │ │ │ ├── View+MASShorthandAdditions.h │ │ │ │ └── ViewController+MASAdditions.h │ │ │ └── NJKWebViewProgress │ │ │ │ ├── NJKWebViewProgress.h │ │ │ │ └── NJKWebViewProgressView.h │ │ └── Public │ │ │ ├── AXIndicatorView │ │ │ ├── AXActivityIndicatorView.h │ │ │ ├── AXBreachedAnnulusIndicatorView.h │ │ │ ├── AXIndicatorView.h │ │ │ └── AXSpinningWaitCursor.h │ │ │ ├── AXNavigationBackItemInjection │ │ │ └── AXPopNavigationController.h │ │ │ ├── AXPracticalHUD │ │ │ ├── AXBarProgressView.h │ │ │ ├── AXCircleProgressView.h │ │ │ ├── AXGradientProgressView.h │ │ │ ├── AXPracticalHUD.h │ │ │ ├── AXPracticalHUDAnimator.h │ │ │ └── AXPracticalHUDContentView.h │ │ │ ├── AXWebViewController │ │ │ ├── AXSecurityPolicy.h │ │ │ ├── AXWebViewController.h │ │ │ └── AXWebViewControllerActivity.h │ │ │ ├── Aspects │ │ │ └── Aspects.h │ │ │ ├── CocoaAsyncSocket │ │ │ ├── GCDAsyncSocket.h │ │ │ └── GCDAsyncUdpSocket.h │ │ │ ├── CocoaHTTPServer │ │ │ ├── DAVConnection.h │ │ │ ├── DAVResponse.h │ │ │ ├── DDData.h │ │ │ ├── DDNumber.h │ │ │ ├── DDRange.h │ │ │ ├── DELETEResponse.h │ │ │ ├── HTTPAsyncFileResponse.h │ │ │ ├── HTTPAuthenticationRequest.h │ │ │ ├── HTTPConnection.h │ │ │ ├── HTTPDataResponse.h │ │ │ ├── HTTPDynamicFileResponse.h │ │ │ ├── HTTPFileResponse.h │ │ │ ├── HTTPLogging.h │ │ │ ├── HTTPMessage.h │ │ │ ├── HTTPRedirectResponse.h │ │ │ ├── HTTPResponse.h │ │ │ ├── HTTPServer.h │ │ │ ├── MultipartFormDataParser.h │ │ │ ├── MultipartMessageHeader.h │ │ │ ├── MultipartMessageHeaderField.h │ │ │ ├── PUTResponse.h │ │ │ └── WebSocket.h │ │ │ ├── CocoaLumberjack │ │ │ ├── CLIColor.h │ │ │ ├── CocoaLumberjack.h │ │ │ ├── DDASLLogCapture.h │ │ │ ├── DDASLLogger.h │ │ │ ├── DDAbstractDatabaseLogger.h │ │ │ ├── DDAssertMacros.h │ │ │ ├── DDContextFilterLogFormatter.h │ │ │ ├── DDDispatchQueueLogFormatter.h │ │ │ ├── DDFileLogger+Buffering.h │ │ │ ├── DDFileLogger.h │ │ │ ├── DDLegacyMacros.h │ │ │ ├── DDLog+LOGV.h │ │ │ ├── DDLog.h │ │ │ ├── DDLogMacros.h │ │ │ ├── DDLoggerNames.h │ │ │ ├── DDMultiFormatter.h │ │ │ ├── DDOSLogger.h │ │ │ └── DDTTYLogger.h │ │ │ ├── FTPopOverMenu │ │ │ └── FTPopOverMenu.h │ │ │ ├── HLAdditions │ │ │ ├── EXTScope.h │ │ │ ├── HLAdditions.h │ │ │ ├── HLUtilities.h │ │ │ ├── NSArray+.h │ │ │ ├── NSData+Additions.h │ │ │ ├── NSDate+.h │ │ │ ├── NSDictionary+.h │ │ │ ├── NSString+Extend.h │ │ │ ├── UIColor+.h │ │ │ ├── UIImage+.h │ │ │ ├── UIView+Additions.h │ │ │ ├── UIViewController+.h │ │ │ └── metamacros.h │ │ │ ├── Masonry │ │ │ ├── MASCompositeConstraint.h │ │ │ ├── MASConstraint+Private.h │ │ │ ├── MASConstraint.h │ │ │ ├── MASConstraintMaker.h │ │ │ ├── MASLayoutConstraint.h │ │ │ ├── MASUtilities.h │ │ │ ├── MASViewAttribute.h │ │ │ ├── MASViewConstraint.h │ │ │ ├── Masonry.h │ │ │ ├── NSArray+MASAdditions.h │ │ │ ├── NSArray+MASShorthandAdditions.h │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ │ ├── View+MASAdditions.h │ │ │ ├── View+MASShorthandAdditions.h │ │ │ └── ViewController+MASAdditions.h │ │ │ └── NJKWebViewProgress │ │ │ ├── NJKWebViewProgress.h │ │ │ └── NJKWebViewProgressView.h │ ├── Manifest.lock │ ├── Masonry │ │ ├── LICENSE │ │ ├── Masonry │ │ │ ├── MASCompositeConstraint.h │ │ │ ├── MASCompositeConstraint.m │ │ │ ├── MASConstraint+Private.h │ │ │ ├── MASConstraint.h │ │ │ ├── MASConstraint.m │ │ │ ├── MASConstraintMaker.h │ │ │ ├── MASConstraintMaker.m │ │ │ ├── MASLayoutConstraint.h │ │ │ ├── MASLayoutConstraint.m │ │ │ ├── MASUtilities.h │ │ │ ├── MASViewAttribute.h │ │ │ ├── MASViewAttribute.m │ │ │ ├── MASViewConstraint.h │ │ │ ├── MASViewConstraint.m │ │ │ ├── Masonry.h │ │ │ ├── NSArray+MASAdditions.h │ │ │ ├── NSArray+MASAdditions.m │ │ │ ├── NSArray+MASShorthandAdditions.h │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.m │ │ │ ├── View+MASAdditions.h │ │ │ ├── View+MASAdditions.m │ │ │ ├── View+MASShorthandAdditions.h │ │ │ ├── ViewController+MASAdditions.h │ │ │ └── ViewController+MASAdditions.m │ │ └── README.md │ ├── NJKWebViewProgress │ │ ├── LICENSE │ │ ├── NJKWebViewProgress │ │ │ ├── NJKWebViewProgress.h │ │ │ ├── NJKWebViewProgress.m │ │ │ ├── NJKWebViewProgressView.h │ │ │ └── NJKWebViewProgressView.m │ │ └── README.md │ ├── Pods.xcodeproj │ │ └── project.pbxproj │ └── Target Support Files │ │ ├── AXIndicatorView │ │ ├── AXIndicatorView-dummy.m │ │ ├── AXIndicatorView-prefix.pch │ │ └── AXIndicatorView.xcconfig │ │ ├── AXNavigationBackItemInjection │ │ ├── AXNavigationBackItemInjection-dummy.m │ │ ├── AXNavigationBackItemInjection-prefix.pch │ │ └── AXNavigationBackItemInjection.xcconfig │ │ ├── AXPracticalHUD │ │ ├── AXPracticalHUD-dummy.m │ │ ├── AXPracticalHUD-prefix.pch │ │ └── AXPracticalHUD.xcconfig │ │ ├── AXWebViewController │ │ ├── AXWebViewController-dummy.m │ │ ├── AXWebViewController-prefix.pch │ │ └── AXWebViewController.xcconfig │ │ ├── Aspects │ │ ├── Aspects-dummy.m │ │ ├── Aspects-prefix.pch │ │ └── Aspects.xcconfig │ │ ├── Bugly │ │ └── Bugly.xcconfig │ │ ├── CocoaAsyncSocket │ │ ├── CocoaAsyncSocket-dummy.m │ │ ├── CocoaAsyncSocket-prefix.pch │ │ └── CocoaAsyncSocket.xcconfig │ │ ├── CocoaHTTPServer │ │ ├── CocoaHTTPServer-dummy.m │ │ ├── CocoaHTTPServer-prefix.pch │ │ └── CocoaHTTPServer.xcconfig │ │ ├── CocoaLumberjack │ │ ├── CocoaLumberjack-dummy.m │ │ ├── CocoaLumberjack-prefix.pch │ │ └── CocoaLumberjack.xcconfig │ │ ├── FTPopOverMenu │ │ ├── FTPopOverMenu-dummy.m │ │ ├── FTPopOverMenu-prefix.pch │ │ └── FTPopOverMenu.xcconfig │ │ ├── HLAdditions │ │ ├── HLAdditions-dummy.m │ │ ├── HLAdditions-prefix.pch │ │ └── HLAdditions.xcconfig │ │ ├── Masonry │ │ ├── Masonry-dummy.m │ │ ├── Masonry-prefix.pch │ │ └── Masonry.xcconfig │ │ ├── NJKWebViewProgress │ │ ├── NJKWebViewProgress-dummy.m │ │ ├── NJKWebViewProgress-prefix.pch │ │ └── NJKWebViewProgress.xcconfig │ │ └── Pods-VipVideo-iPhone │ │ ├── PodInputFileList.xcfilelist │ │ ├── PodOutputFileList.xcfilelist │ │ ├── Pods-VipVideo-iPhone-acknowledgements.markdown │ │ ├── Pods-VipVideo-iPhone-acknowledgements.plist │ │ ├── Pods-VipVideo-iPhone-dummy.m │ │ ├── Pods-VipVideo-iPhone-frameworks.sh │ │ ├── Pods-VipVideo-iPhone-resources-Debug-input-files.xcfilelist │ │ ├── Pods-VipVideo-iPhone-resources-Debug-output-files.xcfilelist │ │ ├── Pods-VipVideo-iPhone-resources-Release-input-files.xcfilelist │ │ ├── Pods-VipVideo-iPhone-resources-Release-output-files.xcfilelist │ │ ├── Pods-VipVideo-iPhone-resources.sh │ │ ├── Pods-VipVideo-iPhone-umbrella.h │ │ ├── Pods-VipVideo-iPhone.debug.xcconfig │ │ ├── Pods-VipVideo-iPhone.modulemap │ │ └── Pods-VipVideo-iPhone.release.xcconfig ├── VipVideo-iPhone.xcodeproj │ └── project.pbxproj ├── VipVideo-iPhone.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── VipVideo-iPhone │ ├── Addtations │ │ └── BHBNetworkSpeed │ │ │ ├── BHBNetworkSpeed.h │ │ │ └── BHBNetworkSpeed.m │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Class │ │ ├── Home │ │ │ ├── HLHomeViewController.h │ │ │ ├── HLHomeViewController.m │ │ │ ├── HLWebVideoViewController.h │ │ │ └── HLWebVideoViewController.m │ │ ├── Mine │ │ │ ├── HLMineViewController.h │ │ │ └── HLMineViewController.m │ │ ├── QSPDownload │ │ │ ├── AppDelegate+Download.h │ │ │ ├── AppDelegate+Download.m │ │ │ ├── DownLoadCell.h │ │ │ ├── DownLoadCell.m │ │ │ ├── DownloadViewController.h │ │ │ ├── DownloadViewController.m │ │ │ ├── FinishedViewController.h │ │ │ ├── FinishedViewController.m │ │ │ ├── QSPDownloadTool.h │ │ │ └── QSPDownloadTool.m │ │ ├── TV │ │ │ ├── HLTVHomeViewController.h │ │ │ ├── HLTVHomeViewController.m │ │ │ ├── HLTVListViewController.h │ │ │ ├── HLTVListViewController.m │ │ │ ├── Model │ │ │ │ ├── MMovieModel.h │ │ │ │ └── MMovieModel.m │ │ │ └── View │ │ │ │ ├── ListTableViewCell.h │ │ │ │ └── ListTableViewCell.m │ │ └── WMPlayer │ │ │ ├── View │ │ │ ├── FastForwardView.h │ │ │ ├── FastForwardView.m │ │ │ ├── WMLightView.h │ │ │ └── WMLightView.m │ │ │ ├── WMPlayer.bundle │ │ │ ├── bottom_shadow.png │ │ │ ├── close@2x.png │ │ │ ├── close@3x.png │ │ │ ├── dot@2x.png │ │ │ ├── dot@3x.png │ │ │ ├── download@2x.png │ │ │ ├── download@3x.png │ │ │ ├── fullscreen@2x.png │ │ │ ├── fullscreen@3x.png │ │ │ ├── nonfullscreen@2x.png │ │ │ ├── nonfullscreen@3x.png │ │ │ ├── not-download@2x.png │ │ │ ├── not-download@3x.png │ │ │ ├── play_new_brightness_day.png │ │ │ ├── play_new_brightness_day@2x.png │ │ │ ├── play_new_brightness_night.png │ │ │ ├── play_new_brightness_night@2x.png │ │ │ ├── player_ctrl_icon_next@2x.png │ │ │ ├── player_ctrl_icon_next@3x.png │ │ │ ├── player_ctrl_icon_pause@2x.png │ │ │ ├── player_ctrl_icon_pause@3x.png │ │ │ ├── player_ctrl_icon_play@2x.png │ │ │ ├── player_ctrl_icon_play@3x.png │ │ │ ├── player_icon_download@2x.png │ │ │ ├── player_icon_download@3x.png │ │ │ ├── player_icon_fullscreen@2x.png │ │ │ ├── player_icon_fullscreen@3x.png │ │ │ ├── player_icon_lock@2x.png │ │ │ ├── player_icon_lock@3x.png │ │ │ ├── player_icon_nav_back@2x.png │ │ │ ├── player_icon_nav_back@3x.png │ │ │ ├── player_icon_unlock@2x.png │ │ │ ├── player_icon_unlock@3x.png │ │ │ ├── progress_icon_l@2x.png │ │ │ ├── progress_icon_l@3x.png │ │ │ ├── progress_icon_r@2x.png │ │ │ ├── progress_icon_r@3x.png │ │ │ └── top_shadow.png │ │ │ ├── WMPlayer.h │ │ │ ├── WMPlayer.m │ │ │ ├── WMPlayerModel.h │ │ │ └── WMPlayerModel.m │ ├── Data │ │ ├── JSONKit.h │ │ ├── JSONKit.m │ │ ├── NSURLProtocol │ │ │ ├── HybridNSURLProtocol.h │ │ │ ├── HybridNSURLProtocol.m │ │ │ ├── NSURLProtocol+UIWebVIew.h │ │ │ ├── NSURLProtocol+UIWebVIew.m │ │ │ ├── NSURLProtocol+WKWebVIew.h │ │ │ └── NSURLProtocol+WKWebVIew.m │ │ ├── VipURLManager.h │ │ ├── VipURLManager.m │ │ └── vlist.json │ ├── HLPlayerViewController.h │ ├── HLPlayerViewController.m │ ├── HLTabBarController.h │ ├── HLTabBarController.m │ ├── Other │ │ ├── UIButton+Addition.h │ │ └── UIButton+Addition.m │ ├── PrefixHeader.pch │ ├── Resources │ │ ├── VIP@2x.png │ │ ├── back@2x.png │ │ ├── download@2x.png │ │ ├── empty_placeholder@2x.png │ │ ├── home@2x.png │ │ ├── icon-76.png │ │ ├── icon-76@2x.png │ │ ├── live@2x.png │ │ ├── mine@2x.png │ │ ├── platlist@2x.png │ │ └── viplist │ │ │ ├── 4084@2x.png │ │ │ ├── 52@2x.png │ │ │ ├── CCTV.png │ │ │ ├── bilibili.png │ │ │ ├── 乐视@2x.png │ │ │ ├── 优酷@2x.png │ │ │ ├── 抖音.png │ │ │ ├── 搜狐@2x.png │ │ │ ├── 爱奇艺@2x.png │ │ │ ├── 电影天堂.png │ │ │ ├── 腾讯@2x.png │ │ │ ├── 芒果@2x.png │ │ │ └── 视频@2x.png │ └── Support File │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── icon-1024.png │ │ │ ├── icon-20-ipad.png │ │ │ ├── icon-20@2x-ipad.png │ │ │ ├── icon-20@2x.png │ │ │ ├── icon-20@3x.png │ │ │ ├── icon-29-ipad.png │ │ │ ├── icon-29.png │ │ │ ├── icon-29@2x-ipad.png │ │ │ ├── icon-29@2x.png │ │ │ ├── icon-29@3x.png │ │ │ ├── icon-40.png │ │ │ ├── icon-40@2x.png │ │ │ ├── icon-40@3x.png │ │ │ ├── icon-60@2x.png │ │ │ ├── icon-60@3x.png │ │ │ ├── icon-76.png │ │ │ ├── icon-76@2x.png │ │ │ └── icon-83.5@2x.png │ │ └── Contents.json │ │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ │ ├── Info.plist │ │ └── main.m └── pod-install-summary.yml ├── images ├── 1.png ├── 2.png ├── 3.png └── player.png └── shell ├── ExportOptions.plist ├── README.md └── archiveipa.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownLoader.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownLoader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownLoader.m -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownloadDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownloadDelegate.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownloaderCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownloaderCenter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownloaderCenter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLDownloaderCenter.m -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLSegmentDownLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLSegmentDownLoader.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLSegmentDownLoader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLSegmentDownLoader.m -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLSegmentProgresser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLSegmentProgresser.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Download/HLSegmentProgresser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Download/HLSegmentProgresser.m -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/HLDownload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/HLDownload.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8List.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8List.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8List.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8List.m -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8Praser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8Praser.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8Praser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8Praser.m -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8SegmentInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8SegmentInfo.h -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8SegmentInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/HLM3u8Praser/HLM3U8SegmentInfo.m -------------------------------------------------------------------------------- /VipVideo-iPhone/HLDownload/HLDownload/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/HLDownload/HLDownload/Info.plist -------------------------------------------------------------------------------- /VipVideo-iPhone/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Podfile -------------------------------------------------------------------------------- /VipVideo-iPhone/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Podfile.lock -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXActivityIndicatorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXActivityIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXActivityIndicatorView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXActivityIndicatorView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXBreachedAnnulusIndicatorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXBreachedAnnulusIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXBreachedAnnulusIndicatorView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXBreachedAnnulusIndicatorView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXIndicatorView.bundle/SpinningWaitCursor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXIndicatorView.bundle/SpinningWaitCursor@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXIndicatorView.bundle/SpinningWaitCursor@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXIndicatorView.bundle/SpinningWaitCursor@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXIndicatorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXSpinningWaitCursor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXSpinningWaitCursor.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXSpinningWaitCursor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/AXIndicatorView/Classes/AXSpinningWaitCursor.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXIndicatorView/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXIndicatorView/README.md: -------------------------------------------------------------------------------- 1 | # AXIndicatorView -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXPopNavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXPopNavigationController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXPopNavigationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXPopNavigationController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXNavigationBackItemInjection/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXNavigationBackItemInjection/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXNavigationBackItemInjection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXNavigationBackItemInjection/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle/ax_hud_error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle/ax_hud_error@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle/ax_hud_error@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle/ax_hud_error@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle/ax_hud_success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle/ax_hud_success@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle/ax_hud_success@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle/ax_hud_success@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/Animators/AXPracticalHUDAnimator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/Animators/AXPracticalHUDAnimator.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/Animators/AXPracticalHUDAnimator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/Animators/AXPracticalHUDAnimator.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ContentView/AXPracticalHUDContentView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ContentView/AXPracticalHUDContentView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ContentView/AXPracticalHUDContentView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ContentView/AXPracticalHUDContentView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXBarProgressView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXBarProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXBarProgressView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXBarProgressView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXCircleProgressView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXCircleProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXCircleProgressView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXCircleProgressView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXGradientProgressView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXGradientProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXGradientProgressView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXGradientProgressView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXPracticalHUD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXPracticalHUD/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivityChrome-iPad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivityChrome-iPad.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivityChrome-iPad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivityChrome-iPad@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivityChrome@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivityChrome@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivitySafari-iPad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivitySafari-iPad.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivitySafari-iPad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivitySafari-iPad@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivitySafari@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerActivitySafari@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerBack.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerBack@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerBack@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerNext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerNext.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerNext@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/AXWebViewControllerNext@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/backItemImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/backItemImage@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/backItemImage_hl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/backItemImage_hl@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/en.lproj/AXWebViewController.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/en.lproj/AXWebViewController.strings -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/404.html -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/css/nosingle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/css/nosingle.css -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/img/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/img/404.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/img/nosingle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/img/nosingle.png -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/js/jquery-2.1.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/js/jquery-2.1.1.min.js -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/neterror.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/html.bundle/neterror.html -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/zh-Hans.lproj/AXWebViewController.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/zh-Hans.lproj/AXWebViewController.strings -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/zh-Hant.lproj/AXWebViewController.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.bundle/zh-Hant.lproj/AXWebViewController.strings -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/Activity/AXWebViewControllerActivity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/Activity/AXWebViewControllerActivity.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/Activity/AXWebViewControllerActivity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/Activity/AXWebViewControllerActivity.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/Security/AXSecurityPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/Security/AXSecurityPolicy.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/Security/AXSecurityPolicy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/AXWebViewController/AXWebViewController/Security/AXSecurityPolicy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/AXWebViewController/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/AXWebViewController/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Aspects/Aspects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Aspects/Aspects.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Aspects/Aspects.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Aspects/Aspects.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Aspects/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Aspects/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Aspects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Aspects/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Bugly/Bugly.framework/Bugly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Bugly/Bugly.framework/Bugly -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Bugly/Bugly.framework/Headers/Bugly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Bugly/Bugly.framework/Headers/Bugly.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Bugly/Bugly.framework/Headers/BuglyConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Bugly/Bugly.framework/Headers/BuglyConfig.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Bugly/Bugly.framework/Headers/BuglyLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Bugly/Bugly.framework/Headers/BuglyLog.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Bugly/Bugly.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Bugly/Bugly.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaAsyncSocket/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaAsyncSocket/LICENSE.txt -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaAsyncSocket/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaAsyncSocket/README.markdown -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDData.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDData.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDNumber.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDNumber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDNumber.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDRange.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDRange.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Categories/DDRange.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPAuthenticationRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPAuthenticationRequest.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPAuthenticationRequest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPAuthenticationRequest.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPConnection.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPConnection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPConnection.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPLogging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPLogging.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPMessage.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPMessage.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPServer.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPServer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/HTTPServer.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPDataResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPDataResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPDataResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPDataResponse.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPFileResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPFileResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPFileResponse.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/WebSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/WebSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Core/WebSocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Core/WebSocket.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/LICENSE.txt -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaHTTPServer/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaHTTPServer/README.markdown -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/CLI/CLIColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/CLI/CLIColor.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/CLI/CLIColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/CLI/CLIColor.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/CocoaLumberjack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/CocoaLumberjack.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDASLLogCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDASLLogCapture.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDASLLogCapture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDASLLogCapture.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDASLLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDASLLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDASLLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDASLLogger.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDAbstractDatabaseLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDAbstractDatabaseLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDAbstractDatabaseLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDAbstractDatabaseLogger.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDAssertMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDAssertMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDFileLogger+Internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDFileLogger+Internal.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDFileLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDFileLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDFileLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDFileLogger.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLegacyMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLegacyMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLog+LOGV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLog+LOGV.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLog.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLog.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLogMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLogMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLoggerNames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLoggerNames.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLoggerNames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDLoggerNames.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDOSLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDOSLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDOSLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDOSLogger.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDTTYLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDTTYLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDTTYLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/DDTTYLogger.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDContextFilterLogFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDContextFilterLogFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDContextFilterLogFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDContextFilterLogFormatter.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDDispatchQueueLogFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDDispatchQueueLogFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDDispatchQueueLogFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDDispatchQueueLogFormatter.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDFileLogger+Buffering.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDFileLogger+Buffering.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDFileLogger+Buffering.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDFileLogger+Buffering.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDMultiFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDMultiFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDMultiFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/Classes/Extensions/DDMultiFormatter.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/CocoaLumberjack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/CocoaLumberjack/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/FTPopOverMenu/FTPopOverMenu/FTPopOverMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/FTPopOverMenu/FTPopOverMenu/FTPopOverMenu.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/FTPopOverMenu/FTPopOverMenu/FTPopOverMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/FTPopOverMenu/FTPopOverMenu/FTPopOverMenu.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/FTPopOverMenu/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/FTPopOverMenu/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/FTPopOverMenu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/FTPopOverMenu/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/HLAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/HLAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/HLUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/HLUtilities.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/HLUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/HLUtilities.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSArray+.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSArray+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSArray+.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSArray+.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSData+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSData+Additions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSData+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSData+Additions.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSDate+.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSDate+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSDate+.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSDate+.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSDictionary+.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSDictionary+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSDictionary+.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSDictionary+.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSString+Extend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSString+Extend.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSString+Extend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/NSString+Extend.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIColor+.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIColor+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIColor+.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIColor+.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIImage+.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIImage+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIImage+.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIImage+.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIView+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIView+Additions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIView+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIView+Additions.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIViewController+.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIViewController+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIViewController+.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/UIViewController+.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/extobjc/EXTScope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/extobjc/EXTScope.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/HLAdditions/extobjc/metamacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/HLAdditions/extobjc/metamacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/HLAdditions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/HLAdditions/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXIndicatorView/AXActivityIndicatorView.h: -------------------------------------------------------------------------------- 1 | ../../../AXIndicatorView/AXIndicatorView/Classes/AXActivityIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXIndicatorView/AXBreachedAnnulusIndicatorView.h: -------------------------------------------------------------------------------- 1 | ../../../AXIndicatorView/AXIndicatorView/Classes/AXBreachedAnnulusIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXIndicatorView/AXIndicatorView.h: -------------------------------------------------------------------------------- 1 | ../../../AXIndicatorView/AXIndicatorView/Classes/AXIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXIndicatorView/AXSpinningWaitCursor.h: -------------------------------------------------------------------------------- 1 | ../../../AXIndicatorView/AXIndicatorView/Classes/AXSpinningWaitCursor.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXNavigationBackItemInjection/AXPopNavigationController.h: -------------------------------------------------------------------------------- 1 | ../../../AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXPopNavigationController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXPracticalHUD/AXBarProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXBarProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXPracticalHUD/AXCircleProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXCircleProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXPracticalHUD/AXGradientProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXGradientProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXPracticalHUD/AXPracticalHUD.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXPracticalHUD/AXPracticalHUDAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/Animators/AXPracticalHUDAnimator.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXPracticalHUD/AXPracticalHUDContentView.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ContentView/AXPracticalHUDContentView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXWebViewController/AXSecurityPolicy.h: -------------------------------------------------------------------------------- 1 | ../../../AXWebViewController/AXWebViewController/AXWebViewController/Security/AXSecurityPolicy.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXWebViewController/AXWebViewController.h: -------------------------------------------------------------------------------- 1 | ../../../AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/AXWebViewController/AXWebViewControllerActivity.h: -------------------------------------------------------------------------------- 1 | ../../../AXWebViewController/AXWebViewController/AXWebViewController/Activity/AXWebViewControllerActivity.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Aspects/Aspects.h: -------------------------------------------------------------------------------- 1 | ../../../Aspects/Aspects.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaAsyncSocket/GCDAsyncSocket.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaAsyncSocket/GCDAsyncUdpSocket.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/DAVConnection.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Extensions/WebDAV/DAVConnection.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/DAVResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/DDData.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Categories/DDData.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/DDNumber.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Categories/DDNumber.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/DDRange.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Categories/DDRange.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/DELETEResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPAsyncFileResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPAuthenticationRequest.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPAuthenticationRequest.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPConnection.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPConnection.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPDataResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPDataResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPDynamicFileResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPFileResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPLogging.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPLogging.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPMessage.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPMessage.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPRedirectResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/HTTPServer.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPServer.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/MultipartFormDataParser.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Mime/MultipartFormDataParser.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/MultipartMessageHeader.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Mime/MultipartMessageHeader.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/MultipartMessageHeaderField.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/PUTResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Extensions/WebDAV/PUTResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaHTTPServer/WebSocket.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/WebSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/CLIColor.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/CLI/CLIColor.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/CocoaLumberjack.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/CocoaLumberjack.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDASLLogCapture.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDASLLogCapture.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDASLLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDASLLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDAbstractDatabaseLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDAbstractDatabaseLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDAssertMacros.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDAssertMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDContextFilterLogFormatter.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/Extensions/DDContextFilterLogFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDDispatchQueueLogFormatter.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/Extensions/DDDispatchQueueLogFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDFileLogger+Buffering.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/Extensions/DDFileLogger+Buffering.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDFileLogger+Internal.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDFileLogger+Internal.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDFileLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDFileLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDLegacyMacros.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLegacyMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDLog+LOGV.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLog+LOGV.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDLog.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLog.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDLogMacros.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLogMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDLoggerNames.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLoggerNames.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDMultiFormatter.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/Extensions/DDMultiFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDOSLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDOSLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/CocoaLumberjack/DDTTYLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDTTYLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/FTPopOverMenu/FTPopOverMenu.h: -------------------------------------------------------------------------------- 1 | ../../../FTPopOverMenu/FTPopOverMenu/FTPopOverMenu.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/EXTScope.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/extobjc/EXTScope.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/HLAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/HLAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/HLUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/HLUtilities.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/NSArray+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSArray+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/NSData+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSData+Additions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/NSDate+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSDate+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/NSDictionary+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSDictionary+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/NSString+Extend.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSString+Extend.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/UIColor+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/UIColor+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/UIImage+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/UIImage+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/UIView+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/UIView+Additions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/UIViewController+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/UIViewController+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/HLAdditions/metamacros.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/extobjc/metamacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/Masonry.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/NJKWebViewProgress/NJKWebViewProgress.h: -------------------------------------------------------------------------------- 1 | ../../../NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgress.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Private/NJKWebViewProgress/NJKWebViewProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXIndicatorView/AXActivityIndicatorView.h: -------------------------------------------------------------------------------- 1 | ../../../AXIndicatorView/AXIndicatorView/Classes/AXActivityIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXIndicatorView/AXBreachedAnnulusIndicatorView.h: -------------------------------------------------------------------------------- 1 | ../../../AXIndicatorView/AXIndicatorView/Classes/AXBreachedAnnulusIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXIndicatorView/AXIndicatorView.h: -------------------------------------------------------------------------------- 1 | ../../../AXIndicatorView/AXIndicatorView/Classes/AXIndicatorView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXIndicatorView/AXSpinningWaitCursor.h: -------------------------------------------------------------------------------- 1 | ../../../AXIndicatorView/AXIndicatorView/Classes/AXSpinningWaitCursor.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXNavigationBackItemInjection/AXPopNavigationController.h: -------------------------------------------------------------------------------- 1 | ../../../AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXNavigationBackItemInjection/AXPopNavigationController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXPracticalHUD/AXBarProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXBarProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXPracticalHUD/AXCircleProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXCircleProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXPracticalHUD/AXGradientProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ProgressViews/AXGradientProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXPracticalHUD/AXPracticalHUD.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXPracticalHUD/AXPracticalHUDAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/Animators/AXPracticalHUDAnimator.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXPracticalHUD/AXPracticalHUDContentView.h: -------------------------------------------------------------------------------- 1 | ../../../AXPracticalHUD/AXPracticalHUD/AXPracticalHUD/ContentView/AXPracticalHUDContentView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXWebViewController/AXSecurityPolicy.h: -------------------------------------------------------------------------------- 1 | ../../../AXWebViewController/AXWebViewController/AXWebViewController/Security/AXSecurityPolicy.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXWebViewController/AXWebViewController.h: -------------------------------------------------------------------------------- 1 | ../../../AXWebViewController/AXWebViewController/AXWebViewController/AXWebViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/AXWebViewController/AXWebViewControllerActivity.h: -------------------------------------------------------------------------------- 1 | ../../../AXWebViewController/AXWebViewController/AXWebViewController/Activity/AXWebViewControllerActivity.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Aspects/Aspects.h: -------------------------------------------------------------------------------- 1 | ../../../Aspects/Aspects.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaAsyncSocket/GCDAsyncSocket.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaAsyncSocket/GCDAsyncUdpSocket.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/DAVConnection.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Extensions/WebDAV/DAVConnection.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/DAVResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/DDData.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Categories/DDData.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/DDNumber.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Categories/DDNumber.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/DDRange.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Categories/DDRange.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/DELETEResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPAsyncFileResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPAuthenticationRequest.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPAuthenticationRequest.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPConnection.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPConnection.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPDataResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPDataResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPDynamicFileResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPFileResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPFileResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPLogging.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPLogging.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPMessage.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPMessage.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPRedirectResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/HTTPServer.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/HTTPServer.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/MultipartFormDataParser.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Mime/MultipartFormDataParser.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/MultipartMessageHeader.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Mime/MultipartMessageHeader.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/MultipartMessageHeaderField.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/PUTResponse.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Extensions/WebDAV/PUTResponse.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaHTTPServer/WebSocket.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaHTTPServer/Core/WebSocket.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/CLIColor.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/CLI/CLIColor.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/CocoaLumberjack.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/CocoaLumberjack.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDASLLogCapture.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDASLLogCapture.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDASLLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDASLLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDAbstractDatabaseLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDAbstractDatabaseLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDAssertMacros.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDAssertMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDContextFilterLogFormatter.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/Extensions/DDContextFilterLogFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDDispatchQueueLogFormatter.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/Extensions/DDDispatchQueueLogFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDFileLogger+Buffering.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/Extensions/DDFileLogger+Buffering.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDFileLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDFileLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDLegacyMacros.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLegacyMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDLog+LOGV.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLog+LOGV.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDLog.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLog.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDLogMacros.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLogMacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDLoggerNames.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDLoggerNames.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDMultiFormatter.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/Extensions/DDMultiFormatter.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDOSLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDOSLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/CocoaLumberjack/DDTTYLogger.h: -------------------------------------------------------------------------------- 1 | ../../../CocoaLumberjack/Classes/DDTTYLogger.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/FTPopOverMenu/FTPopOverMenu.h: -------------------------------------------------------------------------------- 1 | ../../../FTPopOverMenu/FTPopOverMenu/FTPopOverMenu.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/EXTScope.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/extobjc/EXTScope.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/HLAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/HLAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/HLUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/HLUtilities.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/NSArray+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSArray+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/NSData+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSData+Additions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/NSDate+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSDate+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/NSDictionary+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSDictionary+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/NSString+Extend.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/NSString+Extend.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/UIColor+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/UIColor+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/UIImage+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/UIImage+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/UIView+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/UIView+Additions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/UIViewController+.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/UIViewController+.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/HLAdditions/metamacros.h: -------------------------------------------------------------------------------- 1 | ../../../HLAdditions/HLAdditions/extobjc/metamacros.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/Masonry.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/NJKWebViewProgress/NJKWebViewProgress.h: -------------------------------------------------------------------------------- 1 | ../../../NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgress.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Headers/Public/NJKWebViewProgress/NJKWebViewProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Manifest.lock -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASCompositeConstraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASCompositeConstraint.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraint.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraintMaker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASConstraintMaker.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASLayoutConstraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASLayoutConstraint.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASViewAttribute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASViewAttribute.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/MASViewConstraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/MASViewConstraint.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/Masonry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/NSArray+MASAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/NSArray+MASAdditions.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/View+MASAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/View+MASAdditions.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/Masonry/ViewController+MASAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/Masonry/ViewController+MASAdditions.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Masonry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Masonry/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/NJKWebViewProgress/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/NJKWebViewProgress/LICENSE -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgress.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgress.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgressView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgressView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgressView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgressView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/NJKWebViewProgress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/NJKWebViewProgress/README.md -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXIndicatorView/AXIndicatorView-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXIndicatorView/AXIndicatorView-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXIndicatorView/AXIndicatorView-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXIndicatorView/AXIndicatorView-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXIndicatorView/AXIndicatorView.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXIndicatorView/AXIndicatorView.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXNavigationBackItemInjection/AXNavigationBackItemInjection-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXNavigationBackItemInjection/AXNavigationBackItemInjection-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXNavigationBackItemInjection/AXNavigationBackItemInjection-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXNavigationBackItemInjection/AXNavigationBackItemInjection-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXNavigationBackItemInjection/AXNavigationBackItemInjection.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXNavigationBackItemInjection/AXNavigationBackItemInjection.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXPracticalHUD/AXPracticalHUD-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXPracticalHUD/AXPracticalHUD-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXPracticalHUD/AXPracticalHUD-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXPracticalHUD/AXPracticalHUD-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXPracticalHUD/AXPracticalHUD.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXPracticalHUD/AXPracticalHUD.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXWebViewController/AXWebViewController-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXWebViewController/AXWebViewController-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXWebViewController/AXWebViewController-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXWebViewController/AXWebViewController-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/AXWebViewController/AXWebViewController.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/AXWebViewController/AXWebViewController.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Aspects/Aspects-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Aspects/Aspects-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Aspects/Aspects-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Aspects/Aspects-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Aspects/Aspects.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Aspects/Aspects.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Bugly/Bugly.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Bugly/Bugly.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaHTTPServer/CocoaHTTPServer-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaHTTPServer/CocoaHTTPServer-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaHTTPServer/CocoaHTTPServer-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaHTTPServer/CocoaHTTPServer-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaHTTPServer/CocoaHTTPServer.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaHTTPServer/CocoaHTTPServer.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/FTPopOverMenu/FTPopOverMenu-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/FTPopOverMenu/FTPopOverMenu-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/FTPopOverMenu/FTPopOverMenu-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/FTPopOverMenu/FTPopOverMenu-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/FTPopOverMenu/FTPopOverMenu.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/FTPopOverMenu/FTPopOverMenu.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/HLAdditions/HLAdditions-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/HLAdditions/HLAdditions-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/HLAdditions/HLAdditions-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/HLAdditions/HLAdditions-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/HLAdditions/HLAdditions.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/HLAdditions/HLAdditions.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Masonry/Masonry-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Masonry/Masonry-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Masonry/Masonry-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Masonry/Masonry-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Masonry/Masonry.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Masonry/Masonry.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/NJKWebViewProgress/NJKWebViewProgress-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/NJKWebViewProgress/NJKWebViewProgress-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/NJKWebViewProgress/NJKWebViewProgress-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/NJKWebViewProgress/NJKWebViewProgress-prefix.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/NJKWebViewProgress/NJKWebViewProgress.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/NJKWebViewProgress/NJKWebViewProgress.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/PodInputFileList.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/PodInputFileList.xcfilelist -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/PodOutputFileList.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/PodOutputFileList.xcfilelist -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-acknowledgements.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-acknowledgements.markdown -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-acknowledgements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-acknowledgements.plist -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-dummy.m -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-frameworks.sh -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources-Debug-input-files.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources-Debug-input-files.xcfilelist -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources-Debug-output-files.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources-Debug-output-files.xcfilelist -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources-Release-input-files.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources-Release-input-files.xcfilelist -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources-Release-output-files.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources-Release-output-files.xcfilelist -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-resources.sh -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone-umbrella.h -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone.debug.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone.modulemap -------------------------------------------------------------------------------- /VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/Pods/Target Support Files/Pods-VipVideo-iPhone/Pods-VipVideo-iPhone.release.xcconfig -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Addtations/BHBNetworkSpeed/BHBNetworkSpeed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Addtations/BHBNetworkSpeed/BHBNetworkSpeed.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Addtations/BHBNetworkSpeed/BHBNetworkSpeed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Addtations/BHBNetworkSpeed/BHBNetworkSpeed.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/AppDelegate.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/AppDelegate.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/Home/HLHomeViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/Home/HLHomeViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/Home/HLHomeViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/Home/HLHomeViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/Home/HLWebVideoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/Home/HLWebVideoViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/Home/HLWebVideoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/Home/HLWebVideoViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/Mine/HLMineViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/Mine/HLMineViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/Mine/HLMineViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/Mine/HLMineViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/AppDelegate+Download.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/AppDelegate+Download.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/AppDelegate+Download.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/AppDelegate+Download.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/DownLoadCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/DownLoadCell.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/DownLoadCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/DownLoadCell.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/DownloadViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/DownloadViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/DownloadViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/DownloadViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/FinishedViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/FinishedViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/FinishedViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/FinishedViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/QSPDownloadTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/QSPDownloadTool.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/QSPDownloadTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/QSPDownload/QSPDownloadTool.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/TV/HLTVHomeViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/TV/HLTVHomeViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/TV/HLTVHomeViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/TV/HLTVHomeViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/TV/HLTVListViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/TV/HLTVListViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/TV/HLTVListViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/TV/HLTVListViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/TV/Model/MMovieModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/TV/Model/MMovieModel.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/TV/Model/MMovieModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/TV/Model/MMovieModel.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/TV/View/ListTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/TV/View/ListTableViewCell.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/TV/View/ListTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/TV/View/ListTableViewCell.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/View/FastForwardView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/View/FastForwardView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/View/FastForwardView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/View/FastForwardView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/View/WMLightView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/View/WMLightView.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/View/WMLightView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/View/WMLightView.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/bottom_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/bottom_shadow.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/close@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/close@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/close@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/dot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/dot@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/dot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/dot@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/download@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/download@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/download@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/fullscreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/fullscreen@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/fullscreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/fullscreen@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/nonfullscreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/nonfullscreen@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/nonfullscreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/nonfullscreen@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/not-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/not-download@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/not-download@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/not-download@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/play_new_brightness_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/play_new_brightness_day.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/play_new_brightness_day@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/play_new_brightness_day@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/play_new_brightness_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/play_new_brightness_night.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/play_new_brightness_night@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/play_new_brightness_night@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_next@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_next@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_next@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_pause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_pause@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_pause@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_pause@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_play@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_ctrl_icon_play@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_download@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_download@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_download@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_fullscreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_fullscreen@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_fullscreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_fullscreen@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_lock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_lock@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_lock@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_lock@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_nav_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_nav_back@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_nav_back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_nav_back@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_unlock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_unlock@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_unlock@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/player_icon_unlock@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/progress_icon_l@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/progress_icon_l@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/progress_icon_l@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/progress_icon_l@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/progress_icon_r@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/progress_icon_r@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/progress_icon_r@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/progress_icon_r@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/top_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.bundle/top_shadow.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayer.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayerModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayerModel.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayerModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Class/WMPlayer/WMPlayerModel.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/JSONKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/JSONKit.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/JSONKit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/JSONKit.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/HybridNSURLProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/HybridNSURLProtocol.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/HybridNSURLProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/HybridNSURLProtocol.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/NSURLProtocol+UIWebVIew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/NSURLProtocol+UIWebVIew.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/NSURLProtocol+UIWebVIew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/NSURLProtocol+UIWebVIew.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/NSURLProtocol+WKWebVIew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/NSURLProtocol+WKWebVIew.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/NSURLProtocol+WKWebVIew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/NSURLProtocol/NSURLProtocol+WKWebVIew.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/VipURLManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/VipURLManager.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/VipURLManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/VipURLManager.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Data/vlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Data/vlist.json -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/HLPlayerViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/HLPlayerViewController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/HLPlayerViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/HLPlayerViewController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/HLTabBarController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/HLTabBarController.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/HLTabBarController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/HLTabBarController.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Other/UIButton+Addition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Other/UIButton+Addition.h -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Other/UIButton+Addition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Other/UIButton+Addition.m -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/PrefixHeader.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/PrefixHeader.pch -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/VIP@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/VIP@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/back@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/download@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/empty_placeholder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/empty_placeholder@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/home@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/home@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/icon-76.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/icon-76@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/live@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/live@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/mine@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/mine@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/platlist@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/platlist@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/4084@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/4084@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/52@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/52@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/CCTV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/CCTV.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/bilibili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/bilibili.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/乐视@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/乐视@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/优酷@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/优酷@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/抖音.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/抖音.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/搜狐@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/搜狐@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/爱奇艺@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/爱奇艺@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/电影天堂.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/电影天堂.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/腾讯@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/腾讯@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/芒果@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/芒果@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/视频@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Resources/viplist/视频@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-1024.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-20-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-20-ipad.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-20@2x-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-20@2x-ipad.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29-ipad.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29@2x-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29@2x-ipad.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-40.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-76.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/Info.plist -------------------------------------------------------------------------------- /VipVideo-iPhone/VipVideo-iPhone/Support File/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/VipVideo-iPhone/Support File/main.m -------------------------------------------------------------------------------- /VipVideo-iPhone/pod-install-summary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/VipVideo-iPhone/pod-install-summary.yml -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/images/1.png -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/images/2.png -------------------------------------------------------------------------------- /images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/images/3.png -------------------------------------------------------------------------------- /images/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/images/player.png -------------------------------------------------------------------------------- /shell/ExportOptions.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/shell/ExportOptions.plist -------------------------------------------------------------------------------- /shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/shell/README.md -------------------------------------------------------------------------------- /shell/archiveipa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iodefog/VipVideo-iPhone/HEAD/shell/archiveipa.sh --------------------------------------------------------------------------------