├── .gitignore ├── DouYinCComment ├── DouYinCComment.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ ├── DouYinCComment.xcscheme │ │ ├── RecommendWidgetExtension.xcscheme │ │ └── WidgetIntentHandler.xcscheme ├── DouYinCComment │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── icon-20@2x-1.png │ │ │ ├── icon-20@3x.png │ │ │ ├── icon-29.png │ │ │ ├── icon-29@2x-1.png │ │ │ ├── icon-29@3x.png │ │ │ ├── icon-40@2x-1.png │ │ │ ├── icon-40@3x.png │ │ │ ├── icon-57.png │ │ │ ├── icon-57@2x.png │ │ │ ├── icon-60@2x.png │ │ │ └── icon-60@3x.png │ │ ├── Contents.json │ │ ├── LivePhoto.imageset │ │ │ ├── Contents.json │ │ │ └── LivePhoto@3x.png │ │ ├── NewRingtonePlayVC │ │ │ ├── Contents.json │ │ │ ├── NewRT_AddCollect.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_AddCollect@3x.png │ │ │ ├── NewRT_AddToSheet.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_AddToSheet@3x.png │ │ │ ├── NewRT_AlreadyCollect.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_AlreadyCollect@3x.png │ │ │ ├── NewRT_Down.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Down@3x.png │ │ │ ├── NewRT_Next.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Next@3x.png │ │ │ ├── NewRT_Pause.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Pause@3x.png │ │ │ ├── NewRT_PlaceHolder.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_PlaceHolder@3x.png │ │ │ ├── NewRT_Play.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Play@3x.png │ │ │ ├── NewRT_PlayCycle.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_PlayCycle@3x.png │ │ │ ├── NewRT_PlayOrder.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_PlayOrder@3x.png │ │ │ ├── NewRT_PlayRandom.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_PlayRandom@3x.png │ │ │ ├── NewRT_Play_01.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Play_01.png │ │ │ ├── NewRT_Play_02.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Play_02.png │ │ │ ├── NewRT_Play_03.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Play_03.png │ │ │ ├── NewRT_Play_04.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Play_04.png │ │ │ ├── NewRT_Pop.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Pop@3x.png │ │ │ ├── NewRT_Previous.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Previous@3x.png │ │ │ ├── NewRT_Share.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Share@3x.png │ │ │ ├── NewRT_TimeClose.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_TimeClose@3x.png │ │ │ ├── NewRT_TimeCloseAudioChoose.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_TimeCloseAudioChoose@3x.png │ │ │ ├── NewRT_Top_Next.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Top_Next@3x.png │ │ │ ├── NewRT_Top_Pause.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Top_Pause@3x.png │ │ │ ├── NewRT_Top_Play.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_Top_Play@3x.png │ │ │ ├── NewRT_VideoSetLivePhoto.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_VideoSetLivePhoto@3x.png │ │ │ ├── NewRT_VideoSetRing.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_VideoSetRing@3x.png │ │ │ └── NewRT_zanNormal.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── NewRT_zanNormal@3x.png │ │ ├── SmallVideoComment.imageset │ │ │ ├── Contents.json │ │ │ ├── SmallVideoComment@2x.png │ │ │ └── SmallVideoComment@3x.png │ │ ├── SmallVideoConcern.imageset │ │ │ ├── Contents.json │ │ │ ├── SmallVideoConcern@2x.png │ │ │ └── SmallVideoConcern@3x.png │ │ ├── SmallVideoConcern_White.imageset │ │ │ ├── Contents.json │ │ │ ├── SmallVideoConcern_White@2x.png │ │ │ └── SmallVideoConcern_White@3x.png │ │ ├── TagManager │ │ │ ├── Contents.json │ │ │ ├── TAG_Mger_Add.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── TAG_Mger_Add.png │ │ │ ├── TAG_Mger_Close.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── TAG_Mger_Close.png │ │ │ ├── TAG_Mger_Delt.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── TAG_Mger_Delt.png │ │ │ └── TAG_Mger_Edit.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── TAG_Mger_Edit.png │ │ ├── Widget │ │ │ ├── Clock_S_Dilate_Back.imageset │ │ │ │ ├── Clock_S_Dilate_Back@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Clock_S_Dilate_Eyes.imageset │ │ │ │ ├── Clock_S_Dilate_Eyes@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Clock_S_Dilate_Hour.imageset │ │ │ │ ├── Clock_S_Dilate_Hour@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Clock_S_Dilate_Min.imageset │ │ │ │ ├── Clock_S_Dilate_Min@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Clock_S_Dilate_Sec.imageset │ │ │ │ ├── Clock_S_Dilate_Sec@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Fan_S_NingMeng_lamina.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Fan_S_NingMeng_lamina@3x.png │ │ │ ├── Fan_S_NingMeng_shell.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Fan_S_NingMeng_shell@3x.png │ │ │ ├── ScrolPicDef0.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef0.png │ │ │ ├── ScrolPicDef1.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef1.png │ │ │ ├── ScrolPicDef2.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef2.png │ │ │ ├── ScrolPicDef3.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef3.png │ │ │ ├── ScrolPicDef4.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef4.png │ │ │ ├── ScrolPicDef5.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef5.png │ │ │ ├── ScrolPicDef6.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef6.png │ │ │ ├── ScrolPicDef7.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef7.png │ │ │ ├── ScrolPicDef8.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef8.png │ │ │ ├── ScrolPicDef9.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef9.png │ │ │ ├── ScrolPic_M_Back.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPic_M_Back@3x.png │ │ │ ├── ScrolPic_S_Back.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPic_S_Back@3x.png │ │ │ ├── shake.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── shake@3x.png │ │ │ └── shakeMan.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── shakeMan@3x.png │ │ ├── back.imageset │ │ │ ├── Contents.json │ │ │ └── back.png │ │ ├── button_back.imageset │ │ │ ├── Contents.json │ │ │ └── button_back@2x.png │ │ ├── comment_icon_placeholder.imageset │ │ │ ├── Contents.json │ │ │ ├── comment_icon_placeholder@2x.png │ │ │ └── comment_icon_placeholder@3x.png │ │ ├── headerImage.imageset │ │ │ ├── Contents.json │ │ │ └── RingSheetDalyRecommend@3x.jpg │ │ ├── smallVideo_close_comment.imageset │ │ │ ├── Contents.json │ │ │ ├── smallVideo_close_comment@2x.png │ │ │ └── smallVideo_close_comment@3x.png │ │ ├── smallVideo_home_comment.imageset │ │ │ ├── Contents.json │ │ │ ├── smallVideo_home_comment@2x.png │ │ │ └── smallVideo_home_comment@3x.png │ │ ├── smallVideo_home_like_after.imageset │ │ │ ├── Contents.json │ │ │ ├── smallVideo_home_like_after@2x.png │ │ │ └── smallVideo_home_like_after@3x.png │ │ ├── smallVideo_home_like_before.imageset │ │ │ ├── Contents.json │ │ │ ├── smallVideo_home_like_before@2x.png │ │ │ └── smallVideo_home_like_before@3x.png │ │ ├── smallVideo_home_share.imageset │ │ │ ├── Contents.json │ │ │ ├── smallVideo_home_share@2x.png │ │ │ └── smallVideo_home_share@3x.png │ │ ├── smallVideo_personal_add_little.imageset │ │ │ ├── Contents.json │ │ │ ├── smallVideo_personal_add_little@2x.png │ │ │ └── smallVideo_personal_add_little@3x.png │ │ ├── smallVideo_play_pause.imageset │ │ │ ├── Contents.json │ │ │ ├── smallVideo_play_pause@2x.png │ │ │ └── smallVideo_play_pause@3x.png │ │ └── videoRing.imageset │ │ │ ├── Contents.json │ │ │ ├── videoRing@2x.png │ │ │ └── videoRing@3x.png │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── DouYinPlay │ │ ├── Controllers │ │ │ ├── SmallVideoListViewController.h │ │ │ ├── SmallVideoListViewController.m │ │ │ ├── SmallVideoPlayViewController.h │ │ │ └── SmallVideoPlayViewController.mm │ │ ├── Model │ │ │ ├── CommentModel.h │ │ │ ├── CommentModel.m │ │ │ ├── SmallVideoModel.h │ │ │ └── SmallVideoModel.m │ │ ├── Other │ │ │ ├── DDAnimationLayout.h │ │ │ └── DDAnimationLayout.m │ │ ├── Third │ │ │ ├── IQKeyboardManager │ │ │ │ ├── Categories │ │ │ │ │ ├── IQNSArray+Sort.h │ │ │ │ │ ├── IQNSArray+Sort.m │ │ │ │ │ ├── IQUIScrollView+Additions.h │ │ │ │ │ ├── IQUIScrollView+Additions.m │ │ │ │ │ ├── IQUITextFieldView+Additions.h │ │ │ │ │ ├── IQUITextFieldView+Additions.m │ │ │ │ │ ├── IQUIView+Hierarchy.h │ │ │ │ │ ├── IQUIView+Hierarchy.m │ │ │ │ │ ├── IQUIViewController+Additions.h │ │ │ │ │ ├── IQUIViewController+Additions.m │ │ │ │ │ ├── IQUIWindow+Hierarchy.h │ │ │ │ │ └── IQUIWindow+Hierarchy.m │ │ │ │ ├── Constants │ │ │ │ │ ├── IQKeyboardManagerConstants.h │ │ │ │ │ └── IQKeyboardManagerConstantsInternal.h │ │ │ │ ├── IQKeyboardManager.h │ │ │ │ ├── IQKeyboardManager.m │ │ │ │ ├── IQKeyboardReturnKeyHandler.h │ │ │ │ ├── IQKeyboardReturnKeyHandler.m │ │ │ │ ├── IQTextView │ │ │ │ │ ├── IQTextView.h │ │ │ │ │ └── IQTextView.m │ │ │ │ ├── IQToolbar │ │ │ │ │ ├── IQBarButtonItem.h │ │ │ │ │ ├── IQBarButtonItem.m │ │ │ │ │ ├── IQPreviousNextView.h │ │ │ │ │ ├── IQPreviousNextView.m │ │ │ │ │ ├── IQTitleBarButtonItem.h │ │ │ │ │ ├── IQTitleBarButtonItem.m │ │ │ │ │ ├── IQToolbar.h │ │ │ │ │ ├── IQToolbar.m │ │ │ │ │ ├── IQUIView+IQKeyboardToolbar.h │ │ │ │ │ └── IQUIView+IQKeyboardToolbar.m │ │ │ │ └── Resources │ │ │ │ │ └── IQKeyboardManager.bundle │ │ │ │ │ ├── IQButtonBarArrowDown@2x.png │ │ │ │ │ ├── IQButtonBarArrowDown@3x.png │ │ │ │ │ ├── IQButtonBarArrowLeft@2x.png │ │ │ │ │ ├── IQButtonBarArrowLeft@3x.png │ │ │ │ │ ├── IQButtonBarArrowRight@2x.png │ │ │ │ │ ├── IQButtonBarArrowRight@3x.png │ │ │ │ │ ├── IQButtonBarArrowUp@2x.png │ │ │ │ │ ├── IQButtonBarArrowUp@3x.png │ │ │ │ │ ├── de.lproj │ │ │ │ │ └── IQKeyboardManager.strings │ │ │ │ │ ├── en.lproj │ │ │ │ │ └── IQKeyboardManager.strings │ │ │ │ │ ├── es.lproj │ │ │ │ │ └── IQKeyboardManager.strings │ │ │ │ │ ├── fr.lproj │ │ │ │ │ └── IQKeyboardManager.strings │ │ │ │ │ ├── zh-Hans │ │ │ │ │ └── IQKeyboardManager.strings │ │ │ │ │ └── zh-Hant │ │ │ │ │ └── IQKeyboardManager.strings │ │ │ ├── KTVHTTPCache │ │ │ │ ├── Classes │ │ │ │ │ ├── KTVHCCommon │ │ │ │ │ │ ├── KTVHCError.h │ │ │ │ │ │ ├── KTVHCError.m │ │ │ │ │ │ ├── KTVHCLog.h │ │ │ │ │ │ ├── KTVHCLog.m │ │ │ │ │ │ ├── KTVHCRange.h │ │ │ │ │ │ └── KTVHCRange.m │ │ │ │ │ ├── KTVHCDataStorage │ │ │ │ │ │ ├── KTVHCData+Internal.h │ │ │ │ │ │ ├── KTVHCDataCacheItem.h │ │ │ │ │ │ ├── KTVHCDataCacheItem.m │ │ │ │ │ │ ├── KTVHCDataCacheItemZone.h │ │ │ │ │ │ ├── KTVHCDataCacheItemZone.m │ │ │ │ │ │ ├── KTVHCDataCallback.h │ │ │ │ │ │ ├── KTVHCDataCallback.m │ │ │ │ │ │ ├── KTVHCDataFileSource.h │ │ │ │ │ │ ├── KTVHCDataFileSource.m │ │ │ │ │ │ ├── KTVHCDataLoader.h │ │ │ │ │ │ ├── KTVHCDataLoader.m │ │ │ │ │ │ ├── KTVHCDataNetworkSource.h │ │ │ │ │ │ ├── KTVHCDataNetworkSource.m │ │ │ │ │ │ ├── KTVHCDataReader.h │ │ │ │ │ │ ├── KTVHCDataReader.m │ │ │ │ │ │ ├── KTVHCDataRequest.h │ │ │ │ │ │ ├── KTVHCDataRequest.m │ │ │ │ │ │ ├── KTVHCDataResponse.h │ │ │ │ │ │ ├── KTVHCDataResponse.m │ │ │ │ │ │ ├── KTVHCDataSource.h │ │ │ │ │ │ ├── KTVHCDataSourceManager.h │ │ │ │ │ │ ├── KTVHCDataSourceManager.m │ │ │ │ │ │ ├── KTVHCDataStorage.h │ │ │ │ │ │ ├── KTVHCDataStorage.m │ │ │ │ │ │ ├── KTVHCDataUnit.h │ │ │ │ │ │ ├── KTVHCDataUnit.m │ │ │ │ │ │ ├── KTVHCDataUnitItem.h │ │ │ │ │ │ ├── KTVHCDataUnitItem.m │ │ │ │ │ │ ├── KTVHCDataUnitPool.h │ │ │ │ │ │ ├── KTVHCDataUnitPool.m │ │ │ │ │ │ ├── KTVHCDataUnitQueue.h │ │ │ │ │ │ └── KTVHCDataUnitQueue.m │ │ │ │ │ ├── KTVHCDownload │ │ │ │ │ │ ├── KTVHCDownload.h │ │ │ │ │ │ └── KTVHCDownload.m │ │ │ │ │ ├── KTVHCHTTPServer │ │ │ │ │ │ ├── KTVHCHTTPConnection.h │ │ │ │ │ │ ├── KTVHCHTTPConnection.m │ │ │ │ │ │ ├── KTVHCHTTPHLSResponse.h │ │ │ │ │ │ ├── KTVHCHTTPHLSResponse.m │ │ │ │ │ │ ├── KTVHCHTTPHeader.h │ │ │ │ │ │ ├── KTVHCHTTPResponse.h │ │ │ │ │ │ ├── KTVHCHTTPResponse.m │ │ │ │ │ │ ├── KTVHCHTTPServer.h │ │ │ │ │ │ └── KTVHCHTTPServer.m │ │ │ │ │ └── KTVHCTools │ │ │ │ │ │ ├── KTVHCPathTool.h │ │ │ │ │ │ ├── KTVHCPathTool.m │ │ │ │ │ │ ├── KTVHCURLTool.h │ │ │ │ │ │ └── KTVHCURLTool.m │ │ │ │ ├── CocoaHTTPServer │ │ │ │ │ ├── Categories │ │ │ │ │ │ ├── DDData.h │ │ │ │ │ │ ├── DDData.m │ │ │ │ │ │ ├── DDNumber.h │ │ │ │ │ │ ├── DDNumber.m │ │ │ │ │ │ ├── DDRange.h │ │ │ │ │ │ └── DDRange.m │ │ │ │ │ ├── HTTPAuthenticationRequest.h │ │ │ │ │ ├── HTTPAuthenticationRequest.m │ │ │ │ │ ├── HTTPConnection.h │ │ │ │ │ ├── HTTPConnection.m │ │ │ │ │ ├── HTTPLogging.h │ │ │ │ │ ├── HTTPLogging.m │ │ │ │ │ ├── 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 │ │ │ │ │ │ ├── HTTPErrorResponse.h │ │ │ │ │ │ ├── HTTPErrorResponse.m │ │ │ │ │ │ ├── HTTPFileResponse.h │ │ │ │ │ │ ├── HTTPFileResponse.m │ │ │ │ │ │ ├── HTTPRedirectResponse.h │ │ │ │ │ │ └── HTTPRedirectResponse.m │ │ │ │ │ ├── WebSocket.h │ │ │ │ │ └── WebSocket.m │ │ │ │ ├── KTVHTTPCache.h │ │ │ │ ├── KTVHTTPCache.m │ │ │ │ └── Vendors │ │ │ │ │ └── CocoaAsyncSocket │ │ │ │ │ ├── GCDAsyncSocket.h │ │ │ │ │ └── GCDAsyncSocket.m │ │ │ ├── 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 │ │ │ ├── ReactiveObjC │ │ │ │ ├── MKAnnotationView+RACSignalSupport.h │ │ │ │ ├── MKAnnotationView+RACSignalSupport.m │ │ │ │ ├── NSArray+RACSequenceAdditions.h │ │ │ │ ├── NSArray+RACSequenceAdditions.m │ │ │ │ ├── NSControl+RACCommandSupport.h │ │ │ │ ├── NSControl+RACCommandSupport.m │ │ │ │ ├── NSControl+RACTextSignalSupport.h │ │ │ │ ├── NSControl+RACTextSignalSupport.m │ │ │ │ ├── NSData+RACSupport.h │ │ │ │ ├── NSData+RACSupport.m │ │ │ │ ├── NSDictionary+RACSequenceAdditions.h │ │ │ │ ├── NSDictionary+RACSequenceAdditions.m │ │ │ │ ├── NSEnumerator+RACSequenceAdditions.h │ │ │ │ ├── NSEnumerator+RACSequenceAdditions.m │ │ │ │ ├── NSFileHandle+RACSupport.h │ │ │ │ ├── NSFileHandle+RACSupport.m │ │ │ │ ├── NSIndexSet+RACSequenceAdditions.h │ │ │ │ ├── NSIndexSet+RACSequenceAdditions.m │ │ │ │ ├── NSInvocation+RACTypeParsing.h │ │ │ │ ├── NSInvocation+RACTypeParsing.m │ │ │ │ ├── NSNotificationCenter+RACSupport.h │ │ │ │ ├── NSNotificationCenter+RACSupport.m │ │ │ │ ├── NSObject+RACAppKitBindings.h │ │ │ │ ├── NSObject+RACAppKitBindings.m │ │ │ │ ├── NSObject+RACDeallocating.h │ │ │ │ ├── NSObject+RACDeallocating.m │ │ │ │ ├── NSObject+RACDescription.h │ │ │ │ ├── NSObject+RACDescription.m │ │ │ │ ├── NSObject+RACKVOWrapper.h │ │ │ │ ├── NSObject+RACKVOWrapper.m │ │ │ │ ├── NSObject+RACLifting.h │ │ │ │ ├── NSObject+RACLifting.m │ │ │ │ ├── NSObject+RACPropertySubscribing.h │ │ │ │ ├── NSObject+RACPropertySubscribing.m │ │ │ │ ├── NSObject+RACSelectorSignal.h │ │ │ │ ├── NSObject+RACSelectorSignal.m │ │ │ │ ├── NSOrderedSet+RACSequenceAdditions.h │ │ │ │ ├── NSOrderedSet+RACSequenceAdditions.m │ │ │ │ ├── NSSet+RACSequenceAdditions.h │ │ │ │ ├── NSSet+RACSequenceAdditions.m │ │ │ │ ├── NSString+RACKeyPathUtilities.h │ │ │ │ ├── NSString+RACKeyPathUtilities.m │ │ │ │ ├── NSString+RACSequenceAdditions.h │ │ │ │ ├── NSString+RACSequenceAdditions.m │ │ │ │ ├── NSString+RACSupport.h │ │ │ │ ├── NSString+RACSupport.m │ │ │ │ ├── NSText+RACSignalSupport.h │ │ │ │ ├── NSText+RACSignalSupport.m │ │ │ │ ├── NSURLConnection+RACSupport.h │ │ │ │ ├── NSURLConnection+RACSupport.m │ │ │ │ ├── NSUserDefaults+RACSupport.h │ │ │ │ ├── NSUserDefaults+RACSupport.m │ │ │ │ ├── RACAnnotations.h │ │ │ │ ├── RACArraySequence.h │ │ │ │ ├── RACArraySequence.m │ │ │ │ ├── RACBehaviorSubject.h │ │ │ │ ├── RACBehaviorSubject.m │ │ │ │ ├── RACBlockTrampoline.h │ │ │ │ ├── RACBlockTrampoline.m │ │ │ │ ├── RACChannel.h │ │ │ │ ├── RACChannel.m │ │ │ │ ├── RACCommand.h │ │ │ │ ├── RACCommand.m │ │ │ │ ├── RACCompoundDisposable.h │ │ │ │ ├── RACCompoundDisposable.m │ │ │ │ ├── RACCompoundDisposableProvider.d │ │ │ │ ├── RACDelegateProxy.h │ │ │ │ ├── RACDelegateProxy.m │ │ │ │ ├── RACDisposable.h │ │ │ │ ├── RACDisposable.m │ │ │ │ ├── RACDynamicSequence.h │ │ │ │ ├── RACDynamicSequence.m │ │ │ │ ├── RACDynamicSignal.h │ │ │ │ ├── RACDynamicSignal.m │ │ │ │ ├── RACEagerSequence.h │ │ │ │ ├── RACEagerSequence.m │ │ │ │ ├── RACEmptySequence.h │ │ │ │ ├── RACEmptySequence.m │ │ │ │ ├── RACEmptySignal.h │ │ │ │ ├── RACEmptySignal.m │ │ │ │ ├── RACErrorSignal.h │ │ │ │ ├── RACErrorSignal.m │ │ │ │ ├── RACEvent.h │ │ │ │ ├── RACEvent.m │ │ │ │ ├── RACGroupedSignal.h │ │ │ │ ├── RACGroupedSignal.m │ │ │ │ ├── RACImmediateScheduler.h │ │ │ │ ├── RACImmediateScheduler.m │ │ │ │ ├── RACIndexSetSequence.h │ │ │ │ ├── RACIndexSetSequence.m │ │ │ │ ├── RACKVOChannel.h │ │ │ │ ├── RACKVOChannel.m │ │ │ │ ├── RACKVOProxy.h │ │ │ │ ├── RACKVOProxy.m │ │ │ │ ├── RACKVOTrampoline.h │ │ │ │ ├── RACKVOTrampoline.m │ │ │ │ ├── RACMulticastConnection+Private.h │ │ │ │ ├── RACMulticastConnection.h │ │ │ │ ├── RACMulticastConnection.m │ │ │ │ ├── RACPassthroughSubscriber.h │ │ │ │ ├── RACPassthroughSubscriber.m │ │ │ │ ├── RACQueueScheduler+Subclass.h │ │ │ │ ├── RACQueueScheduler.h │ │ │ │ ├── RACQueueScheduler.m │ │ │ │ ├── RACReplaySubject.h │ │ │ │ ├── RACReplaySubject.m │ │ │ │ ├── RACReturnSignal.h │ │ │ │ ├── RACReturnSignal.m │ │ │ │ ├── RACScheduler+Private.h │ │ │ │ ├── RACScheduler+Subclass.h │ │ │ │ ├── RACScheduler.h │ │ │ │ ├── RACScheduler.m │ │ │ │ ├── RACScopedDisposable.h │ │ │ │ ├── RACScopedDisposable.m │ │ │ │ ├── RACSequence.h │ │ │ │ ├── RACSequence.m │ │ │ │ ├── RACSerialDisposable.h │ │ │ │ ├── RACSerialDisposable.m │ │ │ │ ├── RACSignal+Operations.h │ │ │ │ ├── RACSignal+Operations.m │ │ │ │ ├── RACSignal.h │ │ │ │ ├── RACSignal.m │ │ │ │ ├── RACSignalProvider.d │ │ │ │ ├── RACSignalSequence.h │ │ │ │ ├── RACSignalSequence.m │ │ │ │ ├── RACStream+Private.h │ │ │ │ ├── RACStream.h │ │ │ │ ├── RACStream.m │ │ │ │ ├── RACStringSequence.h │ │ │ │ ├── RACStringSequence.m │ │ │ │ ├── RACSubject.h │ │ │ │ ├── RACSubject.m │ │ │ │ ├── RACSubscriber+Private.h │ │ │ │ ├── RACSubscriber.h │ │ │ │ ├── RACSubscriber.m │ │ │ │ ├── RACSubscriptingAssignmentTrampoline.h │ │ │ │ ├── RACSubscriptingAssignmentTrampoline.m │ │ │ │ ├── RACSubscriptionScheduler.h │ │ │ │ ├── RACSubscriptionScheduler.m │ │ │ │ ├── RACTargetQueueScheduler.h │ │ │ │ ├── RACTargetQueueScheduler.m │ │ │ │ ├── RACTestScheduler.h │ │ │ │ ├── RACTestScheduler.m │ │ │ │ ├── RACTuple.h │ │ │ │ ├── RACTuple.m │ │ │ │ ├── RACTupleSequence.h │ │ │ │ ├── RACTupleSequence.m │ │ │ │ ├── RACUnarySequence.h │ │ │ │ ├── RACUnarySequence.m │ │ │ │ ├── RACUnit.h │ │ │ │ ├── RACUnit.m │ │ │ │ ├── RACValueTransformer.h │ │ │ │ ├── RACValueTransformer.m │ │ │ │ ├── ReactiveObjC.h │ │ │ │ ├── UIActionSheet+RACSignalSupport.h │ │ │ │ ├── UIActionSheet+RACSignalSupport.m │ │ │ │ ├── UIAlertView+RACSignalSupport.h │ │ │ │ ├── UIAlertView+RACSignalSupport.m │ │ │ │ ├── UIBarButtonItem+RACCommandSupport.h │ │ │ │ ├── UIBarButtonItem+RACCommandSupport.m │ │ │ │ ├── UIButton+RACCommandSupport.h │ │ │ │ ├── UIButton+RACCommandSupport.m │ │ │ │ ├── UICollectionReusableView+RACSignalSupport.h │ │ │ │ ├── UICollectionReusableView+RACSignalSupport.m │ │ │ │ ├── UIControl+RACSignalSupport.h │ │ │ │ ├── UIControl+RACSignalSupport.m │ │ │ │ ├── UIControl+RACSignalSupportPrivate.h │ │ │ │ ├── UIControl+RACSignalSupportPrivate.m │ │ │ │ ├── UIDatePicker+RACSignalSupport.h │ │ │ │ ├── UIDatePicker+RACSignalSupport.m │ │ │ │ ├── UIGestureRecognizer+RACSignalSupport.h │ │ │ │ ├── UIGestureRecognizer+RACSignalSupport.m │ │ │ │ ├── UIImagePickerController+RACSignalSupport.h │ │ │ │ ├── UIImagePickerController+RACSignalSupport.m │ │ │ │ ├── UIRefreshControl+RACCommandSupport.h │ │ │ │ ├── UIRefreshControl+RACCommandSupport.m │ │ │ │ ├── UISegmentedControl+RACSignalSupport.h │ │ │ │ ├── UISegmentedControl+RACSignalSupport.m │ │ │ │ ├── UISlider+RACSignalSupport.h │ │ │ │ ├── UISlider+RACSignalSupport.m │ │ │ │ ├── UIStepper+RACSignalSupport.h │ │ │ │ ├── UIStepper+RACSignalSupport.m │ │ │ │ ├── UISwitch+RACSignalSupport.h │ │ │ │ ├── UISwitch+RACSignalSupport.m │ │ │ │ ├── UITableViewCell+RACSignalSupport.h │ │ │ │ ├── UITableViewCell+RACSignalSupport.m │ │ │ │ ├── UITableViewHeaderFooterView+RACSignalSupport.h │ │ │ │ ├── UITableViewHeaderFooterView+RACSignalSupport.m │ │ │ │ ├── UITextField+RACSignalSupport.h │ │ │ │ ├── UITextField+RACSignalSupport.m │ │ │ │ ├── UITextView+RACSignalSupport.h │ │ │ │ ├── UITextView+RACSignalSupport.m │ │ │ │ └── extobjc │ │ │ │ │ ├── EXTKeyPathCoding.h │ │ │ │ │ ├── EXTRuntimeExtensions.h │ │ │ │ │ ├── EXTRuntimeExtensions.m │ │ │ │ │ ├── EXTScope.h │ │ │ │ │ └── metamacros.h │ │ │ ├── SDWebImage │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── SDWebImage │ │ │ │ │ ├── Core │ │ │ │ │ │ ├── NSButton+WebCache.h │ │ │ │ │ │ ├── NSButton+WebCache.m │ │ │ │ │ │ ├── NSData+ImageContentType.h │ │ │ │ │ │ ├── NSData+ImageContentType.m │ │ │ │ │ │ ├── NSImage+Compatibility.h │ │ │ │ │ │ ├── NSImage+Compatibility.m │ │ │ │ │ │ ├── SDAnimatedImage.h │ │ │ │ │ │ ├── SDAnimatedImage.m │ │ │ │ │ │ ├── SDAnimatedImagePlayer.h │ │ │ │ │ │ ├── SDAnimatedImagePlayer.m │ │ │ │ │ │ ├── SDAnimatedImageRep.h │ │ │ │ │ │ ├── SDAnimatedImageRep.m │ │ │ │ │ │ ├── SDAnimatedImageView+WebCache.h │ │ │ │ │ │ ├── SDAnimatedImageView+WebCache.m │ │ │ │ │ │ ├── SDAnimatedImageView.h │ │ │ │ │ │ ├── SDAnimatedImageView.m │ │ │ │ │ │ ├── SDDiskCache.h │ │ │ │ │ │ ├── SDDiskCache.m │ │ │ │ │ │ ├── SDGraphicsImageRenderer.h │ │ │ │ │ │ ├── SDGraphicsImageRenderer.m │ │ │ │ │ │ ├── SDImageAPNGCoder.h │ │ │ │ │ │ ├── SDImageAPNGCoder.m │ │ │ │ │ │ ├── SDImageCache.h │ │ │ │ │ │ ├── SDImageCache.m │ │ │ │ │ │ ├── SDImageCacheConfig.h │ │ │ │ │ │ ├── SDImageCacheConfig.m │ │ │ │ │ │ ├── SDImageCacheDefine.h │ │ │ │ │ │ ├── SDImageCacheDefine.m │ │ │ │ │ │ ├── SDImageCachesManager.h │ │ │ │ │ │ ├── SDImageCachesManager.m │ │ │ │ │ │ ├── SDImageCoder.h │ │ │ │ │ │ ├── SDImageCoder.m │ │ │ │ │ │ ├── SDImageCoderHelper.h │ │ │ │ │ │ ├── SDImageCoderHelper.m │ │ │ │ │ │ ├── SDImageCodersManager.h │ │ │ │ │ │ ├── SDImageCodersManager.m │ │ │ │ │ │ ├── SDImageFrame.h │ │ │ │ │ │ ├── SDImageFrame.m │ │ │ │ │ │ ├── SDImageGIFCoder.h │ │ │ │ │ │ ├── SDImageGIFCoder.m │ │ │ │ │ │ ├── SDImageGraphics.h │ │ │ │ │ │ ├── SDImageGraphics.m │ │ │ │ │ │ ├── SDImageHEICCoder.h │ │ │ │ │ │ ├── SDImageHEICCoder.m │ │ │ │ │ │ ├── SDImageIOAnimatedCoder.h │ │ │ │ │ │ ├── SDImageIOAnimatedCoder.m │ │ │ │ │ │ ├── SDImageIOCoder.h │ │ │ │ │ │ ├── SDImageIOCoder.m │ │ │ │ │ │ ├── SDImageLoader.h │ │ │ │ │ │ ├── SDImageLoader.m │ │ │ │ │ │ ├── SDImageLoadersManager.h │ │ │ │ │ │ ├── SDImageLoadersManager.m │ │ │ │ │ │ ├── SDImageTransformer.h │ │ │ │ │ │ ├── SDImageTransformer.m │ │ │ │ │ │ ├── SDMemoryCache.h │ │ │ │ │ │ ├── SDMemoryCache.m │ │ │ │ │ │ ├── SDWebImageCacheKeyFilter.h │ │ │ │ │ │ ├── SDWebImageCacheKeyFilter.m │ │ │ │ │ │ ├── SDWebImageCacheSerializer.h │ │ │ │ │ │ ├── SDWebImageCacheSerializer.m │ │ │ │ │ │ ├── SDWebImageCompat.h │ │ │ │ │ │ ├── SDWebImageCompat.m │ │ │ │ │ │ ├── SDWebImageDefine.h │ │ │ │ │ │ ├── SDWebImageDefine.m │ │ │ │ │ │ ├── SDWebImageDownloader.h │ │ │ │ │ │ ├── SDWebImageDownloader.m │ │ │ │ │ │ ├── SDWebImageDownloaderConfig.h │ │ │ │ │ │ ├── SDWebImageDownloaderConfig.m │ │ │ │ │ │ ├── SDWebImageDownloaderDecryptor.h │ │ │ │ │ │ ├── SDWebImageDownloaderDecryptor.m │ │ │ │ │ │ ├── SDWebImageDownloaderOperation.h │ │ │ │ │ │ ├── SDWebImageDownloaderOperation.m │ │ │ │ │ │ ├── SDWebImageDownloaderRequestModifier.h │ │ │ │ │ │ ├── SDWebImageDownloaderRequestModifier.m │ │ │ │ │ │ ├── SDWebImageDownloaderResponseModifier.h │ │ │ │ │ │ ├── SDWebImageDownloaderResponseModifier.m │ │ │ │ │ │ ├── SDWebImageError.h │ │ │ │ │ │ ├── SDWebImageError.m │ │ │ │ │ │ ├── SDWebImageIndicator.h │ │ │ │ │ │ ├── SDWebImageIndicator.m │ │ │ │ │ │ ├── SDWebImageManager.h │ │ │ │ │ │ ├── SDWebImageManager.m │ │ │ │ │ │ ├── SDWebImageOperation.h │ │ │ │ │ │ ├── SDWebImageOperation.m │ │ │ │ │ │ ├── SDWebImageOptionsProcessor.h │ │ │ │ │ │ ├── SDWebImageOptionsProcessor.m │ │ │ │ │ │ ├── SDWebImagePrefetcher.h │ │ │ │ │ │ ├── SDWebImagePrefetcher.m │ │ │ │ │ │ ├── SDWebImageTransition.h │ │ │ │ │ │ ├── SDWebImageTransition.m │ │ │ │ │ │ ├── UIButton+WebCache.h │ │ │ │ │ │ ├── UIButton+WebCache.m │ │ │ │ │ │ ├── UIImage+ExtendedCacheData.h │ │ │ │ │ │ ├── UIImage+ExtendedCacheData.m │ │ │ │ │ │ ├── UIImage+ForceDecode.h │ │ │ │ │ │ ├── UIImage+ForceDecode.m │ │ │ │ │ │ ├── UIImage+GIF.h │ │ │ │ │ │ ├── UIImage+GIF.m │ │ │ │ │ │ ├── UIImage+MemoryCacheCost.h │ │ │ │ │ │ ├── UIImage+MemoryCacheCost.m │ │ │ │ │ │ ├── UIImage+Metadata.h │ │ │ │ │ │ ├── UIImage+Metadata.m │ │ │ │ │ │ ├── UIImage+MultiFormat.h │ │ │ │ │ │ ├── UIImage+MultiFormat.m │ │ │ │ │ │ ├── UIImage+Transform.h │ │ │ │ │ │ ├── UIImage+Transform.m │ │ │ │ │ │ ├── UIImageView+HighlightedWebCache.h │ │ │ │ │ │ ├── UIImageView+HighlightedWebCache.m │ │ │ │ │ │ ├── UIImageView+WebCache.h │ │ │ │ │ │ ├── UIImageView+WebCache.m │ │ │ │ │ │ ├── UIView+WebCache.h │ │ │ │ │ │ ├── UIView+WebCache.m │ │ │ │ │ │ ├── UIView+WebCacheOperation.h │ │ │ │ │ │ └── UIView+WebCacheOperation.m │ │ │ │ │ └── Private │ │ │ │ │ │ ├── NSBezierPath+SDRoundedCorners.h │ │ │ │ │ │ ├── NSBezierPath+SDRoundedCorners.m │ │ │ │ │ │ ├── SDAssociatedObject.h │ │ │ │ │ │ ├── SDAssociatedObject.m │ │ │ │ │ │ ├── SDAsyncBlockOperation.h │ │ │ │ │ │ ├── SDAsyncBlockOperation.m │ │ │ │ │ │ ├── SDDeviceHelper.h │ │ │ │ │ │ ├── SDDeviceHelper.m │ │ │ │ │ │ ├── SDDisplayLink.h │ │ │ │ │ │ ├── SDDisplayLink.m │ │ │ │ │ │ ├── SDFileAttributeHelper.h │ │ │ │ │ │ ├── SDFileAttributeHelper.m │ │ │ │ │ │ ├── SDImageAssetManager.h │ │ │ │ │ │ ├── SDImageAssetManager.m │ │ │ │ │ │ ├── SDImageCachesManagerOperation.h │ │ │ │ │ │ ├── SDImageCachesManagerOperation.m │ │ │ │ │ │ ├── SDImageHEICCoderInternal.h │ │ │ │ │ │ ├── SDImageIOAnimatedCoderInternal.h │ │ │ │ │ │ ├── SDInternalMacros.h │ │ │ │ │ │ ├── SDInternalMacros.m │ │ │ │ │ │ ├── SDWeakProxy.h │ │ │ │ │ │ ├── SDWeakProxy.m │ │ │ │ │ │ ├── SDWebImageTransitionInternal.h │ │ │ │ │ │ ├── SDmetamacros.h │ │ │ │ │ │ ├── UIColor+SDHexString.h │ │ │ │ │ │ └── UIColor+SDHexString.m │ │ │ │ └── WebImage │ │ │ │ │ └── SDWebImage.h │ │ │ └── ZFPlayer │ │ │ │ ├── ASValuePopUpView.h │ │ │ │ ├── ASValuePopUpView.m │ │ │ │ ├── ASValueTrackingSlider.h │ │ │ │ ├── ASValueTrackingSlider.m │ │ │ │ ├── Category │ │ │ │ ├── AVPlayer+MyAvPlayerCate.h │ │ │ │ ├── AVPlayer+MyAvPlayerCate.m │ │ │ │ ├── AVPlayerItem+MyAvPlayerItemCate.h │ │ │ │ ├── AVPlayerItem+MyAvPlayerItemCate.m │ │ │ │ ├── NSDate+Helper.h │ │ │ │ ├── NSDate+Helper.m │ │ │ │ ├── UINavigationController+ZFPlayerRotation.h │ │ │ │ ├── UINavigationController+ZFPlayerRotation.m │ │ │ │ ├── UITabBarController+ZFPlayerRotation.h │ │ │ │ ├── UITabBarController+ZFPlayerRotation.m │ │ │ │ ├── UIView+CommonFunction.h │ │ │ │ ├── UIView+CommonFunction.m │ │ │ │ ├── UIView+CustomControlView.h │ │ │ │ ├── UIView+CustomControlView.m │ │ │ │ ├── UIViewController+ZFPlayerRotation.h │ │ │ │ └── UIViewController+ZFPlayerRotation.m │ │ │ │ ├── DDVideoPlayerManager.h │ │ │ │ ├── DDVideoPlayerManager.m │ │ │ │ ├── MMMaterialDesignSpinner.h │ │ │ │ ├── MMMaterialDesignSpinner.m │ │ │ │ ├── ZFBrightnessView.h │ │ │ │ ├── ZFBrightnessView.m │ │ │ │ ├── ZFDouYinPlayerControlView.h │ │ │ │ ├── ZFDouYinPlayerControlView.m │ │ │ │ ├── ZFPlayer.bundle │ │ │ │ ├── ZFPlayer_back_full@2x.png │ │ │ │ ├── ZFPlayer_back_full@3x.png │ │ │ │ ├── ZFPlayer_bottom_shadow.png │ │ │ │ ├── ZFPlayer_brightness@2x.png │ │ │ │ ├── ZFPlayer_close.png │ │ │ │ ├── ZFPlayer_close@2x.png │ │ │ │ ├── ZFPlayer_close@3x.png │ │ │ │ ├── ZFPlayer_download@2x.png │ │ │ │ ├── ZFPlayer_download@3x.png │ │ │ │ ├── ZFPlayer_fast_backward@2x.png │ │ │ │ ├── ZFPlayer_fast_backward@3x.png │ │ │ │ ├── ZFPlayer_fast_forward@2x.png │ │ │ │ ├── ZFPlayer_fast_forward@3x.png │ │ │ │ ├── ZFPlayer_fullscreen.png │ │ │ │ ├── ZFPlayer_fullscreen@2x.png │ │ │ │ ├── ZFPlayer_fullscreen@3x.png │ │ │ │ ├── ZFPlayer_loading_bgView.png │ │ │ │ ├── ZFPlayer_lock-nor@2x.png │ │ │ │ ├── ZFPlayer_lock-nor@3x.png │ │ │ │ ├── ZFPlayer_not_download@2x.png │ │ │ │ ├── ZFPlayer_not_download@3x.png │ │ │ │ ├── ZFPlayer_pause.png │ │ │ │ ├── ZFPlayer_pause@2x.png │ │ │ │ ├── ZFPlayer_pause@3x.png │ │ │ │ ├── ZFPlayer_play@2x.png │ │ │ │ ├── ZFPlayer_play@3x.png │ │ │ │ ├── ZFPlayer_play_btn@2x.png │ │ │ │ ├── ZFPlayer_repeat_video.png │ │ │ │ ├── ZFPlayer_repeat_video@2x.png │ │ │ │ ├── ZFPlayer_repeat_video@3x.png │ │ │ │ ├── ZFPlayer_shrinkscreen.png │ │ │ │ ├── ZFPlayer_shrinkscreen@2x.png │ │ │ │ ├── ZFPlayer_shrinkscreen@3x.png │ │ │ │ ├── ZFPlayer_slider.png │ │ │ │ ├── ZFPlayer_slider@2x.png │ │ │ │ ├── ZFPlayer_slider@3x.png │ │ │ │ ├── ZFPlayer_top_shadow.png │ │ │ │ ├── ZFPlayer_unlock-nor@2x.png │ │ │ │ └── ZFPlayer_unlock-nor@3x.png │ │ │ │ ├── ZFPlayer.h │ │ │ │ ├── ZFPlayerControlView.h │ │ │ │ ├── ZFPlayerControlView.m │ │ │ │ ├── ZFPlayerControlViewDelegate.h │ │ │ │ ├── ZFPlayerModel.h │ │ │ │ ├── ZFPlayerModel.m │ │ │ │ ├── ZFPlayerView.h │ │ │ │ ├── ZFPlayerView.m │ │ │ │ ├── global.h │ │ │ │ └── global.m │ │ └── VIew │ │ │ ├── CommentInputView.h │ │ │ ├── CommentInputView.m │ │ │ ├── CommentMessageCell.h │ │ │ ├── CommentMessageCell.m │ │ │ ├── CommentTextView.h │ │ │ ├── CommentTextView.m │ │ │ ├── CommentsPopView.h │ │ │ ├── CommentsPopView.m │ │ │ ├── FavoriteView.h │ │ │ ├── FavoriteView.m │ │ │ ├── SmallVideoCell.h │ │ │ ├── SmallVideoCell.m │ │ │ ├── SmallVideoPlayCell.h │ │ │ └── SmallVideoPlayCell.m │ ├── DouyinPanPush │ │ ├── DouyinTabBarController.h │ │ ├── DouyinTabBarController.m │ │ ├── HomePageViewController.h │ │ ├── HomePageViewController.m │ │ ├── PanPushSmallVideoPlayViewController.h │ │ └── PanPushSmallVideoPlayViewController.m │ ├── FDFullscreenPopGesture │ │ ├── UINavigationController+FDFullscreenPopGesture.h │ │ ├── UINavigationController+FDFullscreenPopGesture.m │ │ └── read.txt │ ├── Info.plist │ ├── MyCommentCell.h │ ├── MyCommentCell.m │ ├── MyCommentView.h │ ├── MyCommentView.m │ ├── MyTe.h │ ├── MyTe.m │ ├── NSNull+Safe.h │ ├── NSNull+Safe.m │ ├── PrefixHeader.pch │ ├── RootViewController.h │ ├── RootViewController.m │ ├── RootViewPageViewController.h │ ├── RootViewPageViewController.m │ ├── TTCVideoTransition │ │ ├── TransitionSmallVideoPlayViewController.h │ │ ├── TransitionSmallVideoPlayViewController.m │ │ ├── TransitionVideoListViewController.h │ │ └── TransitionVideoListViewController.m │ ├── Type1 │ │ ├── Base │ │ │ ├── BaseCollectionViewController.h │ │ │ ├── BaseCollectionViewController.m │ │ │ ├── BaseScrollViewController.h │ │ │ ├── BaseScrollViewController.m │ │ │ ├── BaseTableViewController.h │ │ │ ├── BaseTableViewController.m │ │ │ ├── BaseTableViewController2.h │ │ │ ├── BaseTableViewController2.m │ │ │ ├── BaseViewController.h │ │ │ ├── BaseViewController.m │ │ │ ├── BaseWebViewController.h │ │ │ ├── BaseWebViewController.m │ │ │ ├── MJRefresh │ │ │ │ ├── Base │ │ │ │ │ ├── MJRefreshAutoFooter.h │ │ │ │ │ ├── MJRefreshAutoFooter.m │ │ │ │ │ ├── MJRefreshBackFooter.h │ │ │ │ │ ├── MJRefreshBackFooter.m │ │ │ │ │ ├── MJRefreshComponent.h │ │ │ │ │ ├── MJRefreshComponent.m │ │ │ │ │ ├── MJRefreshFooter.h │ │ │ │ │ ├── MJRefreshFooter.m │ │ │ │ │ ├── MJRefreshHeader.h │ │ │ │ │ ├── MJRefreshHeader.m │ │ │ │ │ ├── MJRefreshTrailer.h │ │ │ │ │ └── MJRefreshTrailer.m │ │ │ │ ├── Custom │ │ │ │ │ ├── Footer │ │ │ │ │ │ ├── Auto │ │ │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ │ │ └── Back │ │ │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ │ │ ├── Header │ │ │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ │ │ └── MJRefreshStateHeader.m │ │ │ │ │ └── Trailer │ │ │ │ │ │ ├── MJRefreshNormalTrailer.h │ │ │ │ │ │ ├── MJRefreshNormalTrailer.m │ │ │ │ │ │ ├── MJRefreshStateTrailer.h │ │ │ │ │ │ └── MJRefreshStateTrailer.m │ │ │ │ ├── MJRefresh.bundle │ │ │ │ │ ├── arrow@2x.png │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ └── Localizable.strings │ │ │ │ │ ├── ko.lproj │ │ │ │ │ │ └── Localizable.strings │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ └── Localizable.strings │ │ │ │ │ ├── trail_arrow@2x.png │ │ │ │ │ ├── uk.lproj │ │ │ │ │ │ └── Localizable.strings │ │ │ │ │ ├── zh-Hans.lproj │ │ │ │ │ │ └── Localizable.strings │ │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── MJRefresh.h │ │ │ │ ├── MJRefreshConfig.h │ │ │ │ ├── MJRefreshConfig.m │ │ │ │ ├── MJRefreshConst.h │ │ │ │ ├── MJRefreshConst.m │ │ │ │ ├── NSBundle+MJRefresh.h │ │ │ │ ├── NSBundle+MJRefresh.m │ │ │ │ ├── UIScrollView+MJExtension.h │ │ │ │ ├── UIScrollView+MJExtension.m │ │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ │ ├── UIScrollView+MJRefresh.m │ │ │ │ ├── UIView+MJExtension.h │ │ │ │ └── UIView+MJExtension.m │ │ │ ├── MyTableViewCell.h │ │ │ ├── MyTableViewCell.m │ │ │ ├── UICollectionView+MyCol.h │ │ │ └── UICollectionView+MyCol.m │ │ ├── Type1ViewControllerFirst.h │ │ ├── Type1ViewControllerFirst.m │ │ ├── Type1ViewControllerSecond.h │ │ ├── Type1ViewControllerSecond.m │ │ ├── Type1ViewControllerThird.h │ │ └── Type1ViewControllerThird.m │ ├── Type2 │ │ ├── Type2ViewControllerFirst.h │ │ ├── Type2ViewControllerFirst.m │ │ ├── Type2ViewControllerSecond.h │ │ └── Type2ViewControllerSecond.m │ ├── Type3 │ │ ├── MyHeaderView.h │ │ ├── MyHeaderView.m │ │ ├── Type3ViewControllerFirst.h │ │ ├── Type3ViewControllerFirst.m │ │ ├── Type3ViewControllerSecond.h │ │ └── Type3ViewControllerSecond.m │ ├── Type4 │ │ ├── Type4ViewControllerFifth.h │ │ ├── Type4ViewControllerFifth.m │ │ ├── Type4ViewControllerFirst.h │ │ ├── Type4ViewControllerFirst.m │ │ ├── Type4ViewControllerFourth.h │ │ ├── Type4ViewControllerFourth.m │ │ ├── Type4ViewControllerSecond.h │ │ ├── Type4ViewControllerSecond.m │ │ ├── Type4ViewControllerThird.h │ │ ├── Type4ViewControllerThird.m │ │ └── ZJScrollPageView │ │ │ ├── UIView+ZJFrame.h │ │ │ ├── UIView+ZJFrame.m │ │ │ ├── UIViewController+ZJScrollPageController.h │ │ │ ├── UIViewController+ZJScrollPageController.m │ │ │ ├── ZJCollectionView.h │ │ │ ├── ZJCollectionView.m │ │ │ ├── ZJContentView.h │ │ │ ├── ZJContentView.m │ │ │ ├── ZJPageTableViewController.h │ │ │ ├── ZJPageTableViewController.m │ │ │ ├── ZJPageViewController.h │ │ │ ├── ZJPageViewController.m │ │ │ ├── ZJScrollPageView.h │ │ │ ├── ZJScrollPageView.m │ │ │ ├── ZJScrollPageViewDelegate.h │ │ │ ├── ZJScrollSegmentView.h │ │ │ ├── ZJScrollSegmentView.m │ │ │ ├── ZJSegmentStyle.h │ │ │ ├── ZJSegmentStyle.m │ │ │ ├── ZJTitleView.h │ │ │ └── ZJTitleView.m │ ├── Type5 │ │ ├── MyModel.h │ │ ├── MyModel.m │ │ ├── Type5ViewControllerFirst.h │ │ └── Type5ViewControllerFirst.m │ ├── Type6 │ │ ├── Type6ViewControllerFirst.h │ │ ├── Type6ViewControllerFirst.m │ │ └── View │ │ │ ├── ContentListVBackView.h │ │ │ ├── ContentListVBackView.m │ │ │ ├── ListViewController.h │ │ │ ├── ListViewController.m │ │ │ ├── PlayToolBackView.h │ │ │ ├── PlayToolBackView.m │ │ │ ├── TopBackContentView.h │ │ │ ├── TopBackContentView.m │ │ │ ├── UIScrollView+Interaction.h │ │ │ ├── UIScrollView+Interaction.m │ │ │ ├── ZFSliderView.h │ │ │ └── ZFSliderView.m │ ├── ViewController.h │ ├── ViewController.m │ ├── WidgetSwift │ │ ├── Clock │ │ │ └── Clock.swift │ │ ├── DouYinCComment-Bridging-Header.h │ │ ├── Fan │ │ │ └── Fan.swift │ │ ├── GifVideoPlay │ │ │ ├── GifVideoPlay.swift │ │ │ ├── baby.gif │ │ │ └── dog.gif │ │ ├── ScrolPick │ │ │ └── ScrolPick.swift │ │ ├── Shake │ │ │ └── Shake.swift │ │ ├── SwingAnimation File │ │ │ ├── ClockHandRotationKit.swift │ │ │ ├── ClockHandRotationKit.xcframework │ │ │ │ ├── Info.plist │ │ │ │ ├── ios-arm64 │ │ │ │ │ └── ClockHandRotationKit.framework │ │ │ │ │ │ ├── ClockHandRotationKit │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ └── ClockHandRotationKit-Swift.h │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── Modules │ │ │ │ │ │ ├── ClockHandRotationKit.swiftmodule │ │ │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ │ │ ├── arm64.swiftdoc │ │ │ │ │ │ └── arm64.swiftinterface │ │ │ │ │ │ └── module.modulemap │ │ │ │ └── ios-arm64_x86_64-simulator │ │ │ │ │ └── ClockHandRotationKit.framework │ │ │ │ │ ├── ClockHandRotationKit │ │ │ │ │ ├── Headers │ │ │ │ │ └── ClockHandRotationKit-Swift.h │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Modules │ │ │ │ │ ├── ClockHandRotationKit.swiftmodule │ │ │ │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ │ │ │ ├── arm64.swiftdoc │ │ │ │ │ │ ├── arm64.swiftinterface │ │ │ │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ └── x86_64.swiftinterface │ │ │ │ │ └── module.modulemap │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ ├── Direction.swift │ │ │ ├── SwingAnimationModifier.swift │ │ │ └── View+Extension.swift │ │ ├── WidgetFrameAniView │ │ │ ├── 01.png │ │ │ ├── 010.png │ │ │ ├── 02.png │ │ │ ├── 03.png │ │ │ ├── 04.png │ │ │ ├── 05.png │ │ │ ├── 06.png │ │ │ ├── 07.png │ │ │ ├── 08.png │ │ │ ├── 09.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── TreeNewBee10.ttf │ │ │ ├── TreeNewBee12.ttf │ │ │ ├── TreeNewBee15.ttf │ │ │ ├── TreeNewBee2.ttf │ │ │ ├── TreeNewBee20.ttf │ │ │ ├── TreeNewBee24.ttf │ │ │ ├── TreeNewBee3.ttf │ │ │ ├── TreeNewBee30.ttf │ │ │ ├── TreeNewBee4.ttf │ │ │ ├── TreeNewBee5.ttf │ │ │ ├── TreeNewBee6.ttf │ │ │ ├── TreeNewBee60.ttf │ │ │ ├── TreeNewBee8.ttf │ │ │ ├── WidgetFrameAniView.swift │ │ │ └── spaceman_astronaut.otf │ │ ├── WidgetSwiftView.swift │ │ ├── WidgetSwiftViewController.h │ │ └── WidgetSwiftViewController.m │ ├── main.m │ └── readme.h ├── RecommendWidget │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── HotRing.imageset │ │ │ ├── Contents.json │ │ │ └── HotRing@3x.png │ │ ├── MyDown.imageset │ │ │ ├── Contents.json │ │ │ └── MyDown@3x.png │ │ ├── Mycollect.imageset │ │ │ ├── Contents.json │ │ │ └── Mycollect@3x.png │ │ ├── PlayHis.imageset │ │ │ ├── Contents.json │ │ │ └── PlayHis@3x.png │ │ ├── Widget │ │ │ ├── Clock_S_Dilate_Back.imageset │ │ │ │ ├── Clock_S_Dilate_Back@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Clock_S_Dilate_Eyes.imageset │ │ │ │ ├── Clock_S_Dilate_Eyes@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Clock_S_Dilate_Hour.imageset │ │ │ │ ├── Clock_S_Dilate_Hour@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Clock_S_Dilate_Min.imageset │ │ │ │ ├── Clock_S_Dilate_Min@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Clock_S_Dilate_Sec.imageset │ │ │ │ ├── Clock_S_Dilate_Sec@3x.png │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Fan_S_NingMeng_lamina.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Fan_S_NingMeng_lamina@3x.png │ │ │ ├── Fan_S_NingMeng_shell.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Fan_S_NingMeng_shell@3x.png │ │ │ ├── ScrolPicDef0.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef0.png │ │ │ ├── ScrolPicDef1.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef1.png │ │ │ ├── ScrolPicDef2.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef2.png │ │ │ ├── ScrolPicDef3.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef3.png │ │ │ ├── ScrolPicDef4.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef4.png │ │ │ ├── ScrolPicDef5.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef5.png │ │ │ ├── ScrolPicDef6.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef6.png │ │ │ ├── ScrolPicDef7.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef7.png │ │ │ ├── ScrolPicDef8.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef8.png │ │ │ ├── ScrolPicDef9.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPicDef9.png │ │ │ ├── ScrolPic_M_Back.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPic_M_Back@3x.png │ │ │ ├── ScrolPic_S_Back.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ScrolPic_S_Back@3x.png │ │ │ ├── shake.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── shake@3x.png │ │ │ └── shakeMan.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── shakeMan@3x.png │ │ ├── WidgetBackground.colorset │ │ │ └── Contents.json │ │ ├── hotRingBacImg.imageset │ │ │ ├── Contents.json │ │ │ └── hotRingBacImg@3x.png │ │ ├── icon.imageset │ │ │ ├── Contents.json │ │ │ └── icon@3x.png │ │ └── yiqiting.imageset │ │ │ ├── Contents.json │ │ │ └── yiqiting@3x.png │ ├── ClockWidget │ │ ├── ClockWidget+Entry.swift │ │ ├── ClockWidget+EntryView.swift │ │ ├── ClockWidget+Provider.swift │ │ └── ClockWidget.swift │ ├── DDWidgetBundle.swift │ ├── DDWidgetCommon.swift │ ├── FanWidget │ │ ├── FanWidget+Entry.swift │ │ ├── FanWidget+EntryView.swift │ │ ├── FanWidget+Provider.swift │ │ └── FanWidget.swift │ ├── GifVideoPlayWidget │ │ ├── GifVideoPlayWidget+Entry.swift │ │ ├── GifVideoPlayWidget+EntryView.swift │ │ ├── GifVideoPlayWidget+Provider.swift │ │ └── GifVideoPlayWidget.swift │ ├── Info.plist │ ├── RecommendWidget │ │ ├── RTDDDataModel.swift │ │ ├── RecommendWidget.intentdefinition │ │ ├── RecommendWidget.swift │ │ └── RecommendWidgetView.swift │ ├── RecommendWidgetExtension-Bridging-Header.h │ ├── ScrolPicWidget │ │ ├── ScrolPicWidget+Entry.swift │ │ ├── ScrolPicWidget+EntryView.swift │ │ ├── ScrolPicWidget+Provider.swift │ │ └── ScrolPicWidget.swift │ ├── ShakeWidget │ │ ├── ShakeWidget+Entry.swift │ │ ├── ShakeWidget+EntryView.swift │ │ ├── ShakeWidget+Provider.swift │ │ └── ShakeWidget.swift │ └── WidgetFrameAniView │ │ ├── FrameAniWidget+Entry.swift │ │ ├── FrameAniWidget+EntryView.swift │ │ ├── FrameAniWidget+Provider.swift │ │ └── FrameAniWidget.swift ├── TTCTool │ ├── CommentMethod │ │ └── TCCommentsPopView │ │ │ ├── TCCommentsPopView.h │ │ │ └── TCCommentsPopView.m │ ├── TTCCom.h │ ├── TTCPanPushTransition │ │ ├── TTCPanPushAniTrans.h │ │ ├── TTCPanPushAniTrans.m │ │ ├── TTCPanPushTransitionDelegate.h │ │ ├── TTCPanPushTransitionDelegate.m │ │ ├── UIViewController+TTCPanPush.h │ │ └── UIViewController+TTCPanPush.m │ ├── TTCTransition │ │ ├── TTCSmallVideoDismissOrPopAniTrans.h │ │ ├── TTCSmallVideoDismissOrPopAniTrans.m │ │ ├── TTCSmallVideoPresentOrPushAniTrans.h │ │ ├── TTCSmallVideoPresentOrPushAniTrans.m │ │ ├── TTCTransitionDelegate.h │ │ ├── TTCTransitionDelegate.m │ │ ├── UIViewController+TTCTransitionAnimator.h │ │ └── UIViewController+TTCTransitionAnimator.m │ ├── UploadToGarageBand │ │ ├── AppConfigure.h │ │ ├── AppConfigure.m │ │ ├── BandResource │ │ │ └── bandfolder.band │ │ │ │ ├── Contents │ │ │ │ └── PkgInfo │ │ │ │ ├── Media │ │ │ │ └── kong.txt │ │ │ │ ├── Output │ │ │ │ ├── assetsmetadata.plist │ │ │ │ ├── metadata.plist │ │ │ │ ├── output.plist │ │ │ │ └── output.xyz │ │ │ │ └── projectData │ │ ├── GarageBandViewController.h │ │ ├── GarageBandViewController.m │ │ ├── Resource │ │ │ ├── readme.h │ │ │ └── 牡丹亭外.m4a │ │ └── libmp3 │ │ │ ├── ExtAudioConverter.h │ │ │ ├── ExtAudioConverter.m │ │ │ ├── lame.h │ │ │ └── libmp3lame.a │ └── ViewPage │ │ ├── TCViewPage(你只需要以下两个类即可实现分页和嵌套滚动) │ │ ├── TCNestScrollPageView │ │ │ ├── TCNestScrollPageView.h │ │ │ └── TCNestScrollPageView.m │ │ └── TCViewPager │ │ │ ├── TCViewPager.h │ │ │ └── TCViewPager.m │ │ ├── TagChannelManager(标签管理) │ │ ├── TAGChannelParam.h │ │ ├── TAGChannelParam.m │ │ ├── TOGradientView.h │ │ ├── TOGradientView.m │ │ ├── TagBtn.h │ │ ├── TagBtn.m │ │ ├── TagChannelView.h │ │ ├── TagChannelView.m │ │ ├── TagModel.h │ │ ├── TagModel.m │ │ ├── UIButton+CommonFunction.h │ │ ├── UIButton+CommonFunction.m │ │ ├── UIView+CommonFunction.h │ │ └── UIView+CommonFunction.m │ │ ├── UIView+EasyFrame.h │ │ └── UIView+EasyFrame.m └── WidgetIntentHandler │ ├── Info.plist │ ├── IntentHandler.swift │ └── WidgetIntentHandler-Bridging-Header.h ├── LICENSE ├── README.md ├── README_EN.md └── TTCTool.podspec /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/.gitignore -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment.xcodeproj/xcshareddata/xcschemes/DouYinCComment.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment.xcodeproj/xcshareddata/xcschemes/DouYinCComment.xcscheme -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment.xcodeproj/xcshareddata/xcschemes/WidgetIntentHandler.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment.xcodeproj/xcshareddata/xcschemes/WidgetIntentHandler.xcscheme -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/AppDelegate.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/AppDelegate.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-20@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-20@2x-1.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-29.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-29@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-29@2x-1.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-40@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-40@2x-1.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-57.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-57@2x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/LivePhoto.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/LivePhoto.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/LivePhoto.imageset/LivePhoto@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/LivePhoto.imageset/LivePhoto@3x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/NewRingtonePlayVC/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/NewRingtonePlayVC/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/SmallVideoComment.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/SmallVideoComment.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/SmallVideoConcern.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/SmallVideoConcern.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/SmallVideoConcern_White.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/SmallVideoConcern_White.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/TagManager/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/TagManager/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/TagManager/TAG_Mger_Add.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/TagManager/TAG_Mger_Add.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef0.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef0.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef0.imageset/ScrolPicDef0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef0.imageset/ScrolPicDef0.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef1.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef1.imageset/ScrolPicDef1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef1.imageset/ScrolPicDef1.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef2.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef2.imageset/ScrolPicDef2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef2.imageset/ScrolPicDef2.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef3.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef3.imageset/ScrolPicDef3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef3.imageset/ScrolPicDef3.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef4.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef4.imageset/ScrolPicDef4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef4.imageset/ScrolPicDef4.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef5.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef5.imageset/ScrolPicDef5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef5.imageset/ScrolPicDef5.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef6.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef6.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef6.imageset/ScrolPicDef6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef6.imageset/ScrolPicDef6.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef7.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef7.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef7.imageset/ScrolPicDef7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef7.imageset/ScrolPicDef7.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef8.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef8.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef8.imageset/ScrolPicDef8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef8.imageset/ScrolPicDef8.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef9.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef9.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef9.imageset/ScrolPicDef9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPicDef9.imageset/ScrolPicDef9.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPic_M_Back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPic_M_Back.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPic_S_Back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/ScrolPic_S_Back.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/shake.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/shake.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/shake.imageset/shake@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/shake.imageset/shake@3x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/shakeMan.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/shakeMan.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/Widget/shakeMan.imageset/shakeMan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/Widget/shakeMan.imageset/shakeMan@3x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/back.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/back.imageset/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/back.imageset/back.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/button_back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/button_back.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/button_back.imageset/button_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/button_back.imageset/button_back@2x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/headerImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/headerImage.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/smallVideo_home_share.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/smallVideo_home_share.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/smallVideo_play_pause.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/smallVideo_play_pause.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/videoRing.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/videoRing.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/videoRing.imageset/videoRing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/videoRing.imageset/videoRing@2x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Assets.xcassets/videoRing.imageset/videoRing@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Assets.xcassets/videoRing.imageset/videoRing@3x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Controllers/SmallVideoListViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Controllers/SmallVideoListViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Controllers/SmallVideoListViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Controllers/SmallVideoListViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Controllers/SmallVideoPlayViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Controllers/SmallVideoPlayViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Controllers/SmallVideoPlayViewController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Controllers/SmallVideoPlayViewController.mm -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Model/CommentModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Model/CommentModel.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Model/CommentModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Model/CommentModel.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Model/SmallVideoModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Model/SmallVideoModel.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Model/SmallVideoModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Model/SmallVideoModel.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Other/DDAnimationLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Other/DDAnimationLayout.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Other/DDAnimationLayout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Other/DDAnimationLayout.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQKeyboardManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQKeyboardManager.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQKeyboardManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQKeyboardManager.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQTextView/IQTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQTextView/IQTextView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQTextView/IQTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQTextView/IQTextView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQToolbar/IQToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQToolbar/IQToolbar.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQToolbar/IQToolbar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/IQKeyboardManager/IQToolbar/IQToolbar.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/Classes/KTVHCCommon/KTVHCLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/Classes/KTVHCCommon/KTVHCLog.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/Classes/KTVHCCommon/KTVHCLog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/Classes/KTVHCCommon/KTVHCLog.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPLogging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPLogging.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPLogging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPLogging.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPMessage.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPMessage.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPResponse.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPServer.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPServer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/HTTPServer.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/WebSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/WebSocket.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/WebSocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/CocoaHTTPServer/WebSocket.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/KTVHTTPCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/KTVHTTPCache.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/KTVHTTPCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/KTVHTTPCache/KTVHTTPCache.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASCompositeConstraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASCompositeConstraint.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraint.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraintMaker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASConstraintMaker.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASLayoutConstraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASLayoutConstraint.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASViewAttribute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASViewAttribute.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASViewConstraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/MASViewConstraint.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/Masonry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/Masonry.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/NSArray+MASAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/NSArray+MASAdditions.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/View+MASAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/View+MASAdditions.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/ViewController+MASAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/Masonry/ViewController+MASAdditions.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSArray+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSArray+RACSequenceAdditions.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSArray+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSArray+RACSequenceAdditions.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSControl+RACCommandSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSControl+RACCommandSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSControl+RACCommandSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSControl+RACCommandSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSData+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSData+RACSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSData+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSData+RACSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSFileHandle+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSFileHandle+RACSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSFileHandle+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSFileHandle+RACSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSInvocation+RACTypeParsing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSInvocation+RACTypeParsing.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSInvocation+RACTypeParsing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSInvocation+RACTypeParsing.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACAppKitBindings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACAppKitBindings.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACAppKitBindings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACAppKitBindings.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACDeallocating.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACDeallocating.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACDeallocating.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACDeallocating.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACDescription.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACDescription.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACDescription.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACKVOWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACKVOWrapper.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACKVOWrapper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACKVOWrapper.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACLifting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACLifting.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACLifting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACLifting.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACSelectorSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACSelectorSignal.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACSelectorSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSObject+RACSelectorSignal.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSSet+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSSet+RACSequenceAdditions.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSString+RACKeyPathUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSString+RACKeyPathUtilities.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSString+RACKeyPathUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSString+RACKeyPathUtilities.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSString+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSString+RACSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSString+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSString+RACSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSText+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSText+RACSignalSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSText+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSText+RACSignalSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSURLConnection+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSURLConnection+RACSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSURLConnection+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSURLConnection+RACSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSUserDefaults+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSUserDefaults+RACSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSUserDefaults+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/NSUserDefaults+RACSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACAnnotations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACAnnotations.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACArraySequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACArraySequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACArraySequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACArraySequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACBehaviorSubject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACBehaviorSubject.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACBehaviorSubject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACBehaviorSubject.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACBlockTrampoline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACBlockTrampoline.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACBlockTrampoline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACBlockTrampoline.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACChannel.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACChannel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACChannel.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACCommand.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACCommand.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACCompoundDisposable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACCompoundDisposable.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACCompoundDisposable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACCompoundDisposable.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDelegateProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDelegateProxy.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDelegateProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDelegateProxy.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDisposable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDisposable.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDisposable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDisposable.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDynamicSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDynamicSequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDynamicSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDynamicSequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDynamicSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDynamicSignal.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDynamicSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACDynamicSignal.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEagerSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEagerSequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEagerSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEagerSequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEmptySequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEmptySequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEmptySequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEmptySequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEmptySignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEmptySignal.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEmptySignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEmptySignal.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACErrorSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACErrorSignal.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACErrorSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACErrorSignal.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEvent.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEvent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACEvent.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACGroupedSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACGroupedSignal.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACGroupedSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACGroupedSignal.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACImmediateScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACImmediateScheduler.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACImmediateScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACImmediateScheduler.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACIndexSetSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACIndexSetSequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACIndexSetSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACIndexSetSequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOChannel.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOChannel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOChannel.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOProxy.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOProxy.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOTrampoline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOTrampoline.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOTrampoline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACKVOTrampoline.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACMulticastConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACMulticastConnection.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACMulticastConnection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACMulticastConnection.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACPassthroughSubscriber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACPassthroughSubscriber.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACPassthroughSubscriber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACPassthroughSubscriber.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACQueueScheduler+Subclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACQueueScheduler+Subclass.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACQueueScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACQueueScheduler.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACQueueScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACQueueScheduler.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACReplaySubject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACReplaySubject.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACReplaySubject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACReplaySubject.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACReturnSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACReturnSignal.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACReturnSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACReturnSignal.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScheduler+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScheduler+Private.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScheduler+Subclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScheduler+Subclass.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScheduler.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScheduler.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScopedDisposable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScopedDisposable.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScopedDisposable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACScopedDisposable.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSerialDisposable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSerialDisposable.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSerialDisposable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSerialDisposable.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignal+Operations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignal+Operations.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignal+Operations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignal+Operations.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignal.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignal.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignalProvider.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignalProvider.d -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignalSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignalSequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignalSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSignalSequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStream+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStream+Private.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStream.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStream.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStringSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStringSequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStringSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACStringSequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubject.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubject.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriber+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriber+Private.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriber.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriber.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriptionScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriptionScheduler.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriptionScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACSubscriptionScheduler.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTargetQueueScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTargetQueueScheduler.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTargetQueueScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTargetQueueScheduler.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTestScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTestScheduler.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTestScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTestScheduler.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTuple.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTuple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTuple.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTupleSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTupleSequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTupleSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACTupleSequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACUnarySequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACUnarySequence.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACUnarySequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACUnarySequence.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACUnit.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACUnit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACUnit.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACValueTransformer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACValueTransformer.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACValueTransformer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/RACValueTransformer.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/ReactiveObjC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/ReactiveObjC.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIAlertView+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIAlertView+RACSignalSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIAlertView+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIAlertView+RACSignalSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIButton+RACCommandSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIButton+RACCommandSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIButton+RACCommandSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIButton+RACCommandSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIControl+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIControl+RACSignalSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIControl+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIControl+RACSignalSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UISlider+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UISlider+RACSignalSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UISlider+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UISlider+RACSignalSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIStepper+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIStepper+RACSignalSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIStepper+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UIStepper+RACSignalSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UISwitch+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UISwitch+RACSignalSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UISwitch+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UISwitch+RACSignalSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UITextField+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UITextField+RACSignalSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UITextField+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UITextField+RACSignalSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UITextView+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UITextView+RACSignalSupport.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UITextView+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/UITextView+RACSignalSupport.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/EXTKeyPathCoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/EXTKeyPathCoding.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/EXTRuntimeExtensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/EXTRuntimeExtensions.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/EXTRuntimeExtensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/EXTRuntimeExtensions.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/EXTScope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/EXTScope.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/metamacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ReactiveObjC/extobjc/metamacros.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/LICENSE -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/README.md -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDDiskCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDDiskCache.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDDiskCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDDiskCache.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageCache.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageCache.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageCoder.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageCoder.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageFrame.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageFrame.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageIOCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageIOCoder.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageIOCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageIOCoder.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageLoader.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageLoader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDImageLoader.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDMemoryCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDMemoryCache.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDMemoryCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/SDMemoryCache.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/UIImage+GIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/UIImage+GIF.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/UIImage+GIF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Core/UIImage+GIF.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Private/SDWeakProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Private/SDWeakProxy.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Private/SDWeakProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/SDWebImage/Private/SDWeakProxy.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/WebImage/SDWebImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/SDWebImage/WebImage/SDWebImage.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ASValuePopUpView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ASValuePopUpView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ASValuePopUpView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ASValuePopUpView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ASValueTrackingSlider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ASValueTrackingSlider.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ASValueTrackingSlider.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ASValueTrackingSlider.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/AVPlayer+MyAvPlayerCate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/AVPlayer+MyAvPlayerCate.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/AVPlayer+MyAvPlayerCate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/AVPlayer+MyAvPlayerCate.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/NSDate+Helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/NSDate+Helper.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/NSDate+Helper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/NSDate+Helper.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/UIView+CommonFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/UIView+CommonFunction.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/UIView+CommonFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/Category/UIView+CommonFunction.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/DDVideoPlayerManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/DDVideoPlayerManager.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/DDVideoPlayerManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/DDVideoPlayerManager.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/MMMaterialDesignSpinner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/MMMaterialDesignSpinner.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/MMMaterialDesignSpinner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/MMMaterialDesignSpinner.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFBrightnessView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFBrightnessView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFBrightnessView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFBrightnessView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFDouYinPlayerControlView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFDouYinPlayerControlView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFDouYinPlayerControlView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFDouYinPlayerControlView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayer.bundle/ZFPlayer_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayer.bundle/ZFPlayer_close.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayer.bundle/ZFPlayer_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayer.bundle/ZFPlayer_pause.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayer.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerControlView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerControlView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerControlView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerControlView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerControlViewDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerControlViewDelegate.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerModel.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerModel.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/ZFPlayerView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/global.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/global.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/Third/ZFPlayer/global.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentInputView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentInputView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentInputView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentInputView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentMessageCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentMessageCell.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentMessageCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentMessageCell.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentTextView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentTextView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentsPopView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentsPopView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentsPopView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/CommentsPopView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/FavoriteView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/FavoriteView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/FavoriteView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/FavoriteView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/SmallVideoCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/SmallVideoCell.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/SmallVideoCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/SmallVideoCell.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/SmallVideoPlayCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/SmallVideoPlayCell.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouYinPlay/VIew/SmallVideoPlayCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouYinPlay/VIew/SmallVideoPlayCell.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouyinPanPush/DouyinTabBarController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouyinPanPush/DouyinTabBarController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouyinPanPush/DouyinTabBarController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouyinPanPush/DouyinTabBarController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouyinPanPush/HomePageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouyinPanPush/HomePageViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouyinPanPush/HomePageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouyinPanPush/HomePageViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouyinPanPush/PanPushSmallVideoPlayViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouyinPanPush/PanPushSmallVideoPlayViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/DouyinPanPush/PanPushSmallVideoPlayViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/DouyinPanPush/PanPushSmallVideoPlayViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/FDFullscreenPopGesture/read.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/FDFullscreenPopGesture/read.txt -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Info.plist -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/MyCommentCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/MyCommentCell.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/MyCommentCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/MyCommentCell.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/MyCommentView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/MyCommentView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/MyCommentView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/MyCommentView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/MyTe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/MyTe.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/MyTe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/MyTe.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/NSNull+Safe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/NSNull+Safe.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/NSNull+Safe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/NSNull+Safe.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/PrefixHeader.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/PrefixHeader.pch -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/RootViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/RootViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/RootViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/RootViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/RootViewPageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/RootViewPageViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/RootViewPageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/RootViewPageViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/TTCVideoTransition/TransitionSmallVideoPlayViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/TTCVideoTransition/TransitionSmallVideoPlayViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/TTCVideoTransition/TransitionSmallVideoPlayViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/TTCVideoTransition/TransitionSmallVideoPlayViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/TTCVideoTransition/TransitionVideoListViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/TTCVideoTransition/TransitionVideoListViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/TTCVideoTransition/TransitionVideoListViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/TTCVideoTransition/TransitionVideoListViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseCollectionViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseCollectionViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseCollectionViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseCollectionViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseScrollViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseScrollViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseScrollViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseScrollViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseTableViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseTableViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseTableViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseTableViewController2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseTableViewController2.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseTableViewController2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseTableViewController2.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseWebViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseWebViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/BaseWebViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/BaseWebViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshAutoFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshAutoFooter.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshBackFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshBackFooter.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshComponent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshComponent.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshFooter.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshHeader.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshTrailer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshTrailer.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshTrailer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Base/MJRefreshTrailer.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshGifHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshGifHeader.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshNormalHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshNormalHeader.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshStateHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Header/MJRefreshStateHeader.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefresh.bundle/trail_arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefresh.bundle/trail_arrow@2x.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefreshConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefreshConfig.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefreshConfig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefreshConfig.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefreshConst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/MJRefreshConst.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/NSBundle+MJRefresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/NSBundle+MJRefresh.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIScrollView+MJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIScrollView+MJExtension.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIScrollView+MJRefresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIScrollView+MJRefresh.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIView+MJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MJRefresh/UIView+MJExtension.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MyTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MyTableViewCell.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/MyTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/MyTableViewCell.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/UICollectionView+MyCol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/UICollectionView+MyCol.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Base/UICollectionView+MyCol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Base/UICollectionView+MyCol.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Type1ViewControllerFirst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Type1ViewControllerFirst.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Type1ViewControllerFirst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Type1ViewControllerFirst.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Type1ViewControllerSecond.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Type1ViewControllerSecond.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Type1ViewControllerSecond.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Type1ViewControllerSecond.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Type1ViewControllerThird.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Type1ViewControllerThird.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type1/Type1ViewControllerThird.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type1/Type1ViewControllerThird.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type2/Type2ViewControllerFirst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type2/Type2ViewControllerFirst.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type2/Type2ViewControllerFirst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type2/Type2ViewControllerFirst.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type2/Type2ViewControllerSecond.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type2/Type2ViewControllerSecond.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type2/Type2ViewControllerSecond.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type2/Type2ViewControllerSecond.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type3/MyHeaderView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type3/MyHeaderView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type3/MyHeaderView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type3/MyHeaderView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type3/Type3ViewControllerFirst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type3/Type3ViewControllerFirst.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type3/Type3ViewControllerFirst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type3/Type3ViewControllerFirst.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type3/Type3ViewControllerSecond.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type3/Type3ViewControllerSecond.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type3/Type3ViewControllerSecond.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type3/Type3ViewControllerSecond.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFifth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFifth.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFifth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFifth.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFirst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFirst.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFirst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFirst.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFourth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFourth.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFourth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerFourth.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerSecond.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerSecond.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerSecond.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerSecond.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerThird.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerThird.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/Type4ViewControllerThird.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/Type4ViewControllerThird.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/UIView+ZJFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/UIView+ZJFrame.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/UIView+ZJFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/UIView+ZJFrame.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJCollectionView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJCollectionView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJCollectionView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJCollectionView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJContentView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJContentView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJContentView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJContentView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJPageTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJPageTableViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJPageTableViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJPageTableViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJPageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJPageViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJPageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJPageViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollPageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollPageView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollPageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollPageView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollPageViewDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollPageViewDelegate.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollSegmentView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollSegmentView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollSegmentView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJScrollSegmentView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJSegmentStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJSegmentStyle.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJSegmentStyle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJSegmentStyle.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJTitleView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJTitleView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJTitleView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type4/ZJScrollPageView/ZJTitleView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type5/MyModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type5/MyModel.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type5/MyModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type5/MyModel.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type5/Type5ViewControllerFirst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type5/Type5ViewControllerFirst.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type5/Type5ViewControllerFirst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type5/Type5ViewControllerFirst.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/Type6ViewControllerFirst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/Type6ViewControllerFirst.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/Type6ViewControllerFirst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/Type6ViewControllerFirst.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/ContentListVBackView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/ContentListVBackView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/ContentListVBackView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/ContentListVBackView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/ListViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/ListViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/ListViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/ListViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/PlayToolBackView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/PlayToolBackView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/PlayToolBackView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/PlayToolBackView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/TopBackContentView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/TopBackContentView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/TopBackContentView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/TopBackContentView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/UIScrollView+Interaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/UIScrollView+Interaction.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/UIScrollView+Interaction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/UIScrollView+Interaction.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/ZFSliderView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/ZFSliderView.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/Type6/View/ZFSliderView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/Type6/View/ZFSliderView.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/ViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/ViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/Clock/Clock.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/Clock/Clock.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/DouYinCComment-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/DouYinCComment-Bridging-Header.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/Fan/Fan.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/Fan/Fan.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/GifVideoPlay/GifVideoPlay.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/GifVideoPlay/GifVideoPlay.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/GifVideoPlay/baby.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/GifVideoPlay/baby.gif -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/GifVideoPlay/dog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/GifVideoPlay/dog.gif -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/ScrolPick/ScrolPick.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/ScrolPick/ScrolPick.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/Shake/Shake.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/Shake/Shake.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/SwingAnimation File/ClockHandRotationKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/SwingAnimation File/ClockHandRotationKit.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/SwingAnimation File/Direction.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/SwingAnimation File/Direction.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/SwingAnimation File/SwingAnimationModifier.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/SwingAnimation File/SwingAnimationModifier.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/SwingAnimation File/View+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/SwingAnimation File/View+Extension.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/01.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/010.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/02.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/03.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/04.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/05.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/06.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/07.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/08.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/09.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/1.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/2.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/3.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/4.png -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee10.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee10.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee12.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee12.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee15.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee15.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee2.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee20.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee20.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee24.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee24.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee3.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee30.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee30.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee4.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee5.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee6.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee6.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee60.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee60.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee8.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/TreeNewBee8.ttf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/WidgetFrameAniView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/WidgetFrameAniView.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/spaceman_astronaut.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetFrameAniView/spaceman_astronaut.otf -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetSwiftView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetSwiftView.swift -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetSwiftViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetSwiftViewController.h -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/WidgetSwift/WidgetSwiftViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/WidgetSwift/WidgetSwiftViewController.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/main.m -------------------------------------------------------------------------------- /DouYinCComment/DouYinCComment/readme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/DouYinCComment/readme.h -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/AccentColor.colorset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/HotRing.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/HotRing.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/HotRing.imageset/HotRing@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/HotRing.imageset/HotRing@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/MyDown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/MyDown.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/MyDown.imageset/MyDown@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/MyDown.imageset/MyDown@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Mycollect.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Mycollect.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Mycollect.imageset/Mycollect@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Mycollect.imageset/Mycollect@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/PlayHis.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/PlayHis.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/PlayHis.imageset/PlayHis@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/PlayHis.imageset/PlayHis@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef0.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef0.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef1.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef2.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef3.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef4.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef5.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef6.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef6.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef7.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef7.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef8.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef8.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef9.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/ScrolPicDef9.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/shake.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/shake.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/shake.imageset/shake@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/shake.imageset/shake@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/shakeMan.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/shakeMan.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/Widget/shakeMan.imageset/shakeMan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/Widget/shakeMan.imageset/shakeMan@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/WidgetBackground.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/WidgetBackground.colorset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/hotRingBacImg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/hotRingBacImg.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/hotRingBacImg.imageset/hotRingBacImg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/hotRingBacImg.imageset/hotRingBacImg@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/icon.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/icon.imageset/icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/icon.imageset/icon@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/yiqiting.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/yiqiting.imageset/Contents.json -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Assets.xcassets/yiqiting.imageset/yiqiting@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Assets.xcassets/yiqiting.imageset/yiqiting@3x.png -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ClockWidget/ClockWidget+Entry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ClockWidget/ClockWidget+Entry.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ClockWidget/ClockWidget+EntryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ClockWidget/ClockWidget+EntryView.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ClockWidget/ClockWidget+Provider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ClockWidget/ClockWidget+Provider.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ClockWidget/ClockWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ClockWidget/ClockWidget.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/DDWidgetBundle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/DDWidgetBundle.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/DDWidgetCommon.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/DDWidgetCommon.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/FanWidget/FanWidget+Entry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/FanWidget/FanWidget+Entry.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/FanWidget/FanWidget+EntryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/FanWidget/FanWidget+EntryView.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/FanWidget/FanWidget+Provider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/FanWidget/FanWidget+Provider.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/FanWidget/FanWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/FanWidget/FanWidget.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/GifVideoPlayWidget/GifVideoPlayWidget+Entry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/GifVideoPlayWidget/GifVideoPlayWidget+Entry.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/GifVideoPlayWidget/GifVideoPlayWidget+EntryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/GifVideoPlayWidget/GifVideoPlayWidget+EntryView.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/GifVideoPlayWidget/GifVideoPlayWidget+Provider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/GifVideoPlayWidget/GifVideoPlayWidget+Provider.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/GifVideoPlayWidget/GifVideoPlayWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/GifVideoPlayWidget/GifVideoPlayWidget.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/Info.plist -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/RecommendWidget/RTDDDataModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/RecommendWidget/RTDDDataModel.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/RecommendWidget/RecommendWidget.intentdefinition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/RecommendWidget/RecommendWidget.intentdefinition -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/RecommendWidget/RecommendWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/RecommendWidget/RecommendWidget.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/RecommendWidget/RecommendWidgetView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/RecommendWidget/RecommendWidgetView.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/RecommendWidgetExtension-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/RecommendWidgetExtension-Bridging-Header.h -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ScrolPicWidget/ScrolPicWidget+Entry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ScrolPicWidget/ScrolPicWidget+Entry.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ScrolPicWidget/ScrolPicWidget+EntryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ScrolPicWidget/ScrolPicWidget+EntryView.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ScrolPicWidget/ScrolPicWidget+Provider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ScrolPicWidget/ScrolPicWidget+Provider.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ScrolPicWidget/ScrolPicWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ScrolPicWidget/ScrolPicWidget.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ShakeWidget/ShakeWidget+Entry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ShakeWidget/ShakeWidget+Entry.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ShakeWidget/ShakeWidget+EntryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ShakeWidget/ShakeWidget+EntryView.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ShakeWidget/ShakeWidget+Provider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ShakeWidget/ShakeWidget+Provider.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/ShakeWidget/ShakeWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/ShakeWidget/ShakeWidget.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/WidgetFrameAniView/FrameAniWidget+Entry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/WidgetFrameAniView/FrameAniWidget+Entry.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/WidgetFrameAniView/FrameAniWidget+EntryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/WidgetFrameAniView/FrameAniWidget+EntryView.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/WidgetFrameAniView/FrameAniWidget+Provider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/WidgetFrameAniView/FrameAniWidget+Provider.swift -------------------------------------------------------------------------------- /DouYinCComment/RecommendWidget/WidgetFrameAniView/FrameAniWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/RecommendWidget/WidgetFrameAniView/FrameAniWidget.swift -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/CommentMethod/TCCommentsPopView/TCCommentsPopView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/CommentMethod/TCCommentsPopView/TCCommentsPopView.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/CommentMethod/TCCommentsPopView/TCCommentsPopView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/CommentMethod/TCCommentsPopView/TCCommentsPopView.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCCom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCCom.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCPanPushTransition/TTCPanPushAniTrans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCPanPushTransition/TTCPanPushAniTrans.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCPanPushTransition/TTCPanPushAniTrans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCPanPushTransition/TTCPanPushAniTrans.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCPanPushTransition/TTCPanPushTransitionDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCPanPushTransition/TTCPanPushTransitionDelegate.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCPanPushTransition/TTCPanPushTransitionDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCPanPushTransition/TTCPanPushTransitionDelegate.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCPanPushTransition/UIViewController+TTCPanPush.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCPanPushTransition/UIViewController+TTCPanPush.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCPanPushTransition/UIViewController+TTCPanPush.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCPanPushTransition/UIViewController+TTCPanPush.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCTransition/TTCSmallVideoDismissOrPopAniTrans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCTransition/TTCSmallVideoDismissOrPopAniTrans.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCTransition/TTCSmallVideoDismissOrPopAniTrans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCTransition/TTCSmallVideoDismissOrPopAniTrans.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCTransition/TTCSmallVideoPresentOrPushAniTrans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCTransition/TTCSmallVideoPresentOrPushAniTrans.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCTransition/TTCSmallVideoPresentOrPushAniTrans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCTransition/TTCSmallVideoPresentOrPushAniTrans.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCTransition/TTCTransitionDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCTransition/TTCTransitionDelegate.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCTransition/TTCTransitionDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCTransition/TTCTransitionDelegate.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCTransition/UIViewController+TTCTransitionAnimator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCTransition/UIViewController+TTCTransitionAnimator.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/TTCTransition/UIViewController+TTCTransitionAnimator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/TTCTransition/UIViewController+TTCTransitionAnimator.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/AppConfigure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/AppConfigure.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/AppConfigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/AppConfigure.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/BandResource/bandfolder.band/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | BNDLband -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/BandResource/bandfolder.band/Media/kong.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/BandResource/bandfolder.band/Output/output.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/BandResource/bandfolder.band/Output/output.plist -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/BandResource/bandfolder.band/Output/output.xyz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/BandResource/bandfolder.band/Output/output.xyz -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/BandResource/bandfolder.band/projectData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/BandResource/bandfolder.band/projectData -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/GarageBandViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/GarageBandViewController.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/GarageBandViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/GarageBandViewController.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/Resource/readme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/Resource/readme.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/Resource/牡丹亭外.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/Resource/牡丹亭外.m4a -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/libmp3/ExtAudioConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/libmp3/ExtAudioConverter.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/libmp3/ExtAudioConverter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/libmp3/ExtAudioConverter.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/libmp3/lame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/libmp3/lame.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/UploadToGarageBand/libmp3/libmp3lame.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/UploadToGarageBand/libmp3/libmp3lame.a -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TCViewPage(你只需要以下两个类即可实现分页和嵌套滚动)/TCViewPager/TCViewPager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TCViewPage(你只需要以下两个类即可实现分页和嵌套滚动)/TCViewPager/TCViewPager.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TCViewPage(你只需要以下两个类即可实现分页和嵌套滚动)/TCViewPager/TCViewPager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TCViewPage(你只需要以下两个类即可实现分页和嵌套滚动)/TCViewPager/TCViewPager.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TAGChannelParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TAGChannelParam.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TAGChannelParam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TAGChannelParam.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TOGradientView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TOGradientView.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TOGradientView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TOGradientView.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagBtn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagBtn.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagBtn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagBtn.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagChannelView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagChannelView.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagChannelView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagChannelView.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagModel.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/TagModel.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/UIButton+CommonFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/UIButton+CommonFunction.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/UIButton+CommonFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/UIButton+CommonFunction.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/UIView+CommonFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/UIView+CommonFunction.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/UIView+CommonFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/UIView+CommonFunction.m -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/UIView+EasyFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/UIView+EasyFrame.h -------------------------------------------------------------------------------- /DouYinCComment/TTCTool/ViewPage/UIView+EasyFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/TTCTool/ViewPage/UIView+EasyFrame.m -------------------------------------------------------------------------------- /DouYinCComment/WidgetIntentHandler/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/WidgetIntentHandler/Info.plist -------------------------------------------------------------------------------- /DouYinCComment/WidgetIntentHandler/IntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/WidgetIntentHandler/IntentHandler.swift -------------------------------------------------------------------------------- /DouYinCComment/WidgetIntentHandler/WidgetIntentHandler-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/DouYinCComment/WidgetIntentHandler/WidgetIntentHandler-Bridging-Header.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/README.md -------------------------------------------------------------------------------- /README_EN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/README_EN.md -------------------------------------------------------------------------------- /TTCTool.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangtiancheng/DouYinComment/HEAD/TTCTool.podspec --------------------------------------------------------------------------------