├── .DS_Store ├── QQ20180702-183212-HD.gif ├── README.md ├── SHChatUI(一种Cell) └── SHChatUI │ ├── Podfile │ ├── Podfile.lock │ ├── Pods │ ├── Headers │ │ ├── Private │ │ │ ├── SHEmotionKeyboard │ │ │ │ ├── SHEmotionAttachment.h │ │ │ │ ├── SHEmotionKeyboard.h │ │ │ │ ├── SHEmotionModel.h │ │ │ │ └── SHEmotionTool.h │ │ │ ├── SHShortVideo │ │ │ │ ├── SHShortAVPlayer.h │ │ │ │ └── SHShortVideoViewController.h │ │ │ ├── UIView+SHExtension │ │ │ │ └── UIView+SHExtension.h │ │ │ └── VoiceConvert │ │ │ │ ├── VoiceConverter.h │ │ │ │ ├── amrFileCodec.h │ │ │ │ ├── dec_if.h │ │ │ │ ├── if_rom.h │ │ │ │ ├── interf_dec.h │ │ │ │ ├── interf_enc.h │ │ │ │ └── wav.h │ │ └── Public │ │ │ ├── SHEmotionKeyboard │ │ │ ├── SHEmotionAttachment.h │ │ │ ├── SHEmotionKeyboard.h │ │ │ ├── SHEmotionModel.h │ │ │ └── SHEmotionTool.h │ │ │ ├── SHShortVideo │ │ │ ├── SHShortAVPlayer.h │ │ │ └── SHShortVideoViewController.h │ │ │ ├── UIView+SHExtension │ │ │ └── UIView+SHExtension.h │ │ │ └── VoiceConvert │ │ │ ├── VoiceConverter.h │ │ │ ├── amrFileCodec.h │ │ │ ├── dec_if.h │ │ │ ├── if_rom.h │ │ │ ├── interf_dec.h │ │ │ ├── interf_enc.h │ │ │ └── wav.h │ ├── Local Podspecs │ │ └── VoiceConvert.podspec.json │ ├── Manifest.lock │ ├── Pods.xcodeproj │ │ └── project.pbxproj │ ├── SHEmotionKeyboard │ │ ├── README.md │ │ └── SHEmotionKeyboard │ │ │ ├── SHEmotionAttachment.h │ │ │ ├── SHEmotionAttachment.m │ │ │ ├── SHEmotionKeyboard.bundle │ │ │ ├── custom_emoji │ │ │ │ ├── d_aini@2x.png │ │ │ │ ├── d_aoteman@2x.png │ │ │ │ ├── d_baibai@2x.png │ │ │ │ ├── d_beishang@2x.png │ │ │ │ ├── d_bishi@2x.png │ │ │ │ ├── d_bizui@2x.png │ │ │ │ ├── d_chanzui@2x.png │ │ │ │ ├── d_chijing@2x.png │ │ │ │ ├── d_chitangyuan@2x.png │ │ │ │ ├── d_dahaqi@2x.png │ │ │ │ ├── d_ding@2x.png │ │ │ │ ├── d_duixiang@2x.png │ │ │ │ ├── d_feizao@2x.png │ │ │ │ ├── d_ganmao@2x.png │ │ │ │ ├── d_guzhang@2x.png │ │ │ │ ├── d_haha@2x.png │ │ │ │ ├── d_haixiu@2x.png │ │ │ │ ├── d_han@2x.png │ │ │ │ ├── d_hehe@2x.png │ │ │ │ ├── d_heixian@2x.png │ │ │ │ ├── d_heng@2x.png │ │ │ │ ├── d_huaxin@2x.png │ │ │ │ ├── d_jiyan@2x.png │ │ │ │ ├── d_keai@2x.png │ │ │ │ ├── d_kelian@2x.png │ │ │ │ ├── d_ku@2x.png │ │ │ │ ├── d_kun@2x.png │ │ │ │ ├── d_landelini@2x.png │ │ │ │ ├── d_lei@2x.png │ │ │ │ ├── d_madaochenggong@2x.png │ │ │ │ ├── d_nanhaier@2x.png │ │ │ │ ├── d_nu@2x.png │ │ │ │ ├── d_numa@2x.png │ │ │ │ ├── d_nvhaier@2x.png │ │ │ │ ├── d_qian@2x.png │ │ │ │ ├── d_qinqin@2x.png │ │ │ │ ├── d_shengbing@2x.png │ │ │ │ ├── d_shenshou@2x.png │ │ │ │ ├── d_shiwang@2x.png │ │ │ │ ├── d_shuai@2x.png │ │ │ │ ├── d_shuijiao@2x.png │ │ │ │ ├── d_sikao@2x.png │ │ │ │ ├── d_taikaixin@2x.png │ │ │ │ ├── d_touxiao@2x.png │ │ │ │ ├── d_travel@2x.png │ │ │ │ ├── d_tu@2x.png │ │ │ │ ├── d_tuzi@2x.png │ │ │ │ ├── d_wabishi@2x.png │ │ │ │ ├── d_weiqu@2x.png │ │ │ │ ├── d_xiongmao@2x.png │ │ │ │ ├── d_xixi@2x.png │ │ │ │ ├── d_xu@2x.png │ │ │ │ ├── d_yinxian@2x.png │ │ │ │ ├── d_yiwen@2x.png │ │ │ │ ├── d_youhengheng@2x.png │ │ │ │ ├── d_yun@2x.png │ │ │ │ ├── d_zhajipijiu@2x.png │ │ │ │ ├── d_zhuakuang@2x.png │ │ │ │ ├── d_zhutou@2x.png │ │ │ │ ├── d_zuiyou@2x.png │ │ │ │ ├── d_zuohengheng@2x.png │ │ │ │ ├── f_geili@2x.png │ │ │ │ ├── f_hufen@2x.png │ │ │ │ ├── f_jiong@2x.png │ │ │ │ ├── f_meng@2x.png │ │ │ │ ├── f_shenma@2x.png │ │ │ │ ├── f_v5@2x.png │ │ │ │ ├── f_xi@2x.png │ │ │ │ ├── f_zhi@2x.png │ │ │ │ ├── h_buyao@2x.png │ │ │ │ ├── h_good@2x.png │ │ │ │ ├── h_haha@2x.png │ │ │ │ ├── h_lai@2x.png │ │ │ │ ├── h_ok@2x.png │ │ │ │ ├── h_ruo@2x.png │ │ │ │ ├── h_woshou@2x.png │ │ │ │ ├── h_ye@2x.png │ │ │ │ ├── l_shangxin@2x.png │ │ │ │ ├── l_xin@2x.png │ │ │ │ ├── o_dangao@2x.png │ │ │ │ ├── o_fahongbao@2x.png │ │ │ │ ├── o_feiji@2x.png │ │ │ │ ├── o_ganbei@2x.png │ │ │ │ ├── o_huatong@2x.png │ │ │ │ ├── o_lazhu@2x.png │ │ │ │ ├── o_liwu@2x.png │ │ │ │ ├── o_lvsidai@2x.png │ │ │ │ ├── o_weibo@2x.png │ │ │ │ ├── o_weiguan@2x.png │ │ │ │ ├── o_yinyue@2x.png │ │ │ │ ├── o_zhaoxiangji@2x.png │ │ │ │ ├── o_zhong@2x.png │ │ │ │ ├── sh_emotion_info.plist │ │ │ │ ├── w_fuyun@2x.png │ │ │ │ ├── w_shachenbao@2x.png │ │ │ │ ├── w_taiyang@2x.png │ │ │ │ ├── w_weifeng@2x.png │ │ │ │ ├── w_xianhua@2x.png │ │ │ │ ├── w_xiayu@2x.png │ │ │ │ └── w_yueliang@2x.png │ │ │ ├── gif_emoji │ │ │ │ ├── sh_emotion_info.plist │ │ │ │ ├── 你好.gif │ │ │ │ ├── 你好@2x.png │ │ │ │ ├── 你牛.gif │ │ │ │ ├── 你牛@2x.png │ │ │ │ ├── 同情.gif │ │ │ │ ├── 同情@2x.png │ │ │ │ ├── 定.gif │ │ │ │ ├── 定@2x.png │ │ │ │ ├── 害羞.gif │ │ │ │ ├── 害羞@2x.png │ │ │ │ ├── 怕了吧.gif │ │ │ │ ├── 怕了吧@2x.png │ │ │ │ ├── 惊吓.gif │ │ │ │ ├── 惊吓@2x.png │ │ │ │ ├── 抠鼻.gif │ │ │ │ ├── 抠鼻@2x.png │ │ │ │ ├── 汗.gif │ │ │ │ ├── 汗@2x.png │ │ │ │ ├── 泪别.gif │ │ │ │ ├── 泪别@2x.png │ │ │ │ ├── 疑问.gif │ │ │ │ ├── 疑问@2x.png │ │ │ │ ├── 睡觉.gif │ │ │ │ ├── 睡觉@2x.png │ │ │ │ ├── 笑死了.gif │ │ │ │ ├── 笑死了@2x.png │ │ │ │ ├── 诱惑.gif │ │ │ │ ├── 诱惑@2x.png │ │ │ │ ├── 跪求.gif │ │ │ │ ├── 跪求@2x.png │ │ │ │ ├── 逃跑.gif │ │ │ │ └── 逃跑@2x.png │ │ │ ├── other │ │ │ │ ├── sh_emotion_close@2x.png │ │ │ │ └── sh_emotion_delete@2x.png │ │ │ └── system_emoji │ │ │ │ └── sh_emotion_info.plist │ │ │ ├── SHEmotionKeyboard.h │ │ │ ├── SHEmotionKeyboard.m │ │ │ ├── SHEmotionModel.h │ │ │ ├── SHEmotionModel.m │ │ │ ├── SHEmotionTool.h │ │ │ └── SHEmotionTool.m │ ├── SHShortVideo │ │ ├── README.md │ │ └── SHShortVideo │ │ │ ├── SHShortAVPlayer.h │ │ │ ├── SHShortAVPlayer.m │ │ │ ├── SHShortVideo.bundle │ │ │ ├── video_back@2x.png │ │ │ ├── video_camera@2x.png │ │ │ ├── video_cancel@2x.png │ │ │ ├── video_done@2x.png │ │ │ ├── video_focusing@2x.png │ │ │ ├── video_take@2x.png │ │ │ └── video_takeing@2x.png │ │ │ ├── SHShortVideoViewController.h │ │ │ └── SHShortVideoViewController.m │ ├── Target Support Files │ │ ├── Pods-SHChatUI │ │ │ ├── Pods-SHChatUI-acknowledgements.markdown │ │ │ ├── Pods-SHChatUI-acknowledgements.plist │ │ │ ├── Pods-SHChatUI-dummy.m │ │ │ ├── Pods-SHChatUI-frameworks.sh │ │ │ ├── Pods-SHChatUI-resources.sh │ │ │ ├── Pods-SHChatUI.debug.xcconfig │ │ │ └── Pods-SHChatUI.release.xcconfig │ │ ├── SHEmotionKeyboard │ │ │ ├── SHEmotionKeyboard-dummy.m │ │ │ ├── SHEmotionKeyboard-prefix.pch │ │ │ └── SHEmotionKeyboard.xcconfig │ │ ├── SHShortVideo │ │ │ ├── SHShortVideo-dummy.m │ │ │ ├── SHShortVideo-prefix.pch │ │ │ └── SHShortVideo.xcconfig │ │ ├── UIView+SHExtension │ │ │ ├── UIView+SHExtension-dummy.m │ │ │ ├── UIView+SHExtension-prefix.pch │ │ │ └── UIView+SHExtension.xcconfig │ │ └── VoiceConvert │ │ │ ├── VoiceConvert-dummy.m │ │ │ ├── VoiceConvert-prefix.pch │ │ │ └── VoiceConvert.xcconfig │ ├── UIView+SHExtension │ │ ├── UIView+SHExtension.h │ │ ├── UIView+SHExtension.m │ │ └── UIView+SHExtension.podspec │ └── VoiceConvert │ │ ├── LICENSE │ │ ├── README.md │ │ └── VoiceConvert │ │ └── VoiceConvert │ │ ├── VoiceConverter.h │ │ ├── VoiceConverter.mm │ │ ├── amrwapper │ │ ├── amrFileCodec.h │ │ ├── amrFileCodec.mm │ │ ├── wav.h │ │ └── wav.mm │ │ ├── lib │ │ ├── libopencore-amrnb.a │ │ └── libopencore-amrwb.a │ │ ├── opencore-amrnb │ │ ├── interf_dec.h │ │ └── interf_enc.h │ │ └── opencore-amrwb │ │ ├── dec_if.h │ │ └── if_rom.h │ ├── SHChatUI.xcodeproj │ └── project.pbxproj │ ├── SHChatUI │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SHChatUI(微信) │ │ ├── Category(类别) │ │ │ └── UIView │ │ │ │ ├── UIView+SHExtension.h │ │ │ │ └── UIView+SHExtension.m │ │ ├── Cell │ │ │ ├── SHChatMessageTableViewCell.h │ │ │ └── SHChatMessageTableViewCell.m │ │ ├── Controllers │ │ │ ├── SHChatMessageViewController.h │ │ │ └── SHChatMessageViewController.m │ │ ├── Helper │ │ │ ├── FileHelper(文件帮助类) │ │ │ │ ├── SHFileHelper.h │ │ │ │ └── SHFileHelper.m │ │ │ ├── MenuViewController(菜单控制器) │ │ │ │ └── LocationVC(定位制器) │ │ │ │ │ ├── Model │ │ │ │ │ ├── SHLocation.h │ │ │ │ │ └── SHLocation.m │ │ │ │ │ ├── SHChatMessageLocationViewController.h │ │ │ │ │ └── SHChatMessageLocationViewController.m │ │ │ ├── MessageHelper(消息帮助类) │ │ │ │ ├── SHMessageHelper.h │ │ │ │ └── SHMessageHelper.m │ │ │ └── VoiceHelper(语音帮助类) │ │ │ │ ├── SHAudioPlayerHelper.h │ │ │ │ ├── SHAudioPlayerHelper.m │ │ │ │ ├── SHVoiceRecordHelper.h │ │ │ │ └── SHVoiceRecordHelper.m │ │ ├── Models │ │ │ ├── SHMessage.h │ │ │ ├── SHMessage.m │ │ │ ├── SHMessageFrame.h │ │ │ ├── SHMessageFrame.m │ │ │ ├── SHMessageType.h │ │ │ └── SHMessageType.m │ │ ├── SHChatUI.bundle │ │ │ ├── chat_face.png │ │ │ ├── chat_keyboard.png │ │ │ ├── chat_menu.png │ │ │ ├── chat_message_receive@2x.png │ │ │ ├── chat_message_send@2x.png │ │ │ ├── chat_picture.png │ │ │ ├── chat_receive_voice1.png │ │ │ ├── chat_receive_voice2.png │ │ │ ├── chat_receive_voice3.png │ │ │ ├── chat_receive_voice4.png │ │ │ ├── chat_receive_voice5.png │ │ │ ├── chat_send_voice1.png │ │ │ ├── chat_send_voice2.png │ │ │ ├── chat_send_voice3.png │ │ │ ├── chat_send_voice4.png │ │ │ ├── chat_send_voice5.png │ │ │ ├── chat_video.png │ │ │ ├── chat_voice.png │ │ │ ├── chat_voice_unread.png │ │ │ ├── headImage.jpeg │ │ │ ├── message_bg.jpeg │ │ │ ├── message_fail.png │ │ │ ├── redpackage.png │ │ │ ├── sharemore_friendcard.png │ │ │ ├── sharemore_location.png │ │ │ ├── sharemore_myfav.png │ │ │ ├── sharemore_pic.png │ │ │ ├── sharemore_video.png │ │ │ ├── sharemore_voipvoice.png │ │ │ ├── unread.png │ │ │ ├── unread_bg.png │ │ │ ├── voice_change.png │ │ │ ├── voice_failure.png │ │ │ ├── voice_play_animation_0.png │ │ │ ├── voice_play_animation_1.png │ │ │ ├── voice_play_animation_2.png │ │ │ ├── voice_play_animation_3.png │ │ │ ├── voice_play_animation_4.png │ │ │ ├── voice_play_animation_5.png │ │ │ ├── voice_play_animation_6.png │ │ │ └── voice_play_animation_7.png │ │ ├── SHMessageHeader.h │ │ ├── Singleton.h │ │ └── Views │ │ │ ├── MessageContentView(消息内容) │ │ │ ├── SHActivityIndicatorView.h │ │ │ ├── SHActivityIndicatorView.m │ │ │ ├── SHMessageContentView.h │ │ │ ├── SHMessageContentView.m │ │ │ └── SHTextView │ │ │ │ ├── SHTextView.h │ │ │ │ └── SHTextView.m │ │ │ ├── MessageHelperView(语音) │ │ │ ├── SHMessageVoiceHUD.h │ │ │ └── SHMessageVoiceHUD.m │ │ │ ├── MessageInPutView(输入框) │ │ │ ├── SHMessageInputView.h │ │ │ └── SHMessageInputView.m │ │ │ ├── MessageMenuController(长按菜单) │ │ │ ├── SHMenuController.h │ │ │ └── SHMenuController.m │ │ │ └── MessageMenuView(多媒体菜单) │ │ │ ├── SHShareMenuItem.h │ │ │ ├── SHShareMenuItem.m │ │ │ ├── SHShareMenuView.h │ │ │ └── SHShareMenuView.m │ ├── ViewController.h │ ├── ViewController.m │ └── main.m │ ├── SHChatUITests │ ├── Info.plist │ └── SHChatUITests.m │ └── SHChatUIUITests │ ├── Info.plist │ └── SHChatUIUITests.m └── SHChatUI(多种Cell) └── SHChatUI ├── Podfile ├── Podfile.lock ├── Pods ├── Headers │ ├── Private │ │ ├── SDWebImage │ │ │ ├── NSBezierPath+SDRoundedCorners.h │ │ │ ├── NSButton+WebCache.h │ │ │ ├── NSData+ImageContentType.h │ │ │ ├── NSImage+Compatibility.h │ │ │ ├── SDAnimatedImage.h │ │ │ ├── SDAnimatedImagePlayer.h │ │ │ ├── SDAnimatedImageRep.h │ │ │ ├── SDAnimatedImageView+WebCache.h │ │ │ ├── SDAnimatedImageView.h │ │ │ ├── SDAssociatedObject.h │ │ │ ├── SDAsyncBlockOperation.h │ │ │ ├── SDDeviceHelper.h │ │ │ ├── SDDiskCache.h │ │ │ ├── SDDisplayLink.h │ │ │ ├── SDFileAttributeHelper.h │ │ │ ├── SDGraphicsImageRenderer.h │ │ │ ├── SDImageAPNGCoder.h │ │ │ ├── SDImageAWebPCoder.h │ │ │ ├── SDImageAssetManager.h │ │ │ ├── SDImageCache.h │ │ │ ├── SDImageCacheConfig.h │ │ │ ├── SDImageCacheDefine.h │ │ │ ├── SDImageCachesManager.h │ │ │ ├── SDImageCachesManagerOperation.h │ │ │ ├── SDImageCoder.h │ │ │ ├── SDImageCoderHelper.h │ │ │ ├── SDImageCodersManager.h │ │ │ ├── SDImageFrame.h │ │ │ ├── SDImageGIFCoder.h │ │ │ ├── SDImageGraphics.h │ │ │ ├── SDImageHEICCoder.h │ │ │ ├── SDImageIOAnimatedCoder.h │ │ │ ├── SDImageIOAnimatedCoderInternal.h │ │ │ ├── SDImageIOCoder.h │ │ │ ├── SDImageLoader.h │ │ │ ├── SDImageLoadersManager.h │ │ │ ├── SDImageTransformer.h │ │ │ ├── SDInternalMacros.h │ │ │ ├── SDMemoryCache.h │ │ │ ├── SDWeakProxy.h │ │ │ ├── SDWebImage.h │ │ │ ├── SDWebImageCacheKeyFilter.h │ │ │ ├── SDWebImageCacheSerializer.h │ │ │ ├── SDWebImageCompat.h │ │ │ ├── SDWebImageDefine.h │ │ │ ├── SDWebImageDownloader.h │ │ │ ├── SDWebImageDownloaderConfig.h │ │ │ ├── SDWebImageDownloaderDecryptor.h │ │ │ ├── SDWebImageDownloaderOperation.h │ │ │ ├── SDWebImageDownloaderRequestModifier.h │ │ │ ├── SDWebImageDownloaderResponseModifier.h │ │ │ ├── SDWebImageError.h │ │ │ ├── SDWebImageIndicator.h │ │ │ ├── SDWebImageManager.h │ │ │ ├── SDWebImageOperation.h │ │ │ ├── SDWebImageOptionsProcessor.h │ │ │ ├── SDWebImagePrefetcher.h │ │ │ ├── SDWebImageTransition.h │ │ │ ├── SDWebImageTransitionInternal.h │ │ │ ├── SDmetamacros.h │ │ │ ├── UIButton+WebCache.h │ │ │ ├── UIColor+SDHexString.h │ │ │ ├── UIImage+ExtendedCacheData.h │ │ │ ├── UIImage+ForceDecode.h │ │ │ ├── UIImage+GIF.h │ │ │ ├── UIImage+MemoryCacheCost.h │ │ │ ├── UIImage+Metadata.h │ │ │ ├── UIImage+MultiFormat.h │ │ │ ├── UIImage+Transform.h │ │ │ ├── UIImageView+HighlightedWebCache.h │ │ │ ├── UIImageView+WebCache.h │ │ │ ├── UIView+WebCache.h │ │ │ └── UIView+WebCacheOperation.h │ │ ├── SHEmotionKeyboard │ │ │ ├── SHEmotionAttachment.h │ │ │ ├── SHEmotionKeyboard.h │ │ │ ├── SHEmotionModel.h │ │ │ └── SHEmotionTool.h │ │ ├── SHExtension │ │ │ ├── NSString+SHExtension.h │ │ │ ├── SHTool.h │ │ │ ├── UIColor+SHExtension.h │ │ │ ├── UIImage+SHExtension.h │ │ │ ├── UIImageView+SHExtension.h │ │ │ └── UIView+SHExtension.h │ │ ├── SHShortVideo │ │ │ ├── SHShortAVPlayer.h │ │ │ └── SHShortVideoViewController.h │ │ ├── UIView+SHExtension │ │ │ └── UIView+SHExtension.h │ │ └── VoiceConvert │ │ │ ├── VoiceConverter.h │ │ │ ├── amrFileCodec.h │ │ │ ├── dec_if.h │ │ │ ├── if_rom.h │ │ │ ├── interf_dec.h │ │ │ ├── interf_enc.h │ │ │ └── wav.h │ └── Public │ │ ├── SDWebImage │ │ ├── NSButton+WebCache.h │ │ ├── NSData+ImageContentType.h │ │ ├── NSImage+Compatibility.h │ │ ├── SDAnimatedImage.h │ │ ├── SDAnimatedImagePlayer.h │ │ ├── SDAnimatedImageRep.h │ │ ├── SDAnimatedImageView+WebCache.h │ │ ├── SDAnimatedImageView.h │ │ ├── SDDiskCache.h │ │ ├── SDGraphicsImageRenderer.h │ │ ├── SDImageAPNGCoder.h │ │ ├── SDImageAWebPCoder.h │ │ ├── SDImageCache.h │ │ ├── SDImageCacheConfig.h │ │ ├── SDImageCacheDefine.h │ │ ├── SDImageCachesManager.h │ │ ├── SDImageCoder.h │ │ ├── SDImageCoderHelper.h │ │ ├── SDImageCodersManager.h │ │ ├── SDImageFrame.h │ │ ├── SDImageGIFCoder.h │ │ ├── SDImageGraphics.h │ │ ├── SDImageHEICCoder.h │ │ ├── SDImageIOAnimatedCoder.h │ │ ├── SDImageIOCoder.h │ │ ├── SDImageLoader.h │ │ ├── SDImageLoadersManager.h │ │ ├── SDImageTransformer.h │ │ ├── SDMemoryCache.h │ │ ├── SDWebImage.h │ │ ├── SDWebImageCacheKeyFilter.h │ │ ├── SDWebImageCacheSerializer.h │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageDefine.h │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloaderConfig.h │ │ ├── SDWebImageDownloaderDecryptor.h │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageDownloaderRequestModifier.h │ │ ├── SDWebImageDownloaderResponseModifier.h │ │ ├── SDWebImageError.h │ │ ├── SDWebImageIndicator.h │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImageOptionsProcessor.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── SDWebImageTransition.h │ │ ├── UIButton+WebCache.h │ │ ├── UIImage+ExtendedCacheData.h │ │ ├── UIImage+ForceDecode.h │ │ ├── UIImage+GIF.h │ │ ├── UIImage+MemoryCacheCost.h │ │ ├── UIImage+Metadata.h │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImage+Transform.h │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+WebCache.h │ │ ├── UIView+WebCache.h │ │ └── UIView+WebCacheOperation.h │ │ ├── SHEmotionKeyboard │ │ ├── SHEmotionAttachment.h │ │ ├── SHEmotionKeyboard.h │ │ ├── SHEmotionModel.h │ │ └── SHEmotionTool.h │ │ ├── SHExtension │ │ ├── NSString+SHExtension.h │ │ ├── SHTool.h │ │ ├── UIColor+SHExtension.h │ │ ├── UIImage+SHExtension.h │ │ ├── UIImageView+SHExtension.h │ │ └── UIView+SHExtension.h │ │ ├── SHShortVideo │ │ ├── SHShortAVPlayer.h │ │ └── SHShortVideoViewController.h │ │ ├── UIView+SHExtension │ │ └── UIView+SHExtension.h │ │ └── VoiceConvert │ │ ├── VoiceConverter.h │ │ ├── amrFileCodec.h │ │ ├── dec_if.h │ │ ├── if_rom.h │ │ ├── interf_dec.h │ │ ├── interf_enc.h │ │ └── wav.h ├── Local Podspecs │ └── VoiceConvert.podspec.json ├── Manifest.lock ├── Pods.xcodeproj │ └── project.pbxproj ├── 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 │ │ │ ├── SDImageAWebPCoder.h │ │ │ ├── SDImageAWebPCoder.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 │ │ │ ├── SDImageIOAnimatedCoderInternal.h │ │ │ ├── SDInternalMacros.h │ │ │ ├── SDInternalMacros.m │ │ │ ├── SDWeakProxy.h │ │ │ ├── SDWeakProxy.m │ │ │ ├── SDWebImageTransitionInternal.h │ │ │ ├── SDmetamacros.h │ │ │ ├── UIColor+SDHexString.h │ │ │ └── UIColor+SDHexString.m │ └── WebImage │ │ └── SDWebImage.h ├── SHEmotionKeyboard │ ├── README.md │ └── SHEmotionKeyboard │ │ ├── SHEmotionAttachment.h │ │ ├── SHEmotionAttachment.m │ │ ├── SHEmotionKeyboard.bundle │ │ ├── custom_emoji │ │ │ ├── d_aini@2x.png │ │ │ ├── d_aoteman@2x.png │ │ │ ├── d_baibai@2x.png │ │ │ ├── d_beishang@2x.png │ │ │ ├── d_bishi@2x.png │ │ │ ├── d_bizui@2x.png │ │ │ ├── d_chanzui@2x.png │ │ │ ├── d_chijing@2x.png │ │ │ ├── d_chitangyuan@2x.png │ │ │ ├── d_dahaqi@2x.png │ │ │ ├── d_ding@2x.png │ │ │ ├── d_duixiang@2x.png │ │ │ ├── d_feizao@2x.png │ │ │ ├── d_ganmao@2x.png │ │ │ ├── d_guzhang@2x.png │ │ │ ├── d_haha@2x.png │ │ │ ├── d_haixiu@2x.png │ │ │ ├── d_han@2x.png │ │ │ ├── d_hehe@2x.png │ │ │ ├── d_heixian@2x.png │ │ │ ├── d_heng@2x.png │ │ │ ├── d_huaxin@2x.png │ │ │ ├── d_jiyan@2x.png │ │ │ ├── d_keai@2x.png │ │ │ ├── d_kelian@2x.png │ │ │ ├── d_ku@2x.png │ │ │ ├── d_kun@2x.png │ │ │ ├── d_landelini@2x.png │ │ │ ├── d_lei@2x.png │ │ │ ├── d_madaochenggong@2x.png │ │ │ ├── d_nanhaier@2x.png │ │ │ ├── d_nu@2x.png │ │ │ ├── d_numa@2x.png │ │ │ ├── d_nvhaier@2x.png │ │ │ ├── d_qian@2x.png │ │ │ ├── d_qinqin@2x.png │ │ │ ├── d_shengbing@2x.png │ │ │ ├── d_shenshou@2x.png │ │ │ ├── d_shiwang@2x.png │ │ │ ├── d_shuai@2x.png │ │ │ ├── d_shuijiao@2x.png │ │ │ ├── d_sikao@2x.png │ │ │ ├── d_taikaixin@2x.png │ │ │ ├── d_touxiao@2x.png │ │ │ ├── d_travel@2x.png │ │ │ ├── d_tu@2x.png │ │ │ ├── d_tuzi@2x.png │ │ │ ├── d_wabishi@2x.png │ │ │ ├── d_weiqu@2x.png │ │ │ ├── d_xiongmao@2x.png │ │ │ ├── d_xixi@2x.png │ │ │ ├── d_xu@2x.png │ │ │ ├── d_yinxian@2x.png │ │ │ ├── d_yiwen@2x.png │ │ │ ├── d_youhengheng@2x.png │ │ │ ├── d_yun@2x.png │ │ │ ├── d_zhajipijiu@2x.png │ │ │ ├── d_zhuakuang@2x.png │ │ │ ├── d_zhutou@2x.png │ │ │ ├── d_zuiyou@2x.png │ │ │ ├── d_zuohengheng@2x.png │ │ │ ├── f_geili@2x.png │ │ │ ├── f_hufen@2x.png │ │ │ ├── f_jiong@2x.png │ │ │ ├── f_meng@2x.png │ │ │ ├── f_shenma@2x.png │ │ │ ├── f_v5@2x.png │ │ │ ├── f_xi@2x.png │ │ │ ├── f_zhi@2x.png │ │ │ ├── h_buyao@2x.png │ │ │ ├── h_good@2x.png │ │ │ ├── h_haha@2x.png │ │ │ ├── h_lai@2x.png │ │ │ ├── h_ok@2x.png │ │ │ ├── h_ruo@2x.png │ │ │ ├── h_woshou@2x.png │ │ │ ├── h_ye@2x.png │ │ │ ├── l_shangxin@2x.png │ │ │ ├── l_xin@2x.png │ │ │ ├── o_dangao@2x.png │ │ │ ├── o_fahongbao@2x.png │ │ │ ├── o_feiji@2x.png │ │ │ ├── o_ganbei@2x.png │ │ │ ├── o_huatong@2x.png │ │ │ ├── o_lazhu@2x.png │ │ │ ├── o_liwu@2x.png │ │ │ ├── o_lvsidai@2x.png │ │ │ ├── o_weibo@2x.png │ │ │ ├── o_weiguan@2x.png │ │ │ ├── o_yinyue@2x.png │ │ │ ├── o_zhaoxiangji@2x.png │ │ │ ├── o_zhong@2x.png │ │ │ ├── sh_emotion_info.plist │ │ │ ├── w_fuyun@2x.png │ │ │ ├── w_shachenbao@2x.png │ │ │ ├── w_taiyang@2x.png │ │ │ ├── w_weifeng@2x.png │ │ │ ├── w_xianhua@2x.png │ │ │ ├── w_xiayu@2x.png │ │ │ └── w_yueliang@2x.png │ │ ├── gif_emoji │ │ │ ├── sh_emotion_info.plist │ │ │ ├── 你好.gif │ │ │ ├── 你好@2x.png │ │ │ ├── 你牛.gif │ │ │ ├── 你牛@2x.png │ │ │ ├── 同情.gif │ │ │ ├── 同情@2x.png │ │ │ ├── 定.gif │ │ │ ├── 定@2x.png │ │ │ ├── 害羞.gif │ │ │ ├── 害羞@2x.png │ │ │ ├── 怕了吧.gif │ │ │ ├── 怕了吧@2x.png │ │ │ ├── 惊吓.gif │ │ │ ├── 惊吓@2x.png │ │ │ ├── 抠鼻.gif │ │ │ ├── 抠鼻@2x.png │ │ │ ├── 汗.gif │ │ │ ├── 汗@2x.png │ │ │ ├── 泪别.gif │ │ │ ├── 泪别@2x.png │ │ │ ├── 疑问.gif │ │ │ ├── 疑问@2x.png │ │ │ ├── 睡觉.gif │ │ │ ├── 睡觉@2x.png │ │ │ ├── 笑死了.gif │ │ │ ├── 笑死了@2x.png │ │ │ ├── 诱惑.gif │ │ │ ├── 诱惑@2x.png │ │ │ ├── 跪求.gif │ │ │ ├── 跪求@2x.png │ │ │ ├── 逃跑.gif │ │ │ └── 逃跑@2x.png │ │ ├── other │ │ │ ├── sh_emotion_close@2x.png │ │ │ └── sh_emotion_delete@2x.png │ │ └── system_emoji │ │ │ └── sh_emotion_info.plist │ │ ├── SHEmotionKeyboard.h │ │ ├── SHEmotionKeyboard.m │ │ ├── SHEmotionModel.h │ │ ├── SHEmotionModel.m │ │ ├── SHEmotionTool.h │ │ └── SHEmotionTool.m ├── SHExtension │ ├── README.md │ └── SHExtension │ │ ├── NSString+SHExtension.h │ │ ├── NSString+SHExtension.m │ │ ├── SHTool.h │ │ ├── SHTool.m │ │ ├── UIColor+SHExtension.h │ │ ├── UIColor+SHExtension.m │ │ ├── UIImage+SHExtension.h │ │ ├── UIImage+SHExtension.m │ │ ├── UIImageView+SHExtension.h │ │ ├── UIImageView+SHExtension.m │ │ ├── UIView+SHExtension.h │ │ └── UIView+SHExtension.m ├── SHShortVideo │ ├── README.md │ └── SHShortVideo │ │ ├── SHShortAVPlayer.h │ │ ├── SHShortAVPlayer.m │ │ ├── SHShortVideo.bundle │ │ ├── video_back@2x.png │ │ ├── video_camera@2x.png │ │ ├── video_cancel@2x.png │ │ ├── video_done@2x.png │ │ ├── video_focusing@2x.png │ │ ├── video_take@2x.png │ │ └── video_takeing@2x.png │ │ ├── SHShortVideoViewController.h │ │ └── SHShortVideoViewController.m ├── Target Support Files │ ├── Pods-SHChatUI │ │ ├── Pods-SHChatUI-acknowledgements.markdown │ │ ├── Pods-SHChatUI-acknowledgements.plist │ │ ├── Pods-SHChatUI-dummy.m │ │ ├── Pods-SHChatUI-frameworks.sh │ │ ├── Pods-SHChatUI-resources-Debug-input-files.xcfilelist │ │ ├── Pods-SHChatUI-resources-Debug-output-files.xcfilelist │ │ ├── Pods-SHChatUI-resources-Release-input-files.xcfilelist │ │ ├── Pods-SHChatUI-resources-Release-output-files.xcfilelist │ │ ├── Pods-SHChatUI-resources.sh │ │ ├── Pods-SHChatUI.debug.xcconfig │ │ └── Pods-SHChatUI.release.xcconfig │ ├── SDWebImage │ │ ├── SDWebImage-dummy.m │ │ ├── SDWebImage-prefix.pch │ │ ├── SDWebImage.debug.xcconfig │ │ └── SDWebImage.release.xcconfig │ ├── SHEmotionKeyboard │ │ ├── SHEmotionKeyboard-dummy.m │ │ ├── SHEmotionKeyboard-prefix.pch │ │ ├── SHEmotionKeyboard.debug.xcconfig │ │ ├── SHEmotionKeyboard.release.xcconfig │ │ └── SHEmotionKeyboard.xcconfig │ ├── SHExtension │ │ ├── SHExtension-dummy.m │ │ ├── SHExtension-prefix.pch │ │ ├── SHExtension.debug.xcconfig │ │ └── SHExtension.release.xcconfig │ ├── SHShortVideo │ │ ├── SHShortVideo-dummy.m │ │ ├── SHShortVideo-prefix.pch │ │ ├── SHShortVideo.debug.xcconfig │ │ ├── SHShortVideo.release.xcconfig │ │ └── SHShortVideo.xcconfig │ ├── UIView+SHExtension │ │ ├── UIView+SHExtension-dummy.m │ │ ├── UIView+SHExtension-prefix.pch │ │ ├── UIView+SHExtension.debug.xcconfig │ │ ├── UIView+SHExtension.release.xcconfig │ │ └── UIView+SHExtension.xcconfig │ └── VoiceConvert │ │ ├── VoiceConvert-dummy.m │ │ ├── VoiceConvert-prefix.pch │ │ ├── VoiceConvert.debug.xcconfig │ │ ├── VoiceConvert.release.xcconfig │ │ └── VoiceConvert.xcconfig ├── UIView+SHExtension │ ├── UIView+SHExtension.h │ ├── UIView+SHExtension.m │ └── UIView+SHExtension.podspec └── VoiceConvert │ ├── LICENSE │ ├── README.md │ └── VoiceConvert │ └── VoiceConvert │ ├── VoiceConverter.h │ ├── VoiceConverter.mm │ ├── amrwapper │ ├── amrFileCodec.h │ ├── amrFileCodec.mm │ ├── wav.h │ └── wav.mm │ ├── lib │ ├── libopencore-amrnb.a │ └── libopencore-amrwb.a │ ├── opencore-amrnb │ ├── interf_dec.h │ └── interf_enc.h │ └── opencore-amrwb │ ├── dec_if.h │ └── if_rom.h ├── SHChatUI.xcodeproj ├── project.pbxproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── SHChatUI.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── SHChatUI ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── headImage.imageset │ │ ├── Contents.json │ │ └── headImage.jpeg │ └── message_bg.imageset │ │ ├── Contents.json │ │ └── message_bg.jpeg ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── Info.plist ├── SHChatUI │ ├── Cell │ │ ├── SHAudioTableViewCell.h │ │ ├── SHAudioTableViewCell.m │ │ ├── SHCardTableViewCell.h │ │ ├── SHCardTableViewCell.m │ │ ├── SHFileTableViewCell.h │ │ ├── SHFileTableViewCell.m │ │ ├── SHGifTableViewCell.h │ │ ├── SHGifTableViewCell.m │ │ ├── SHImageTableViewCell.h │ │ ├── SHImageTableViewCell.m │ │ ├── SHLocationTableViewCell.h │ │ ├── SHLocationTableViewCell.m │ │ ├── SHMessageTableViewCell.h │ │ ├── SHMessageTableViewCell.m │ │ ├── SHNoteTableViewCell.h │ │ ├── SHNoteTableViewCell.m │ │ ├── SHRedPaperTableViewCell.h │ │ ├── SHRedPaperTableViewCell.m │ │ ├── SHTextTableViewCell.h │ │ ├── SHTextTableViewCell.m │ │ ├── SHVideoTableViewCell.h │ │ └── SHVideoTableViewCell.m │ ├── Controllers │ │ ├── LocationVC(定位制器) │ │ │ ├── Model │ │ │ │ ├── SHLocation.h │ │ │ │ └── SHLocation.m │ │ │ ├── SHChatMessageLocationViewController.h │ │ │ └── SHChatMessageLocationViewController.m │ │ ├── SHChatMessageViewController.h │ │ └── SHChatMessageViewController.m │ ├── Helper │ │ ├── AudioHelper(语音帮助类) │ │ │ ├── SHAudioPlayerHelper.h │ │ │ ├── SHAudioPlayerHelper.m │ │ │ ├── SHAudioRecordHelper.h │ │ │ └── SHAudioRecordHelper.m │ │ ├── FileHelper(文件帮助类) │ │ │ ├── SHFileHelper.h │ │ │ └── SHFileHelper.m │ │ └── MessageHelper(消息帮助类) │ │ │ ├── SHMessageHelper.h │ │ │ └── SHMessageHelper.m │ ├── Models │ │ ├── SHMessage.h │ │ ├── SHMessage.m │ │ ├── SHMessageFrame.h │ │ └── SHMessageFrame.m │ ├── SHChatUI.bundle │ │ ├── chat_face.png │ │ ├── chat_file.png │ │ ├── chat_keyboard.png │ │ ├── chat_menu.png │ │ ├── chat_message_receive.png │ │ ├── chat_message_send.png │ │ ├── chat_more_call.png │ │ ├── chat_more_card.png │ │ ├── chat_more_file.png │ │ ├── chat_more_loc.png │ │ ├── chat_more_other.png │ │ ├── chat_more_pic.png │ │ ├── chat_more_red.png │ │ ├── chat_more_video.png │ │ ├── chat_picture.png │ │ ├── chat_receive_voice1.png │ │ ├── chat_receive_voice2.png │ │ ├── chat_receive_voice3.png │ │ ├── chat_receive_voice4.png │ │ ├── chat_receive_voice5.png │ │ ├── chat_red.png │ │ ├── chat_red_receive.png │ │ ├── chat_send_voice1.png │ │ ├── chat_send_voice2.png │ │ ├── chat_send_voice3.png │ │ ├── chat_send_voice4.png │ │ ├── chat_send_voice5.png │ │ ├── chat_video.png │ │ ├── chat_voice.png │ │ ├── chat_voice_unread.png │ │ ├── message_bg.jpeg │ │ ├── message_fail.png │ │ ├── unread.png │ │ ├── unread_bg.png │ │ ├── voice_change.png │ │ ├── voice_failure.png │ │ ├── voice_play_animation_0.png │ │ ├── voice_play_animation_1.png │ │ ├── voice_play_animation_2.png │ │ ├── voice_play_animation_3.png │ │ ├── voice_play_animation_4.png │ │ ├── voice_play_animation_5.png │ │ ├── voice_play_animation_6.png │ │ └── voice_play_animation_7.png │ ├── SHMessageEnum.h │ ├── SHMessageHeader.h │ └── Views │ │ ├── MessageContentView(消息内容) │ │ ├── SHActivityIndicatorView.h │ │ ├── SHActivityIndicatorView.m │ │ ├── SHBubbleButton.h │ │ ├── SHBubbleButton.m │ │ ├── SHTextView.h │ │ └── SHTextView.m │ │ ├── MessageHelperView(语音) │ │ ├── SHMessageVoiceHUD.h │ │ └── SHMessageVoiceHUD.m │ │ ├── MessageMenuView(多媒体菜单) │ │ ├── SHShareMenuItem.h │ │ ├── SHShareMenuItem.m │ │ ├── SHShareMenuView.h │ │ └── SHShareMenuView.m │ │ ├── SHMenuController.h │ │ ├── SHMenuController.m │ │ ├── SHMessageInputView.h │ │ └── SHMessageInputView.m ├── ViewController.h ├── ViewController.m └── main.m ├── SHChatUITests ├── Info.plist └── SHChatUITests.m └── SHChatUIUITests ├── Info.plist └── SHChatUIUITests.m /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/.DS_Store -------------------------------------------------------------------------------- /QQ20180702-183212-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/QQ20180702-183212-HD.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/README.md -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Podfile -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Podfile.lock -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/SHEmotionKeyboard/SHEmotionAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/SHEmotionKeyboard/SHEmotionKeyboard.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/SHEmotionKeyboard/SHEmotionModel.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/SHEmotionKeyboard/SHEmotionTool.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/SHShortVideo/SHShortAVPlayer.h: -------------------------------------------------------------------------------- 1 | ../../../SHShortVideo/SHShortVideo/SHShortAVPlayer.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/SHShortVideo/SHShortVideoViewController.h: -------------------------------------------------------------------------------- 1 | ../../../SHShortVideo/SHShortVideo/SHShortVideoViewController.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/UIView+SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../UIView+SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/VoiceConverter.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/amrFileCodec.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/dec_if.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/dec_if.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/if_rom.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/if_rom.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/interf_dec.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrnb/interf_dec.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/interf_enc.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrnb/interf_enc.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/wav.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/SHEmotionKeyboard/SHEmotionAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/SHEmotionKeyboard/SHEmotionKeyboard.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/SHEmotionKeyboard/SHEmotionModel.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/SHEmotionKeyboard/SHEmotionTool.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/SHShortVideo/SHShortAVPlayer.h: -------------------------------------------------------------------------------- 1 | ../../../SHShortVideo/SHShortVideo/SHShortAVPlayer.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/SHShortVideo/SHShortVideoViewController.h: -------------------------------------------------------------------------------- 1 | ../../../SHShortVideo/SHShortVideo/SHShortVideoViewController.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/UIView+SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../UIView+SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/VoiceConverter.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/amrFileCodec.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/dec_if.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/dec_if.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/if_rom.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/if_rom.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/interf_dec.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrnb/interf_dec.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/interf_enc.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrnb/interf_enc.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/wav.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Local Podspecs/VoiceConvert.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Local Podspecs/VoiceConvert.podspec.json -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Manifest.lock -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/README.md -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/README.md -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortAVPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortAVPlayer.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortAVPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortAVPlayer.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_back@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_camera@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_cancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_cancel@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_done@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_done@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_focusing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_focusing@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_take@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_take@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_takeing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_takeing@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideoViewController.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideoViewController.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-dummy.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-frameworks.sh -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-resources.sh -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI.debug.xcconfig -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI.release.xcconfig -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHEmotionKeyboard/SHEmotionKeyboard-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHEmotionKeyboard/SHEmotionKeyboard-dummy.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHEmotionKeyboard/SHEmotionKeyboard.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHEmotionKeyboard/SHEmotionKeyboard.xcconfig -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo-dummy.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo-prefix.pch -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo.xcconfig -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert-dummy.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert-prefix.pch -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert.xcconfig -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.podspec -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/LICENSE -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/README.md -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.mm -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.mm -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.mm -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/lib/libopencore-amrnb.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/lib/libopencore-amrnb.a -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/lib/libopencore-amrwb.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/lib/libopencore-amrwb.a -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/dec_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/dec_if.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/if_rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/if_rom.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/AppDelegate.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/AppDelegate.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/Info.plist -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Category(类别)/UIView/UIView+SHExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Category(类别)/UIView/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Category(类别)/UIView/UIView+SHExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Category(类别)/UIView/UIView+SHExtension.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Cell/SHChatMessageTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Cell/SHChatMessageTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Cell/SHChatMessageTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Cell/SHChatMessageTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Controllers/SHChatMessageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Controllers/SHChatMessageViewController.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Controllers/SHChatMessageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Controllers/SHChatMessageViewController.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/FileHelper(文件帮助类)/SHFileHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/FileHelper(文件帮助类)/SHFileHelper.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/FileHelper(文件帮助类)/SHFileHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/FileHelper(文件帮助类)/SHFileHelper.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/MessageHelper(消息帮助类)/SHMessageHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/MessageHelper(消息帮助类)/SHMessageHelper.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/MessageHelper(消息帮助类)/SHMessageHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/MessageHelper(消息帮助类)/SHMessageHelper.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/VoiceHelper(语音帮助类)/SHAudioPlayerHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/VoiceHelper(语音帮助类)/SHAudioPlayerHelper.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/VoiceHelper(语音帮助类)/SHAudioPlayerHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/VoiceHelper(语音帮助类)/SHAudioPlayerHelper.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/VoiceHelper(语音帮助类)/SHVoiceRecordHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/VoiceHelper(语音帮助类)/SHVoiceRecordHelper.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/VoiceHelper(语音帮助类)/SHVoiceRecordHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Helper/VoiceHelper(语音帮助类)/SHVoiceRecordHelper.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessage.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessage.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessageFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessageFrame.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessageFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessageFrame.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessageType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessageType.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessageType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Models/SHMessageType.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_face.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_keyboard.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_menu.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_message_receive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_message_receive@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_message_send@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_message_send@2x.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_picture.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice1.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice2.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice3.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice4.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_receive_voice5.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice1.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice2.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice3.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice4.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_send_voice5.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_video.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_voice.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_voice_unread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/chat_voice_unread.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/headImage.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/headImage.jpeg -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/message_bg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/message_bg.jpeg -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/message_fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/message_fail.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/redpackage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/redpackage.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_friendcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_friendcard.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_location.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_myfav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_myfav.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_pic.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_video.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_voipvoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/sharemore_voipvoice.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/unread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/unread.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/unread_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/unread_bg.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_change.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_failure.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_0.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_1.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_2.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_3.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_4.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_5.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_6.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHChatUI.bundle/voice_play_animation_7.png -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHMessageHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/SHMessageHeader.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Singleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Singleton.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageHelperView(语音)/SHMessageVoiceHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageHelperView(语音)/SHMessageVoiceHUD.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageHelperView(语音)/SHMessageVoiceHUD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageHelperView(语音)/SHMessageVoiceHUD.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageInPutView(输入框)/SHMessageInputView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageInPutView(输入框)/SHMessageInputView.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageInPutView(输入框)/SHMessageInputView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageInPutView(输入框)/SHMessageInputView.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageMenuView(多媒体菜单)/SHShareMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageMenuView(多媒体菜单)/SHShareMenuItem.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageMenuView(多媒体菜单)/SHShareMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageMenuView(多媒体菜单)/SHShareMenuItem.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageMenuView(多媒体菜单)/SHShareMenuView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageMenuView(多媒体菜单)/SHShareMenuView.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageMenuView(多媒体菜单)/SHShareMenuView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/SHChatUI(微信)/Views/MessageMenuView(多媒体菜单)/SHShareMenuView.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/ViewController.h -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/ViewController.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUI/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUI/main.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUITests/Info.plist -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUITests/SHChatUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUITests/SHChatUITests.m -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUIUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUIUITests/Info.plist -------------------------------------------------------------------------------- /SHChatUI(一种Cell)/SHChatUI/SHChatUIUITests/SHChatUIUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(一种Cell)/SHChatUI/SHChatUIUITests/SHChatUIUITests.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Podfile -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Podfile.lock -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/NSBezierPath+SDRoundedCorners.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/NSBezierPath+SDRoundedCorners.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/NSButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/NSButton+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/NSData+ImageContentType.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/NSImage+Compatibility.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/NSImage+Compatibility.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDAnimatedImage.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImage.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDAnimatedImagePlayer.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImagePlayer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDAnimatedImageRep.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImageRep.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDAnimatedImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImageView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDAnimatedImageView.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImageView.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDAssociatedObject.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDAssociatedObject.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDAsyncBlockOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDAsyncBlockOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDDeviceHelper.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDDeviceHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDDiskCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDDiskCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDDisplayLink.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDDisplayLink.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDFileAttributeHelper.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDFileAttributeHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDGraphicsImageRenderer.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDGraphicsImageRenderer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageAPNGCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageAPNGCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageAWebPCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageAWebPCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageAssetManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDImageAssetManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageCacheConfig.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCacheConfig.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageCacheDefine.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCacheDefine.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageCachesManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCachesManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageCachesManagerOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDImageCachesManagerOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageCoderHelper.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCoderHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageCodersManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCodersManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageFrame.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageFrame.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageGIFCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageGIFCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageGraphics.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageGraphics.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageHEICCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageHEICCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageIOAnimatedCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageIOAnimatedCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageIOAnimatedCoderInternal.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageIOCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageIOCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageLoader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageLoader.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageLoadersManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageLoadersManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDImageTransformer.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageTransformer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDInternalMacros.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDInternalMacros.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDMemoryCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDMemoryCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWeakProxy.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDWeakProxy.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImage.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/WebImage/SDWebImage.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageCacheKeyFilter.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageCacheKeyFilter.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageCacheSerializer.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageCacheSerializer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageCompat.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageDefine.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDefine.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloader.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageDownloaderConfig.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderConfig.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageDownloaderDecryptor.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderDecryptor.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageDownloaderRequestModifier.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageDownloaderResponseModifier.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageError.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageError.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageIndicator.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageIndicator.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageOptionsProcessor.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageOptionsProcessor.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageTransition.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageTransition.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDWebImageTransitionInternal.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDWebImageTransitionInternal.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/SDmetamacros.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/SDmetamacros.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIButton+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIColor+SDHexString.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Private/UIColor+SDHexString.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImage+ExtendedCacheData.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+ExtendedCacheData.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImage+ForceDecode.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+ForceDecode.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+GIF.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImage+MemoryCacheCost.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+MemoryCacheCost.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImage+Metadata.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+Metadata.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImage+Transform.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+Transform.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImageView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHEmotionKeyboard/SHEmotionAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHEmotionKeyboard/SHEmotionKeyboard.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHEmotionKeyboard/SHEmotionModel.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHEmotionKeyboard/SHEmotionTool.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHExtension/NSString+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/NSString+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHExtension/SHTool.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/SHTool.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHExtension/UIColor+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/UIColor+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHExtension/UIImage+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/UIImage+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHExtension/UIImageView+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/UIImageView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHShortVideo/SHShortAVPlayer.h: -------------------------------------------------------------------------------- 1 | ../../../SHShortVideo/SHShortVideo/SHShortAVPlayer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/SHShortVideo/SHShortVideoViewController.h: -------------------------------------------------------------------------------- 1 | ../../../SHShortVideo/SHShortVideo/SHShortVideoViewController.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/UIView+SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../UIView+SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/VoiceConverter.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/amrFileCodec.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/dec_if.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/dec_if.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/if_rom.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/if_rom.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/interf_dec.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrnb/interf_dec.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/interf_enc.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrnb/interf_enc.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Private/VoiceConvert/wav.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/NSButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/NSButton+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/NSData+ImageContentType.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/NSImage+Compatibility.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/NSImage+Compatibility.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDAnimatedImage.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImage.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDAnimatedImagePlayer.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImagePlayer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDAnimatedImageRep.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImageRep.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDAnimatedImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImageView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDAnimatedImageView.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDAnimatedImageView.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDDiskCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDDiskCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDGraphicsImageRenderer.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDGraphicsImageRenderer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageAPNGCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageAPNGCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageAWebPCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageAWebPCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageCacheConfig.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCacheConfig.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageCacheDefine.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCacheDefine.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageCachesManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCachesManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageCoderHelper.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCoderHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageCodersManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageCodersManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageFrame.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageFrame.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageGIFCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageGIFCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageGraphics.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageGraphics.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageHEICCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageHEICCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageIOAnimatedCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageIOAnimatedCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageIOCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageIOCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageLoader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageLoader.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageLoadersManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageLoadersManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDImageTransformer.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDImageTransformer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDMemoryCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDMemoryCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImage.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/WebImage/SDWebImage.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageCacheKeyFilter.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageCacheKeyFilter.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageCacheSerializer.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageCacheSerializer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageCompat.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageDefine.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDefine.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloader.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageDownloaderConfig.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderConfig.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageDownloaderDecryptor.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderDecryptor.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageDownloaderRequestModifier.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageDownloaderResponseModifier.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageError.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageError.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageIndicator.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageIndicator.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageOptionsProcessor.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageOptionsProcessor.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/SDWebImageTransition.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/SDWebImageTransition.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIButton+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImage+ExtendedCacheData.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+ExtendedCacheData.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImage+ForceDecode.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+ForceDecode.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+GIF.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImage+MemoryCacheCost.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+MemoryCacheCost.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImage+Metadata.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+Metadata.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImage+Transform.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImage+Transform.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIImageView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/Core/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHEmotionKeyboard/SHEmotionAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHEmotionKeyboard/SHEmotionKeyboard.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHEmotionKeyboard/SHEmotionModel.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHEmotionKeyboard/SHEmotionTool.h: -------------------------------------------------------------------------------- 1 | ../../../SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHExtension/NSString+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/NSString+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHExtension/SHTool.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/SHTool.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHExtension/UIColor+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/UIColor+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHExtension/UIImage+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/UIImage+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHExtension/UIImageView+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/UIImageView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../SHExtension/SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHShortVideo/SHShortAVPlayer.h: -------------------------------------------------------------------------------- 1 | ../../../SHShortVideo/SHShortVideo/SHShortAVPlayer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/SHShortVideo/SHShortVideoViewController.h: -------------------------------------------------------------------------------- 1 | ../../../SHShortVideo/SHShortVideo/SHShortVideoViewController.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/UIView+SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- 1 | ../../../UIView+SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/VoiceConverter.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/amrFileCodec.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/dec_if.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/dec_if.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/if_rom.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/if_rom.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/interf_dec.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrnb/interf_dec.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/interf_enc.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrnb/interf_enc.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Headers/Public/VoiceConvert/wav.h: -------------------------------------------------------------------------------- 1 | ../../../VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Local Podspecs/VoiceConvert.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Local Podspecs/VoiceConvert.podspec.json -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Manifest.lock -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/LICENSE -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/README.md -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSButton+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSButton+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSButton+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSButton+WebCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSData+ImageContentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSData+ImageContentType.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSData+ImageContentType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSData+ImageContentType.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSImage+Compatibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSImage+Compatibility.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSImage+Compatibility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/NSImage+Compatibility.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImage.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImage.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImagePlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImagePlayer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImagePlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImagePlayer.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageRep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageRep.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageRep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageRep.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView+WebCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDDiskCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDDiskCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDDiskCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDDiskCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDGraphicsImageRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDGraphicsImageRenderer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDGraphicsImageRenderer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDGraphicsImageRenderer.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageAPNGCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageAPNGCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageAPNGCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageAPNGCoder.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageAWebPCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageAWebPCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageAWebPCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageAWebPCoder.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCacheConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCacheConfig.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCacheConfig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCacheConfig.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCacheDefine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCacheDefine.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCacheDefine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCacheDefine.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCachesManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCachesManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCachesManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCachesManager.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCoder.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCodersManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCodersManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCodersManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageCodersManager.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageFrame.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageFrame.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageGIFCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageGIFCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageGIFCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageGIFCoder.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageGraphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageGraphics.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageGraphics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageGraphics.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageHEICCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageHEICCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageHEICCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageHEICCoder.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageIOAnimatedCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageIOAnimatedCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageIOAnimatedCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageIOAnimatedCoder.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageIOCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageIOCoder.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageIOCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageIOCoder.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageLoader.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageLoader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageLoader.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageLoadersManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageLoadersManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageLoadersManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageLoadersManager.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageTransformer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageTransformer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageTransformer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDImageTransformer.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDMemoryCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDMemoryCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDMemoryCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDMemoryCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCacheKeyFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCacheKeyFilter.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCacheKeyFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCacheKeyFilter.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCacheSerializer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCacheSerializer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCacheSerializer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCacheSerializer.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCompat.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCompat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageCompat.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDefine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDefine.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDefine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDefine.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderConfig.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderConfig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderConfig.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderDecryptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderDecryptor.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderDecryptor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderDecryptor.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderOperation.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageError.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageError.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageError.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageIndicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageIndicator.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageIndicator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageIndicator.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageManager.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageOperation.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageOptionsProcessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageOptionsProcessor.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageOptionsProcessor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageOptionsProcessor.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImagePrefetcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImagePrefetcher.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageTransition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageTransition.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageTransition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/SDWebImageTransition.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIButton+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIButton+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIButton+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIButton+WebCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+ExtendedCacheData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+ExtendedCacheData.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+ExtendedCacheData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+ExtendedCacheData.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+ForceDecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+ForceDecode.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+ForceDecode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+ForceDecode.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+GIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+GIF.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+GIF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+GIF.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+MemoryCacheCost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+MemoryCacheCost.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+MemoryCacheCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+MemoryCacheCost.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+Metadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+Metadata.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+Metadata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+Metadata.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+MultiFormat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+MultiFormat.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+Transform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+Transform.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+Transform.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImage+Transform.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImageView+HighlightedWebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImageView+HighlightedWebCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImageView+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImageView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImageView+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIImageView+WebCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIView+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIView+WebCache.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIView+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIView+WebCache.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIView+WebCacheOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Core/UIView+WebCacheOperation.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/NSBezierPath+SDRoundedCorners.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/NSBezierPath+SDRoundedCorners.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/NSBezierPath+SDRoundedCorners.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/NSBezierPath+SDRoundedCorners.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDAssociatedObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDAssociatedObject.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDAssociatedObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDAssociatedObject.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDAsyncBlockOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDAsyncBlockOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDAsyncBlockOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDAsyncBlockOperation.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDDeviceHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDDeviceHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDDeviceHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDDeviceHelper.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDDisplayLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDDisplayLink.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDDisplayLink.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDDisplayLink.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDFileAttributeHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDFileAttributeHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDFileAttributeHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDFileAttributeHelper.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageAssetManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageAssetManager.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageAssetManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageAssetManager.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageCachesManagerOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageCachesManagerOperation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageCachesManagerOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageCachesManagerOperation.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDInternalMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDInternalMacros.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDInternalMacros.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDInternalMacros.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDWeakProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDWeakProxy.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDWeakProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDWeakProxy.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDWebImageTransitionInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDWebImageTransitionInternal.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDmetamacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/SDmetamacros.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/UIColor+SDHexString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/UIColor+SDHexString.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/UIColor+SDHexString.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/SDWebImage/Private/UIColor+SDHexString.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/WebImage/SDWebImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SDWebImage/WebImage/SDWebImage.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/README.md -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionAttachment.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionKeyboard.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionModel.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHEmotionKeyboard/SHEmotionKeyboard/SHEmotionTool.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/README.md -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/NSString+SHExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/NSString+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/NSString+SHExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/NSString+SHExtension.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/SHTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/SHTool.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/SHTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/SHTool.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIColor+SHExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIColor+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIColor+SHExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIColor+SHExtension.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIImage+SHExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIImage+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIImage+SHExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIImage+SHExtension.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIImageView+SHExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIImageView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIImageView+SHExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIImageView+SHExtension.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIView+SHExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHExtension/SHExtension/UIView+SHExtension.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/README.md -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortAVPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortAVPlayer.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortAVPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortAVPlayer.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_back@2x.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_camera@2x.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_cancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_cancel@2x.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_done@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_done@2x.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_take@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideo.bundle/video_take@2x.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideoViewController.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/SHShortVideo/SHShortVideo/SHShortVideoViewController.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-dummy.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-frameworks.sh -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI-resources.sh -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI.debug.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/Pods-SHChatUI/Pods-SHChatUI.release.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SDWebImage/SDWebImage.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SDWebImage/SDWebImage.debug.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SDWebImage/SDWebImage.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SDWebImage/SDWebImage.release.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHEmotionKeyboard/SHEmotionKeyboard-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHEmotionKeyboard/SHEmotionKeyboard-dummy.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHEmotionKeyboard/SHEmotionKeyboard.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHEmotionKeyboard/SHEmotionKeyboard.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHExtension/SHExtension-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHExtension/SHExtension-dummy.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHExtension/SHExtension-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHExtension/SHExtension-prefix.pch -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHExtension/SHExtension.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHExtension/SHExtension.debug.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHExtension/SHExtension.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHExtension/SHExtension.release.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo-dummy.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo-prefix.pch -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo.debug.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo.release.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/SHShortVideo/SHShortVideo.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert-dummy.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert-prefix.pch -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert.debug.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert.release.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/Target Support Files/VoiceConvert/VoiceConvert.xcconfig -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/UIView+SHExtension/UIView+SHExtension.podspec -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/LICENSE -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/README.md -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/VoiceConverter.mm -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/amrFileCodec.mm -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/amrwapper/wav.mm -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/lib/libopencore-amrnb.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/lib/libopencore-amrnb.a -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/lib/libopencore-amrwb.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/lib/libopencore-amrwb.a -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/dec_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/dec_if.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/if_rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/Pods/VoiceConvert/VoiceConvert/VoiceConvert/opencore-amrwb/if_rom.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/AppDelegate.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/AppDelegate.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/headImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/headImage.imageset/Contents.json -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/headImage.imageset/headImage.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/headImage.imageset/headImage.jpeg -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/message_bg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/message_bg.imageset/Contents.json -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/message_bg.imageset/message_bg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Assets.xcassets/message_bg.imageset/message_bg.jpeg -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/Info.plist -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHAudioTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHAudioTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHAudioTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHAudioTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHCardTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHCardTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHCardTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHCardTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHFileTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHFileTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHFileTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHFileTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHGifTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHGifTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHGifTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHGifTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHImageTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHImageTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHImageTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHImageTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHLocationTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHLocationTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHLocationTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHLocationTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHMessageTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHMessageTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHMessageTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHMessageTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHNoteTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHNoteTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHNoteTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHNoteTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHRedPaperTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHRedPaperTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHRedPaperTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHRedPaperTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHTextTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHTextTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHTextTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHTextTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHVideoTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHVideoTableViewCell.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHVideoTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Cell/SHVideoTableViewCell.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Controllers/LocationVC(定位制器)/Model/SHLocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Controllers/LocationVC(定位制器)/Model/SHLocation.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Controllers/LocationVC(定位制器)/Model/SHLocation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Controllers/LocationVC(定位制器)/Model/SHLocation.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Controllers/SHChatMessageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Controllers/SHChatMessageViewController.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Controllers/SHChatMessageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Controllers/SHChatMessageViewController.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/AudioHelper(语音帮助类)/SHAudioPlayerHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/AudioHelper(语音帮助类)/SHAudioPlayerHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/AudioHelper(语音帮助类)/SHAudioPlayerHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/AudioHelper(语音帮助类)/SHAudioPlayerHelper.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/AudioHelper(语音帮助类)/SHAudioRecordHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/AudioHelper(语音帮助类)/SHAudioRecordHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/AudioHelper(语音帮助类)/SHAudioRecordHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/AudioHelper(语音帮助类)/SHAudioRecordHelper.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/FileHelper(文件帮助类)/SHFileHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/FileHelper(文件帮助类)/SHFileHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/FileHelper(文件帮助类)/SHFileHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/FileHelper(文件帮助类)/SHFileHelper.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/MessageHelper(消息帮助类)/SHMessageHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/MessageHelper(消息帮助类)/SHMessageHelper.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/MessageHelper(消息帮助类)/SHMessageHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Helper/MessageHelper(消息帮助类)/SHMessageHelper.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Models/SHMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Models/SHMessage.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Models/SHMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Models/SHMessage.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Models/SHMessageFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Models/SHMessageFrame.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Models/SHMessageFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Models/SHMessageFrame.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_face.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_file.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_keyboard.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_menu.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_message_receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_message_receive.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_message_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_message_send.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_call.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_card.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_file.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_loc.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_other.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_pic.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_red.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_more_video.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_picture.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice1.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice2.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice3.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice4.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_receive_voice5.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_red.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_red_receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_red_receive.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice1.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice2.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice3.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice4.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_send_voice5.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_video.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_voice.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_voice_unread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/chat_voice_unread.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/message_bg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/message_bg.jpeg -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/message_fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/message_fail.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/unread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/unread.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/unread_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/unread_bg.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_change.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_failure.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_0.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_1.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_2.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_3.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_4.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_5.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_6.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHChatUI.bundle/voice_play_animation_7.png -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHMessageEnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHMessageEnum.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHMessageHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/SHMessageHeader.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageContentView(消息内容)/SHBubbleButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageContentView(消息内容)/SHBubbleButton.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageContentView(消息内容)/SHBubbleButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageContentView(消息内容)/SHBubbleButton.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageContentView(消息内容)/SHTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageContentView(消息内容)/SHTextView.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageContentView(消息内容)/SHTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageContentView(消息内容)/SHTextView.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageHelperView(语音)/SHMessageVoiceHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageHelperView(语音)/SHMessageVoiceHUD.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageHelperView(语音)/SHMessageVoiceHUD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageHelperView(语音)/SHMessageVoiceHUD.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageMenuView(多媒体菜单)/SHShareMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageMenuView(多媒体菜单)/SHShareMenuItem.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageMenuView(多媒体菜单)/SHShareMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageMenuView(多媒体菜单)/SHShareMenuItem.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageMenuView(多媒体菜单)/SHShareMenuView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageMenuView(多媒体菜单)/SHShareMenuView.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageMenuView(多媒体菜单)/SHShareMenuView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/MessageMenuView(多媒体菜单)/SHShareMenuView.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/SHMenuController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/SHMenuController.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/SHMenuController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/SHMenuController.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/SHMessageInputView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/SHMessageInputView.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/SHMessageInputView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/SHChatUI/Views/SHMessageInputView.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/ViewController.h -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/ViewController.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUI/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUI/main.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUITests/Info.plist -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUITests/SHChatUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUITests/SHChatUITests.m -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUIUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUIUITests/Info.plist -------------------------------------------------------------------------------- /SHChatUI(多种Cell)/SHChatUI/SHChatUIUITests/SHChatUIUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CCSH/SHChatMessageUI/HEAD/SHChatUI(多种Cell)/SHChatUI/SHChatUIUITests/SHChatUIUITests.m --------------------------------------------------------------------------------