├── .gitignore ├── EnglishCommunity-swift.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcuserdata │ └── feng.xcuserdatad │ └── xcschemes │ ├── EnglishCommunity-swift.xcscheme │ └── xcschememanagement.plist ├── EnglishCommunity-swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── iconiPadApp_76pt.png │ │ ├── iconiPadApp_76pt@2x.png │ │ ├── iconiPadNotifications_20pt.png │ │ ├── iconiPadNotifications_20pt@2x.png │ │ ├── iconiPadProApp_83.5pt@2x.png │ │ ├── iconiPadSpootlight5_29pt.png │ │ ├── iconiPadSpootlight5_29pt@2x.png │ │ ├── iconiPadSpootlight7_40pt.png │ │ ├── iconiPadSpootlight7_40pt@2x.png │ │ ├── iconiPhoneApp_60pt@2x.png │ │ ├── iconiPhoneApp_60pt@3x.png │ │ ├── iconiPhoneNotification_20pt@2x.png │ │ ├── iconiPhoneNotification_20pt@3x.png │ │ ├── iconiPhoneSpootlight5_29pt@2x.png │ │ ├── iconiPhoneSpootlight5_29pt@3x.png │ │ ├── iconiPhoneSpootlight7_40pt@2x.png │ │ └── iconiPhoneSpootlight7_40pt@3x.png │ ├── Category │ │ ├── Contents.json │ │ ├── category_teacher_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── category_teacher_icon@2x.png │ │ │ └── category_teacher_icon@3x.png │ │ ├── danci.imageset │ │ │ ├── Contents.json │ │ │ ├── danci@2x.png │ │ │ └── danci@3x.png │ │ ├── fenlei.imageset │ │ │ ├── Contents.json │ │ │ ├── fenlei@2x.png │ │ │ └── fenlei@3x.png │ │ ├── kouyu.imageset │ │ │ ├── Contents.json │ │ │ ├── kouyu@2x.png │ │ │ └── kouyu@3x.png │ │ ├── tingli.imageset │ │ │ ├── Contents.json │ │ │ ├── tingli@2x.png │ │ │ └── tingli@3x.png │ │ ├── yinbiao.imageset │ │ │ ├── Contents.json │ │ │ ├── yinbiao@2x.png │ │ │ └── yinbiao@3x.png │ │ ├── yuedu.imageset │ │ │ ├── Contents.json │ │ │ ├── yuedu@2x.png │ │ │ └── yuedu@3x.png │ │ ├── yufa.imageset │ │ │ ├── Contents.json │ │ │ ├── yufa@2x.png │ │ │ └── yufa@3x.png │ │ └── zuowen.imageset │ │ │ ├── Contents.json │ │ │ ├── zuowen@2x.png │ │ │ └── zuowen@3x.png │ ├── Contents.json │ ├── Emotion │ │ ├── Contents.json │ │ ├── compose_emotion_delete.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_emotion_delete@2x.png │ │ │ └── compose_emotion_delete@3x.png │ │ └── compose_emotion_delete_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_emotion_delete_highlighted@2x.png │ │ │ └── compose_emotion_delete_highlighted@3x.png │ ├── Grammar │ │ ├── Contents.json │ │ ├── grammar_pause.imageset │ │ │ ├── Contents.json │ │ │ ├── grammar_pause@2x.png │ │ │ └── grammar_pause@3x.png │ │ └── grammar_play.imageset │ │ │ ├── Contents.json │ │ │ ├── grammar_play@2x.png │ │ │ └── grammar_play@3x.png │ ├── Home │ │ ├── Contents.json │ │ ├── btn_more.imageset │ │ │ ├── Contents.json │ │ │ ├── gengduojiantou@2x.png │ │ │ └── gengduojiantou@3x.png │ │ └── home_header_line.imageset │ │ │ ├── Contents.json │ │ │ ├── home_header_line@2x.png │ │ │ └── home_header_line@3x.png │ ├── Launch │ │ ├── Contents.json │ │ └── launch_image.imageset │ │ │ ├── Contents.json │ │ │ └── launch_image.png │ ├── Navigation │ │ ├── Contents.json │ │ ├── navigation_back_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── navigation_back_normal@2x.png │ │ │ └── navigation_back_normal@3x.png │ │ ├── navigation_background.imageset │ │ │ ├── Contents.json │ │ │ └── navigation_background@2x.png │ │ ├── navigation_search_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── navigation_search_icon@2x.png │ │ │ └── navigation_search_icon@3x.png │ │ ├── navigation_search_icon_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── navigation_search_icon_selected@2x.png │ │ │ └── navigation_search_icon_selected@3x.png │ │ ├── top_navigation_back_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── interface---arrow-left@2x.png │ │ │ └── interface---arrow-left@3x.png │ │ └── top_navigation_close.imageset │ │ │ ├── Contents.json │ │ │ └── top_navigation_close@2x.png │ ├── PhotoBrowser │ │ ├── Contents.json │ │ └── photo_browser_download.imageset │ │ │ ├── Contents.json │ │ │ └── photo_browser_download@2x.png │ ├── PhotoSelector │ │ ├── Contents.json │ │ ├── compose_photo_close.imageset │ │ │ ├── Contents.json │ │ │ └── compose_photo_close@2x.png │ │ ├── compose_pic_add.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_pic_add@2x.png │ │ │ └── compose_pic_add@3x.png │ │ └── compose_pic_add_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_pic_add_highlighted@2x.png │ │ │ └── compose_pic_add_highlighted@3x.png │ ├── PlayDetail │ │ ├── Contents.json │ │ ├── cache_delete.imageset │ │ │ ├── Contents.json │ │ │ └── cache_delete@2x.png │ │ ├── cache_download.imageset │ │ │ ├── Contents.json │ │ │ └── xiazai@2x.png │ │ ├── node_app_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── node_app_normal@2x.png │ │ │ └── node_app_normal@3x.png │ │ ├── node_app_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── node_app@2x.png │ │ │ └── node_app@3x.png │ │ ├── node_web_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── node_web@2x.png │ │ │ └── node_web@3x.png │ │ ├── node_web_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── node_web_selected@2x.png │ │ │ └── node_web_selected@3x.png │ │ ├── player_bottom_btn_bg.imageset │ │ │ ├── Contents.json │ │ │ ├── player_bottom_btn_bg@2x.png │ │ │ └── player_bottom_btn_bg@3x.png │ │ ├── player_bottom_collection_bg.imageset │ │ │ ├── Contents.json │ │ │ ├── player_bottom_collection_bg@2x.png │ │ │ └── player_bottom_collection_bg@3x.png │ │ ├── player_bottom_download_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── player_bottom_download_icon@2x.png │ │ │ └── player_bottom_download_icon@3x.png │ │ ├── player_bottom_route_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── player_bottom_route_icon@2x.png │ │ │ └── player_bottom_route_icon@3x.png │ │ ├── player_bottom_share_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── player_bottom_share_icon@2x.png │ │ │ └── player_bottom_share_icon@3x.png │ │ ├── player_list_normal_icon.imageset │ │ │ ├── Contents.json │ │ │ └── player_list_normal_icon@2x.png │ │ ├── player_list_selected_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── player_list_selected_icon@2x.png │ │ │ └── player_list_selected_icon@3x.png │ │ ├── player_placeholder_bg.imageset │ │ │ ├── Contents.json │ │ │ └── player_placeholder_bg@2x.png │ │ └── player_top_bar_line.imageset │ │ │ ├── Contents.json │ │ │ ├── player_top_bar_line@2x.png │ │ │ └── player_top_bar_line@3x.png │ ├── Profile │ │ ├── Contents.json │ │ ├── Welcome.imageset │ │ │ ├── Contents.json │ │ │ ├── Welcome@2x.png │ │ │ └── Welcome@3x.png │ │ ├── account_snslogin_icon_1.imageset │ │ │ ├── Contents.json │ │ │ └── share_platform_qqfriends@2x.png │ │ ├── account_snslogin_icon_3.imageset │ │ │ ├── Contents.json │ │ │ └── share_platform_sina@2x.png │ │ ├── bierenziliao_icon_guanzhu.imageset │ │ │ ├── Contents.json │ │ │ ├── bierenziliao_icon_guanzhu@2x.png │ │ │ └── bierenziliao_icon_guanzhu@3x.png │ │ ├── boy_dongtai.imageset │ │ │ ├── Contents.json │ │ │ ├── boy_dongtai@2x.png │ │ │ └── boy_dongtai@3x.png │ │ ├── boy_ziliao.imageset │ │ │ ├── Contents.json │ │ │ ├── boy_ziliao@2x.png │ │ │ └── boy_ziliao@3x.png │ │ ├── default-portrait.imageset │ │ │ ├── Contents.json │ │ │ ├── default-portrait@2x.png │ │ │ └── default-portrait@3x.png │ │ ├── girl_dongtai.imageset │ │ │ ├── Contents.json │ │ │ ├── girl_dongtai@2x.png │ │ │ └── girl_dongtai@3x.png │ │ ├── girl_ziliao.imageset │ │ │ ├── Contents.json │ │ │ ├── girl_ziliao@2x.png │ │ │ └── girl_ziliao@3x.png │ │ ├── login_background.imageset │ │ │ ├── Contents.json │ │ │ └── denglu_jiangbian_bg@2x.png │ │ ├── placeholder_button_bg.imageset │ │ │ ├── Contents.json │ │ │ ├── meiyoukecheng@2x.png │ │ │ └── meiyoukecheng@3x.png │ │ ├── profile_setting_icon_dark.imageset │ │ │ ├── Contents.json │ │ │ ├── wode_icon_shezhi_hui@2x.png │ │ │ └── wode_icon_shezhi_hui@3x.png │ │ ├── profile_setting_icon_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── profile_setting_icon_highlighted@2x.png │ │ │ └── profile_setting_icon_highlighted@3x.png │ │ ├── profile_setting_icon_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── profile_setting_icon_normal@2x.png │ │ │ └── profile_setting_icon_normal@3x.png │ │ ├── profile_topbar_collection.imageset │ │ │ ├── Contents.json │ │ │ ├── wode_icon_haoyou@2x.png │ │ │ └── wode_icon_haoyou@3x.png │ │ ├── profile_topbar_comment.imageset │ │ │ ├── Contents.json │ │ │ ├── wode_icon_xiaoxi@2x.png │ │ │ └── wode_icon_xiaoxi@3x.png │ │ ├── profile_topbar_download.imageset │ │ │ ├── Contents.json │ │ │ ├── profile_topbar_download@2x.png │ │ │ └── profile_topbar_download@3x.png │ │ ├── profile_topbar_info.imageset │ │ │ ├── Contents.json │ │ │ ├── wod_icon_ziliao@2x.png │ │ │ └── wod_icon_ziliao@3x.png │ │ ├── setting_arrow_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── shezhi_icon_jiantou@2x.png │ │ │ └── shezhi_icon_jiantou@3x.png │ │ └── weidenglu.imageset │ │ │ ├── Contents.json │ │ │ ├── weidenglu@2x.png │ │ │ └── weidenglu@3x.png │ ├── Publish │ │ ├── Contents.json │ │ ├── compose_camerabutton_background.imageset │ │ │ ├── Contents.json │ │ │ └── compose_camerabutton_background@2x.png │ │ ├── compose_camerabutton_background_highlighted.imageset │ │ │ ├── Contents.json │ │ │ └── compose_camerabutton_background_highlighted@2x.png │ │ ├── compose_emoticonbutton_background.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_emoticonbutton_background@2x.png │ │ │ └── compose_emoticonbutton_background@3x.png │ │ ├── compose_emoticonbutton_background_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_emoticonbutton_background_highlighted@2x.png │ │ │ └── compose_emoticonbutton_background_highlighted@3x.png │ │ ├── compose_keyboardbutton_background.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_keyboardbutton_background@2x.png │ │ │ └── compose_keyboardbutton_background@3x.png │ │ ├── compose_keyboardbutton_background_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_keyboardbutton_background_highlighted@2x.png │ │ │ └── compose_keyboardbutton_background_highlighted@3x.png │ │ ├── compose_mentionbutton_background.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_mentionbutton_background@2x.png │ │ │ └── compose_mentionbutton_background@3x.png │ │ ├── compose_mentionbutton_background_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_mentionbutton_background_highlighted@2x.png │ │ │ └── compose_mentionbutton_background_highlighted@3x.png │ │ ├── compose_toolbar_picture.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_toolbar_picture@2x.png │ │ │ └── compose_toolbar_picture@3x.png.png │ │ ├── compose_toolbar_picture_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_toolbar_picture_highlighted@2x.png │ │ │ └── compose_toolbar_picture_highlighted@3x.png │ │ ├── compose_trendbutton_background.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_trendbutton_background@2x.png │ │ │ └── compose_trendbutton_background@3x.png │ │ ├── compose_trendbutton_background_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── compose_trendbutton_background_highlighted@2x.png │ │ │ └── compose_trendbutton_background_highlighted@3x.png │ │ ├── publish_select_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── publish_select_normal@2x.png │ │ │ └── publish_select_normal@3x.png │ │ └── publish_select_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── publish_select_selected@2x.png │ │ │ └── publish_select_selected@3x.png │ ├── Share │ │ ├── Contents.json │ │ ├── share_friend.imageset │ │ │ ├── Contents.json │ │ │ ├── friend@2x.png │ │ │ └── friend@3x.png │ │ ├── share_qq.imageset │ │ │ ├── Contents.json │ │ │ ├── qq@2x.png │ │ │ └── qq@3x.png │ │ ├── share_qqkj.imageset │ │ │ ├── Contents.json │ │ │ ├── share_qqkj@2x.png │ │ │ └── share_qqkj@3x.png │ │ ├── share_wechat.imageset │ │ │ ├── Contents.json │ │ │ ├── wechat@2x.png │ │ │ └── wechat@3x.png │ │ ├── share_weibo.imageset │ │ │ ├── Contents.json │ │ │ ├── weibo@2x.png │ │ │ └── weibo@3x.png │ │ ├── sns_icon_qq.imageset │ │ │ ├── Contents.json │ │ │ └── sns_icon_qq@2x.png │ │ ├── sns_icon_qqkj.imageset │ │ │ ├── Contents.json │ │ │ └── sns_icon_qqkj@2x.png │ │ ├── sns_icon_sina.imageset │ │ │ ├── Contents.json │ │ │ └── sns_icon_sina@2x.png │ │ └── sns_icon_wx.imageset │ │ │ ├── Contents.json │ │ │ └── sns_icon_wx@2x.png │ ├── TabBar │ │ ├── Contents.json │ │ ├── tab_profile_icon_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── wodeweixuan@2x.png │ │ │ └── wodeweixuan@3x.png │ │ ├── tab_profile_icon_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── dongtaiyixuan@2x.png │ │ │ └── dongtaiyixuan@3x.png │ │ ├── tabbar_grammar_icon_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── shouceweixuan@2x.png │ │ │ └── shouceweixuan@3x.png │ │ ├── tabbar_grammar_icon_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── shouceyiyuan@2x.png │ │ │ └── shouceyiyuan@3x.png │ │ ├── tabbar_publish_icon_normal.imageset │ │ │ ├── +@2x.png │ │ │ ├── +@3x.png │ │ │ └── Contents.json │ │ ├── tabbar_publish_icon_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── anxia@2x.png │ │ │ └── anxia@3x.png │ │ ├── tabbar_trends_icon_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── dongtaiweixuan@2x.png │ │ │ └── dongtaiweixuan@3x.png │ │ ├── tabbar_trends_icon_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── dongtaiyiyuan@2x.png │ │ │ └── dongtaiyiyuan@3x.png │ │ ├── tabbar_video_icon_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── homeweixuan@2x.png │ │ │ └── homeweixuan@3x.png │ │ └── tabbar_video_icon_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── homeyixuan@2x.png │ │ │ └── homeyixuan@3x.png │ ├── Tweet │ │ ├── Contents.json │ │ ├── comment_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── dongtai_xiaoxi_icon@2x.png │ │ │ └── dongtai_xiaoxi_icon@3x.png │ │ ├── dongtai_yizan.imageset │ │ │ ├── Contents.json │ │ │ ├── dongtai_yizan@2x.png │ │ │ └── dongtai_yizan@3x.png │ │ ├── emotion_btn_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── emotion_btn_icon@2x.png │ │ │ └── emotion_btn_icon@3x.png │ │ ├── keyboard_btn_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── keyboard_btn_icon@2x.png │ │ │ └── keyboard_btn_icon@3x.png │ │ ├── star_icon_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── dongtai_zan_icon@2x.png │ │ │ └── dongtai_zan_icon@3x.png │ │ └── star_icon_selected.imageset │ │ │ ├── Contents.json │ │ │ ├── dongtai_zan_icon_anxia@2x.png │ │ │ └── dongtai_zan_icon_anxia@3x.png │ └── share.imageset │ │ ├── Contents.json │ │ └── share@2x.jpg ├── Base.lproj │ └── LaunchScreen.storyboard ├── Classes │ ├── Application │ │ ├── Api.swift │ │ ├── AppDelegate.swift │ │ ├── Config.swift │ │ ├── EnglishCommunity-swift-Bridging-Header.h │ │ └── JFAdManager.swift │ ├── Categories │ │ ├── FFLabel.swift │ │ ├── NSDateExtension.swift │ │ ├── StringExtension.swift │ │ ├── UIBarButtionItem.swift │ │ ├── UIButtonExtension.swift │ │ ├── UIColorExtension.swift │ │ ├── UIImageExtension.swift │ │ ├── UIImageViewWebImage.swift │ │ └── UIViewExtension.swift │ ├── Model │ │ ├── JFAccountModel.swift │ │ └── JFAppStoreApp.swift │ ├── Module │ │ ├── Grammar │ │ │ ├── Controller │ │ │ │ ├── JFGrammarDetailViewController.swift │ │ │ │ └── JFGrammarViewController.swift │ │ │ ├── Model │ │ │ │ └── JFGrammar.swift │ │ │ └── View │ │ │ │ ├── JFGrammarListCell.swift │ │ │ │ ├── JFMusicPlayerView.swift │ │ │ │ └── JFMusicPlayerView.xib │ │ ├── Home │ │ │ ├── Controller │ │ │ │ ├── JFCategoryViewController.swift │ │ │ │ ├── JFHomeViewController.swift │ │ │ │ ├── JFPlayerViewController.swift │ │ │ │ ├── JFSearchViewController.swift │ │ │ │ ├── JFVideoDownloadViewController.swift │ │ │ │ └── JFWebPlayerViewController.swift │ │ │ ├── Model │ │ │ │ ├── JFShareItemModel.swift │ │ │ │ ├── JFVideo.swift │ │ │ │ ├── JFVideoCategory.swift │ │ │ │ └── JFVideoInfo.swift │ │ │ └── View │ │ │ │ ├── Category │ │ │ │ ├── JFCategoryListCell.swift │ │ │ │ └── JFCategoryListCell.xib │ │ │ │ ├── Detail │ │ │ │ ├── JFDetailBottomBarView.swift │ │ │ │ ├── JFDetailBottomBarView.xib │ │ │ │ ├── JFDetailHeaderView.swift │ │ │ │ ├── JFDetailVideoCell.swift │ │ │ │ ├── JFDetailVideoCell.xib │ │ │ │ ├── JFProgressView.swift │ │ │ │ ├── JFSelectNodeView.swift │ │ │ │ ├── JFSelectNodeView.xib │ │ │ │ ├── JFShareItemCell.swift │ │ │ │ ├── JFShareView.swift │ │ │ │ ├── JFTopBarView.swift │ │ │ │ └── JFTopBarView.xib │ │ │ │ └── Home │ │ │ │ ├── JFCategoriesCell.swift │ │ │ │ ├── JFCategoriesCellItem.swift │ │ │ │ ├── JFCategoriesCellItem.xib │ │ │ │ ├── JFHomeCell.swift │ │ │ │ ├── JFHomeCellItem.swift │ │ │ │ ├── JFHomeCellItem.xib │ │ │ │ ├── JFHomeSectionHeaderView.swift │ │ │ │ └── JFHomeSectionHeaderView.xib │ │ ├── Main │ │ │ ├── Controller │ │ │ │ ├── JFNavigationController.swift │ │ │ │ └── JFTabBarController.swift │ │ │ └── View │ │ │ │ ├── JFFPSLabel.swift │ │ │ │ └── JFTabBar.swift │ │ ├── Profile │ │ │ ├── Controller │ │ │ │ ├── Base │ │ │ │ │ └── JFBaseTableViewController.swift │ │ │ │ ├── Friend │ │ │ │ │ └── JFFriendViewController.swift │ │ │ │ ├── Information │ │ │ │ │ ├── JFInfomationViewController.swift │ │ │ │ │ └── JFOtherUserViewController.swift │ │ │ │ ├── JFProfileViewController.swift │ │ │ │ ├── Login │ │ │ │ │ ├── JFForgotViewController.swift │ │ │ │ │ ├── JFForgotViewController.xib │ │ │ │ │ ├── JFLoginViewController.swift │ │ │ │ │ ├── JFLoginViewController.xib │ │ │ │ │ ├── JFRegisterViewController.swift │ │ │ │ │ └── JFRegisterViewController.xib │ │ │ │ ├── Message │ │ │ │ │ └── JFMessageListViewController.swift │ │ │ │ └── Setting │ │ │ │ │ ├── JFAboutMeViewController.swift │ │ │ │ │ ├── JFFeedbackViewController.swift │ │ │ │ │ ├── JFSafeViewController.swift │ │ │ │ │ ├── JFSettingViewController.swift │ │ │ │ │ └── Safe │ │ │ │ │ └── JFModifyPasswordViewController.swift │ │ │ ├── Model │ │ │ │ ├── Base │ │ │ │ │ ├── JFProfileCellArrowModel.swift │ │ │ │ │ ├── JFProfileCellGroupModel.swift │ │ │ │ │ ├── JFProfileCellLabelModel.swift │ │ │ │ │ ├── JFProfileCellModel.swift │ │ │ │ │ └── JFProfileCellSwitchModel.swift │ │ │ │ └── JFMessageRecord.swift │ │ │ └── View │ │ │ │ ├── Base │ │ │ │ └── JFProfileCell.swift │ │ │ │ ├── Download │ │ │ │ ├── JFTopStoreInfoView.swift │ │ │ │ ├── JFTopStoreInfoView.xib │ │ │ │ ├── JFVideoDownloadBottomView.swift │ │ │ │ ├── JFVideoDownloadBottomView.xib │ │ │ │ └── JFVideoDownloadCell.swift │ │ │ │ ├── Friend │ │ │ │ └── JFFriendCell.swift │ │ │ │ ├── Infomation │ │ │ │ ├── JFInfoHeaderView.swift │ │ │ │ └── JFInfoHeaderView.xib │ │ │ │ ├── JFProfileHeaderView.swift │ │ │ │ ├── JFProfileHeaderView.xib │ │ │ │ ├── JFProfileNavigationBarView.swift │ │ │ │ ├── JFProfileTopButton.swift │ │ │ │ └── Message │ │ │ │ └── JFMessageRecordCell.swift │ │ ├── Publish │ │ │ ├── Controller │ │ │ │ ├── JFPublishViewController.swift │ │ │ │ └── JFSelectFriendViewController.swift │ │ │ ├── Model │ │ │ │ └── JFRelationUser.swift │ │ │ └── View │ │ │ │ ├── JFPlaceholderTextView.swift │ │ │ │ └── JFSelectFriendCell.swift │ │ └── Tweets │ │ │ ├── Controller │ │ │ ├── JFTweetDetailViewController.swift │ │ │ └── JFTweetViewController.swift │ │ │ ├── Model │ │ │ ├── JFComment.swift │ │ │ └── JFTweet.swift │ │ │ └── View │ │ │ ├── JFCommentCell.swift │ │ │ ├── JFCommentCell.xib │ │ │ ├── JFMultiTextView.swift │ │ │ ├── JFTweetDetailHeaderView.swift │ │ │ ├── JFTweetListCell.swift │ │ │ └── JFTweetPictureView.swift │ ├── Utils │ │ ├── JFDALManager.swift │ │ ├── JFDownloadManager.swift │ │ ├── JFNetworkTools.swift │ │ ├── JFProgressHUD.swift │ │ ├── JFSQLiteManager.swift │ │ ├── JFStoreInfoTool.h │ │ ├── JFStoreInfoTool.m │ │ ├── LBToAppStore.h │ │ └── LBToAppStore.m │ └── Vendor │ │ ├── BMPlayer │ │ ├── BMPlayer.bundle │ │ │ ├── BMPlayer_169@2x.png │ │ │ ├── BMPlayer_169@3x.png │ │ │ ├── BMPlayer_43@2x.png │ │ │ ├── BMPlayer_43@3x.png │ │ │ ├── BMPlayer_back@2x.png │ │ │ ├── BMPlayer_back@3x.png │ │ │ ├── BMPlayer_fullscreen@2x.png │ │ │ ├── BMPlayer_fullscreen@3x.png │ │ │ ├── BMPlayer_mask_image@2x.png │ │ │ ├── BMPlayer_mask_image@3x.png │ │ │ ├── BMPlayer_pause@2x.png │ │ │ ├── BMPlayer_pause@3x.png │ │ │ ├── BMPlayer_play@2x.png │ │ │ ├── BMPlayer_play@3x.png │ │ │ ├── BMPlayer_portialscreen@2x.png │ │ │ ├── BMPlayer_portialscreen@3x.png │ │ │ ├── BMPlayer_ratio@2x.png │ │ │ ├── BMPlayer_ratio@3x.png │ │ │ ├── BMPlayer_replay@2x.png │ │ │ ├── BMPlayer_replay@3x.png │ │ │ ├── BMPlayer_seek_to_image@2x.png │ │ │ ├── BMPlayer_seek_to_image@3x.png │ │ │ ├── BMPlayer_slider_thumb@2x.png │ │ │ └── BMPlayer_slider_thumb@3x.png │ │ ├── BMPlayer.swift │ │ ├── BMPlayerClearityChooseButton.swift │ │ ├── BMPlayerControlView.swift │ │ ├── BMPlayerItem.swift │ │ ├── BMPlayerLayerView.swift │ │ ├── BMPlayerManager.swift │ │ └── BMPlayerProtocols.swift │ │ ├── Emoticon │ │ ├── Emoticons.bundle │ │ │ ├── DisplayOnly │ │ │ │ ├── com.sina.display_only │ │ │ │ │ ├── composer_rating_small_icon@2x.png │ │ │ │ │ ├── composer_rating_small_icon_half@2x.png │ │ │ │ │ ├── composer_rating_small_icon_highlighted@2x.png │ │ │ │ │ └── emotioninfo.plist │ │ │ │ ├── composer_rating_small_icon@2x.png │ │ │ │ ├── composer_rating_small_icon_half@2x.png │ │ │ │ ├── composer_rating_small_icon_highlighted@2x.png │ │ │ │ ├── display_only.plist │ │ │ │ └── emotioninfo.plist │ │ │ ├── com.apple.emoji │ │ │ │ └── emotioninfo.plist │ │ │ ├── com.sina.default │ │ │ │ ├── d_aini@2x.png │ │ │ │ ├── d_aini@3x.png │ │ │ │ ├── d_aoteman@2x.png │ │ │ │ ├── d_aoteman@3x.png │ │ │ │ ├── d_baibai@2x.png │ │ │ │ ├── d_baibai@3x.png │ │ │ │ ├── d_beishang@2x.png │ │ │ │ ├── d_beishang@3x.png │ │ │ │ ├── d_bishi@2x.png │ │ │ │ ├── d_bishi@3x.png │ │ │ │ ├── d_bizui@2x.png │ │ │ │ ├── d_bizui@3x.png │ │ │ │ ├── d_chanzui@2x.png │ │ │ │ ├── d_chanzui@3x.png │ │ │ │ ├── d_chijing@2x.png │ │ │ │ ├── d_chijing@3x.png │ │ │ │ ├── d_dahaqi@2x.png │ │ │ │ ├── d_dahaqi@3x.png │ │ │ │ ├── d_dalian@2x.png │ │ │ │ ├── d_dalian@3x.png │ │ │ │ ├── d_ding@2x.png │ │ │ │ ├── d_ding@3x.png │ │ │ │ ├── d_doge@2x.png │ │ │ │ ├── d_feizao@2x.png │ │ │ │ ├── d_feizao@3x.png │ │ │ │ ├── d_ganmao@2x.png │ │ │ │ ├── d_ganmao@3x.png │ │ │ │ ├── d_guzhang@2x.png │ │ │ │ ├── d_guzhang@3x.png │ │ │ │ ├── d_haha@2x.png │ │ │ │ ├── d_haixiu@2x.png │ │ │ │ ├── d_haixiu@3x.png │ │ │ │ ├── d_han@2x.png │ │ │ │ ├── d_han@3x.png │ │ │ │ ├── d_hehe@2x.png │ │ │ │ ├── d_hehe@3x.png │ │ │ │ ├── d_heixian@2x.png │ │ │ │ ├── d_heixian@3x.png │ │ │ │ ├── d_heng@2x.png │ │ │ │ ├── d_heng@3x.png │ │ │ │ ├── d_huaxin@2x.png │ │ │ │ ├── d_huaxin@3x.png │ │ │ │ ├── d_jiyan@2x.png │ │ │ │ ├── d_jiyan@3x.png │ │ │ │ ├── d_keai@2x.png │ │ │ │ ├── d_keai@3x.png │ │ │ │ ├── d_kelian@2x.png │ │ │ │ ├── d_kelian@3x.png │ │ │ │ ├── d_ku@2x.png │ │ │ │ ├── d_ku@3x.png │ │ │ │ ├── d_kun@2x.png │ │ │ │ ├── d_kun@3x.png │ │ │ │ ├── d_landelini@2x.png │ │ │ │ ├── d_landelini@3x.png │ │ │ │ ├── d_lang@2x.png │ │ │ │ ├── d_lang@3x.png │ │ │ │ ├── d_lei@2x.png │ │ │ │ ├── d_lei@3x.png │ │ │ │ ├── d_madaochenggong@2x.png │ │ │ │ ├── d_miao@2x.png │ │ │ │ ├── d_miao@3x.png │ │ │ │ ├── d_nanhaier@2x.png │ │ │ │ ├── d_nanhaier@3x.png │ │ │ │ ├── d_nu@2x.png │ │ │ │ ├── d_nu@3x.png │ │ │ │ ├── d_numa@2x.png │ │ │ │ ├── d_numa@3x.png │ │ │ │ ├── d_nvhaier@2x.png │ │ │ │ ├── d_nvhaier@3x.png │ │ │ │ ├── d_qian@2x.png │ │ │ │ ├── d_qian@3x.png │ │ │ │ ├── d_qinqin@2x.png │ │ │ │ ├── d_qinqin@3x.png │ │ │ │ ├── d_shayan@2x.png │ │ │ │ ├── d_shayan@3x.png │ │ │ │ ├── d_shengbing@2x.png │ │ │ │ ├── d_shengbing@3x.png │ │ │ │ ├── d_shenshou@2x.png │ │ │ │ ├── d_shenshou@3x.png │ │ │ │ ├── d_shiwang@2x.png │ │ │ │ ├── d_shiwang@3x.png │ │ │ │ ├── d_shuai@2x.png │ │ │ │ ├── d_shuai@3x.png │ │ │ │ ├── d_shuijiao@2x.png │ │ │ │ ├── d_shuijiao@3x.png │ │ │ │ ├── d_sikao@2x.png │ │ │ │ ├── d_sikao@3x.png │ │ │ │ ├── d_taikaixin@2x.png │ │ │ │ ├── d_taikaixin@3x.png │ │ │ │ ├── d_touxiao@2x.png │ │ │ │ ├── d_touxiao@3x.png │ │ │ │ ├── d_tu@2x.png │ │ │ │ ├── d_tu@3x.png │ │ │ │ ├── d_tuzi@2x.png │ │ │ │ ├── d_tuzi@3x.png │ │ │ │ ├── d_wabishi@2x.png │ │ │ │ ├── d_wabishi@3x.png │ │ │ │ ├── d_weiqu@2x.png │ │ │ │ ├── d_weiqu@3x.png │ │ │ │ ├── d_xiaoku@2x.png │ │ │ │ ├── d_xiaoku@3x.png │ │ │ │ ├── d_xiongmao@3x.png │ │ │ │ ├── d_xixi@2x.png │ │ │ │ ├── d_xixi@3x.png │ │ │ │ ├── d_xu@2x.png │ │ │ │ ├── d_xu@3x.png │ │ │ │ ├── d_yinxian@2x.png │ │ │ │ ├── d_yinxian@3x.png │ │ │ │ ├── d_yiwen@2x.png │ │ │ │ ├── d_yiwen@3x.png │ │ │ │ ├── d_youhengheng@2x.png │ │ │ │ ├── d_youhengheng@3x.png │ │ │ │ ├── d_yun@2x.png │ │ │ │ ├── d_yun@3x.png │ │ │ │ ├── d_zhajipijiu@2x.png │ │ │ │ ├── d_zhuakuang@2x.png │ │ │ │ ├── d_zhuakuang@3x.png │ │ │ │ ├── d_zhutou@2x.png │ │ │ │ ├── d_zhutou@3x.png │ │ │ │ ├── d_zuiyou@2x.png │ │ │ │ ├── d_zuiyou@3x.png │ │ │ │ ├── d_zuohengheng@2x.png │ │ │ │ ├── d_zuohengheng@3x.png │ │ │ │ ├── emotioninfo.plist │ │ │ │ ├── f_geili@3x.png │ │ │ │ ├── f_hufen@2x.png │ │ │ │ ├── f_hufen@3x.png │ │ │ │ ├── f_jiong@2x.png │ │ │ │ ├── f_jiong@3x.png │ │ │ │ ├── f_meng@2x.png │ │ │ │ ├── f_meng@3x.png │ │ │ │ ├── f_shenma@2x.png │ │ │ │ ├── f_shenma@3x.png │ │ │ │ ├── f_v5@2x.png │ │ │ │ ├── f_v5@3x.png │ │ │ │ ├── f_xi@2x.png │ │ │ │ ├── f_xi@3x.png │ │ │ │ ├── f_zhi@2x.png │ │ │ │ ├── f_zhi@3x.png │ │ │ │ ├── h_buyao@2x.png │ │ │ │ ├── h_buyao@3x.png │ │ │ │ ├── h_good@2x.png │ │ │ │ ├── h_good@3x.png │ │ │ │ ├── h_haha@2x.png │ │ │ │ ├── h_haha@3x.png │ │ │ │ ├── h_lai@2x.png │ │ │ │ ├── h_lai@3x.png │ │ │ │ ├── h_ok@2x.png │ │ │ │ ├── h_ok@3x.png │ │ │ │ ├── h_quantou@2x.png │ │ │ │ ├── h_quantou@3x.png │ │ │ │ ├── h_ruo@2x.png │ │ │ │ ├── h_ruo@3x.png │ │ │ │ ├── h_woshou@2x.png │ │ │ │ ├── h_woshou@3x.png │ │ │ │ ├── h_ye@3x.png │ │ │ │ ├── h_zan@2x.png │ │ │ │ ├── h_zan@3x.png │ │ │ │ ├── h_zuoyi@2x.png │ │ │ │ ├── h_zuoyi@3x.png │ │ │ │ ├── l_shangxin@2x.png │ │ │ │ ├── l_shangxin@3x.png │ │ │ │ ├── l_xin@2x.png │ │ │ │ ├── l_xin@3x.png │ │ │ │ ├── o_dangao@2x.png │ │ │ │ ├── o_dangao@3x.png │ │ │ │ ├── o_feiji@2x.png │ │ │ │ ├── o_feiji@3x.png │ │ │ │ ├── o_ganbei@2x.png │ │ │ │ ├── o_ganbei@3x.png │ │ │ │ ├── o_huatong@2x.png │ │ │ │ ├── o_huatong@3x.png │ │ │ │ ├── o_lazhu@2x.png │ │ │ │ ├── o_lazhu@3x.png │ │ │ │ ├── o_liwu@2x.png │ │ │ │ ├── o_liwu@3x.png │ │ │ │ ├── o_lvsidai@2x.png │ │ │ │ ├── o_lvsidai@3x.png │ │ │ │ ├── o_weibo@2x.png │ │ │ │ ├── o_weibo@3x.png │ │ │ │ ├── o_weiguan@2x.png │ │ │ │ ├── o_weiguan@3x.png │ │ │ │ ├── o_yinyue@2x.png │ │ │ │ ├── o_yinyue@3x.png │ │ │ │ ├── o_zhaoxiangji@2x.png │ │ │ │ ├── o_zhaoxiangji@3x.png │ │ │ │ ├── o_zhong@2x.png │ │ │ │ ├── o_zhong@3x.png │ │ │ │ ├── w_fuyun@2x.png │ │ │ │ ├── w_fuyun@3x.png │ │ │ │ ├── w_shachenbao@2x.png │ │ │ │ ├── w_shachenbao@3x.png │ │ │ │ ├── w_taiyang@2x.png │ │ │ │ ├── w_taiyang@3x.png │ │ │ │ ├── w_weifeng@2x.png │ │ │ │ ├── w_weifeng@3x.png │ │ │ │ ├── w_xianhua@2x.png │ │ │ │ ├── w_xianhua@3x.png │ │ │ │ ├── w_xiayu@2x.png │ │ │ │ ├── w_xiayu@3x.png │ │ │ │ ├── w_yueliang@2x.png │ │ │ │ └── w_yueliang@3x.png │ │ │ ├── com.sina.lxh │ │ │ │ ├── emotioninfo.plist │ │ │ │ ├── lxh_beicui.png │ │ │ │ ├── lxh_beicui@2x.png │ │ │ │ ├── lxh_beidian.png │ │ │ │ ├── lxh_beidian@2x.png │ │ │ │ ├── lxh_bengkui.png │ │ │ │ ├── lxh_bengkui@2x.png │ │ │ │ ├── lxh_biefanwo.png │ │ │ │ ├── lxh_biefanwo@2x.png │ │ │ │ ├── lxh_buhaoyisi.png │ │ │ │ ├── lxh_buhaoyisi@2x.png │ │ │ │ ├── lxh_buxiangshangban.png │ │ │ │ ├── lxh_buxiangshangban@2x.png │ │ │ │ ├── lxh_deyidexiao.png │ │ │ │ ├── lxh_deyidexiao@2x.png │ │ │ │ ├── lxh_geijin.png │ │ │ │ ├── lxh_geijin@2x.png │ │ │ │ ├── lxh_haoaio.png │ │ │ │ ├── lxh_haoaio@2x.png │ │ │ │ ├── lxh_haobang.png │ │ │ │ ├── lxh_haobang@2x.png │ │ │ │ ├── lxh_haojiong.png │ │ │ │ ├── lxh_haojiong@2x.png │ │ │ │ ├── lxh_haoxihuan.png │ │ │ │ ├── lxh_haoxihuan@2x.png │ │ │ │ ├── lxh_holdzhu.png │ │ │ │ ├── lxh_holdzhu@2x.png │ │ │ │ ├── lxh_jiekexun.png │ │ │ │ ├── lxh_jiekexun@2x.png │ │ │ │ ├── lxh_jiujie.png │ │ │ │ ├── lxh_jiujie@2x.png │ │ │ │ ├── lxh_juhan.png │ │ │ │ ├── lxh_juhan@2x.png │ │ │ │ ├── lxh_koubishi.png │ │ │ │ ├── lxh_koubishi@2x.png │ │ │ │ ├── lxh_kunsile.png │ │ │ │ ├── lxh_kunsile@2x.png │ │ │ │ ├── lxh_leifeng.png │ │ │ │ ├── lxh_leifeng@2x.png │ │ │ │ ├── lxh_leiliumanmian.png │ │ │ │ ├── lxh_leiliumanmian@2x.png │ │ │ │ ├── lxh_meigui.png │ │ │ │ ├── lxh_meigui@2x.png │ │ │ │ ├── lxh_oye.png │ │ │ │ ├── lxh_oye@2x.png │ │ │ │ ├── lxh_pili.png │ │ │ │ ├── lxh_pili@2x.png │ │ │ │ ├── lxh_qiaoqiao.png │ │ │ │ ├── lxh_qiaoqiao@2x.png │ │ │ │ ├── lxh_qiubite.png │ │ │ │ ├── lxh_qiubite@2x.png │ │ │ │ ├── lxh_qiuguanzhu.png │ │ │ │ ├── lxh_qiuguanzhu@2x.png │ │ │ │ ├── lxh_quntiweiguan.png │ │ │ │ ├── lxh_quntiweiguan@2x.png │ │ │ │ ├── lxh_shuaishuaishou.png │ │ │ │ ├── lxh_shuaishuaishou@2x.png │ │ │ │ ├── lxh_toule.png │ │ │ │ ├── lxh_toule@2x.png │ │ │ │ ├── lxh_tuijian.png │ │ │ │ ├── lxh_tuijian@2x.png │ │ │ │ ├── lxh_xianghumobai.png │ │ │ │ ├── lxh_xianghumobai@2x.png │ │ │ │ ├── lxh_xiangyixiang.png │ │ │ │ ├── lxh_xiangyixiang@2x.png │ │ │ │ ├── lxh_xiaohaha.png │ │ │ │ ├── lxh_xiaohaha@2x.png │ │ │ │ ├── lxh_xiudada.png │ │ │ │ ├── lxh_xiudada@2x.png │ │ │ │ ├── lxh_xuyuan.png │ │ │ │ ├── lxh_xuyuan@2x.png │ │ │ │ ├── lxh_youyali.png │ │ │ │ ├── lxh_youyali@2x.png │ │ │ │ ├── lxh_zana.png │ │ │ │ ├── lxh_zana@2x.png │ │ │ │ ├── lxh_zaokuangzheng.png │ │ │ │ ├── lxh_zaokuangzheng@2x.png │ │ │ │ ├── lxh_zhenjing.png │ │ │ │ ├── lxh_zhenjing@2x.png │ │ │ │ ├── lxh_zhuanfa.png │ │ │ │ └── lxh_zhuanfa@2x.png │ │ │ └── emoticons.plist │ │ ├── JFEmoticon.swift │ │ ├── JFEmoticonView.swift │ │ ├── JFTextAttachment.swift │ │ └── UITextView+Emoticon.swift │ │ ├── JFPlayer │ │ ├── Image │ │ │ ├── JFPlayer_back@2x.png │ │ │ ├── JFPlayer_back@3x.png │ │ │ ├── JFPlayer_fullscreen@2x.png │ │ │ ├── JFPlayer_fullscreen@3x.png │ │ │ ├── JFPlayer_mask_image@2x.png │ │ │ ├── JFPlayer_mask_image@3x.png │ │ │ ├── JFPlayer_pause@2x.png │ │ │ ├── JFPlayer_pause@3x.png │ │ │ ├── JFPlayer_play@2x.png │ │ │ ├── JFPlayer_play@3x.png │ │ │ ├── JFPlayer_portialscreen@2x.png │ │ │ ├── JFPlayer_portialscreen@3x.png │ │ │ ├── JFPlayer_replay@2x.png │ │ │ ├── JFPlayer_replay@3x.png │ │ │ ├── JFPlayer_seek_to_image@2x.png │ │ │ ├── JFPlayer_seek_to_image@3x.png │ │ │ ├── JFPlayer_slider_thumb@2x.png │ │ │ └── JFPlayer_slider_thumb@3x.png │ │ ├── JFPlayer.swift │ │ ├── JFPlayerClearityChooseButton.swift │ │ ├── JFPlayerControlView.swift │ │ ├── JFPlayerItem.swift │ │ └── JFPlayerManager.swift │ │ ├── JPush │ │ ├── JPUSHService.h │ │ ├── jcore-ios-1.0.0.a │ │ └── jpush-ios-3.0.0.a │ │ ├── M3U8 │ │ ├── JFCommonOC.h │ │ ├── SCM3U8Analyse.h │ │ ├── SCM3U8Analyse.m │ │ ├── SCM3U8SegmentDownload.h │ │ ├── SCM3U8SegmentDownload.m │ │ ├── SCM3U8SegmentInfo.h │ │ ├── SCM3U8SegmentInfo.m │ │ ├── SCM3U8SegmentList.h │ │ ├── SCM3U8SegmentList.m │ │ ├── SCM3U8SegmentListDownload.h │ │ ├── SCM3U8SegmentListDownload.m │ │ ├── SCM3U8VideoDownload.h │ │ └── SCM3U8VideoDownload.m │ │ ├── PhotoBrowser │ │ ├── Animation │ │ │ ├── JFPhotoBrowserDismissAnimation.swift │ │ │ └── JFPhotoBrowserModalAnimation.swift │ │ ├── JFImageView.swift │ │ ├── JFPhotoBrowserCell.swift │ │ ├── JFPhotoBrowserModel.swift │ │ └── JFPhotoBrowserViewController.swift │ │ ├── PhotoSelector │ │ └── JFPhotoSelectorViewController.swift │ │ ├── UMMobClick.framework │ │ ├── Headers │ │ ├── UMMobClick │ │ └── Versions │ │ │ ├── A │ │ │ ├── Headers │ │ │ │ ├── MobClick.h │ │ │ │ ├── MobClickGameAnalytics.h │ │ │ │ └── MobClickSocialAnalytics.h │ │ │ └── UMMobClick │ │ │ └── Current │ │ └── mongoose │ │ ├── MongooseDaemon.h │ │ ├── MongooseDaemon.m │ │ ├── mongoose.c │ │ └── mongoose.h ├── EnglishCommunity-swift.entitlements ├── GoogleService-Info.plist ├── Info.plist ├── refresh.wav └── www │ ├── HYQiHei-50J.ttf │ ├── css │ └── article.css │ └── html │ └── article.html ├── Podfile ├── README.md └── Show ├── category.PNG ├── download.PNG ├── fullscreen.PNG ├── home.PNG ├── message.PNG ├── playlist.PNG ├── profile.PNG ├── publish.PNG ├── setting.PNG └── tweet.PNG /EnglishCommunity-swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadApp_76pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadApp_76pt.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadApp_76pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadApp_76pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadNotifications_20pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadNotifications_20pt.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadNotifications_20pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadNotifications_20pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadProApp_83.5pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadProApp_83.5pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadSpootlight5_29pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadSpootlight5_29pt.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadSpootlight5_29pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadSpootlight5_29pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadSpootlight7_40pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadSpootlight7_40pt.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadSpootlight7_40pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPadSpootlight7_40pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneApp_60pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneApp_60pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneApp_60pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneApp_60pt@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneNotification_20pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneNotification_20pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneNotification_20pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneNotification_20pt@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneSpootlight5_29pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneSpootlight5_29pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneSpootlight5_29pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneSpootlight5_29pt@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneSpootlight7_40pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneSpootlight7_40pt@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneSpootlight7_40pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/AppIcon.appiconset/iconiPhoneSpootlight7_40pt@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/category_teacher_icon.imageset/category_teacher_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/category_teacher_icon.imageset/category_teacher_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/category_teacher_icon.imageset/category_teacher_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/category_teacher_icon.imageset/category_teacher_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/danci.imageset/danci@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/danci.imageset/danci@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/danci.imageset/danci@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/danci.imageset/danci@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/fenlei.imageset/fenlei@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/fenlei.imageset/fenlei@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/fenlei.imageset/fenlei@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/fenlei.imageset/fenlei@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/kouyu.imageset/kouyu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/kouyu.imageset/kouyu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/kouyu.imageset/kouyu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/kouyu.imageset/kouyu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/tingli.imageset/tingli@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/tingli.imageset/tingli@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/tingli.imageset/tingli@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/tingli.imageset/tingli@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/yinbiao.imageset/yinbiao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/yinbiao.imageset/yinbiao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/yinbiao.imageset/yinbiao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/yinbiao.imageset/yinbiao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/yuedu.imageset/yuedu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/yuedu.imageset/yuedu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/yuedu.imageset/yuedu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/yuedu.imageset/yuedu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/yufa.imageset/yufa@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/yufa.imageset/yufa@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/yufa.imageset/yufa@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/yufa.imageset/yufa@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/zuowen.imageset/zuowen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/zuowen.imageset/zuowen@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Category/zuowen.imageset/zuowen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Category/zuowen.imageset/zuowen@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Emotion/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Emotion/compose_emotion_delete.imageset/compose_emotion_delete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Emotion/compose_emotion_delete.imageset/compose_emotion_delete@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Emotion/compose_emotion_delete.imageset/compose_emotion_delete@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Emotion/compose_emotion_delete.imageset/compose_emotion_delete@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Grammar/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Grammar/grammar_pause.imageset/grammar_pause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Grammar/grammar_pause.imageset/grammar_pause@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Grammar/grammar_pause.imageset/grammar_pause@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Grammar/grammar_pause.imageset/grammar_pause@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Grammar/grammar_play.imageset/grammar_play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Grammar/grammar_play.imageset/grammar_play@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Grammar/grammar_play.imageset/grammar_play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Grammar/grammar_play.imageset/grammar_play@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Home/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Home/btn_more.imageset/gengduojiantou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Home/btn_more.imageset/gengduojiantou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Home/btn_more.imageset/gengduojiantou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Home/btn_more.imageset/gengduojiantou@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Home/home_header_line.imageset/home_header_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Home/home_header_line.imageset/home_header_line@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Home/home_header_line.imageset/home_header_line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Home/home_header_line.imageset/home_header_line@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Launch/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Launch/launch_image.imageset/launch_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Launch/launch_image.imageset/launch_image.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_back_normal.imageset/navigation_back_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_back_normal.imageset/navigation_back_normal@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_back_normal.imageset/navigation_back_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_back_normal.imageset/navigation_back_normal@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_background.imageset/navigation_background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_background.imageset/navigation_background@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_search_icon.imageset/navigation_search_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_search_icon.imageset/navigation_search_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_search_icon.imageset/navigation_search_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_search_icon.imageset/navigation_search_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_search_icon_selected.imageset/navigation_search_icon_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_search_icon_selected.imageset/navigation_search_icon_selected@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_search_icon_selected.imageset/navigation_search_icon_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/navigation_search_icon_selected.imageset/navigation_search_icon_selected@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/top_navigation_back_normal.imageset/interface---arrow-left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/top_navigation_back_normal.imageset/interface---arrow-left@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/top_navigation_back_normal.imageset/interface---arrow-left@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/top_navigation_back_normal.imageset/interface---arrow-left@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Navigation/top_navigation_close.imageset/top_navigation_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Navigation/top_navigation_close.imageset/top_navigation_close@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PhotoBrowser/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PhotoBrowser/photo_browser_download.imageset/photo_browser_download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PhotoBrowser/photo_browser_download.imageset/photo_browser_download@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PhotoSelector/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_photo_close.imageset/compose_photo_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_photo_close.imageset/compose_photo_close@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_pic_add.imageset/compose_pic_add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_pic_add.imageset/compose_pic_add@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_pic_add.imageset/compose_pic_add@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_pic_add.imageset/compose_pic_add@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_pic_add_highlighted.imageset/compose_pic_add_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_pic_add_highlighted.imageset/compose_pic_add_highlighted@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_pic_add_highlighted.imageset/compose_pic_add_highlighted@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PhotoSelector/compose_pic_add_highlighted.imageset/compose_pic_add_highlighted@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/cache_delete.imageset/cache_delete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/cache_delete.imageset/cache_delete@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/cache_download.imageset/xiazai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/cache_download.imageset/xiazai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_app_normal.imageset/node_app_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_app_normal.imageset/node_app_normal@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_app_normal.imageset/node_app_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_app_normal.imageset/node_app_normal@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_app_selected.imageset/node_app@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_app_selected.imageset/node_app@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_app_selected.imageset/node_app@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_app_selected.imageset/node_app@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_web_normal.imageset/node_web@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_web_normal.imageset/node_web@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_web_normal.imageset/node_web@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_web_normal.imageset/node_web@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_web_selected.imageset/node_web_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_web_selected.imageset/node_web_selected@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_web_selected.imageset/node_web_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/node_web_selected.imageset/node_web_selected@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_btn_bg.imageset/player_bottom_btn_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_btn_bg.imageset/player_bottom_btn_bg@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_btn_bg.imageset/player_bottom_btn_bg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_btn_bg.imageset/player_bottom_btn_bg@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_collection_bg.imageset/player_bottom_collection_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_collection_bg.imageset/player_bottom_collection_bg@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_collection_bg.imageset/player_bottom_collection_bg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_collection_bg.imageset/player_bottom_collection_bg@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_download_icon.imageset/player_bottom_download_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_download_icon.imageset/player_bottom_download_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_download_icon.imageset/player_bottom_download_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_download_icon.imageset/player_bottom_download_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_route_icon.imageset/player_bottom_route_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_route_icon.imageset/player_bottom_route_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_route_icon.imageset/player_bottom_route_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_route_icon.imageset/player_bottom_route_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_share_icon.imageset/player_bottom_share_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_share_icon.imageset/player_bottom_share_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_share_icon.imageset/player_bottom_share_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_bottom_share_icon.imageset/player_bottom_share_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_list_normal_icon.imageset/player_list_normal_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_list_normal_icon.imageset/player_list_normal_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_list_selected_icon.imageset/player_list_selected_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_list_selected_icon.imageset/player_list_selected_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_list_selected_icon.imageset/player_list_selected_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_list_selected_icon.imageset/player_list_selected_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_placeholder_bg.imageset/player_placeholder_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_placeholder_bg.imageset/player_placeholder_bg@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_top_bar_line.imageset/player_top_bar_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_top_bar_line.imageset/player_top_bar_line@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_top_bar_line.imageset/player_top_bar_line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/PlayDetail/player_top_bar_line.imageset/player_top_bar_line@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/Welcome.imageset/Welcome@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/Welcome.imageset/Welcome@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/Welcome.imageset/Welcome@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/Welcome.imageset/Welcome@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/account_snslogin_icon_1.imageset/share_platform_qqfriends@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/account_snslogin_icon_1.imageset/share_platform_qqfriends@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/account_snslogin_icon_3.imageset/share_platform_sina@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/account_snslogin_icon_3.imageset/share_platform_sina@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/bierenziliao_icon_guanzhu.imageset/bierenziliao_icon_guanzhu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/bierenziliao_icon_guanzhu.imageset/bierenziliao_icon_guanzhu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/bierenziliao_icon_guanzhu.imageset/bierenziliao_icon_guanzhu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/bierenziliao_icon_guanzhu.imageset/bierenziliao_icon_guanzhu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/boy_dongtai.imageset/boy_dongtai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/boy_dongtai.imageset/boy_dongtai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/boy_dongtai.imageset/boy_dongtai@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/boy_dongtai.imageset/boy_dongtai@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/boy_ziliao.imageset/boy_ziliao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/boy_ziliao.imageset/boy_ziliao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/boy_ziliao.imageset/boy_ziliao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/boy_ziliao.imageset/boy_ziliao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/default-portrait.imageset/default-portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/default-portrait.imageset/default-portrait@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/default-portrait.imageset/default-portrait@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/default-portrait.imageset/default-portrait@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/girl_dongtai.imageset/girl_dongtai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/girl_dongtai.imageset/girl_dongtai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/girl_dongtai.imageset/girl_dongtai@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/girl_dongtai.imageset/girl_dongtai@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/girl_ziliao.imageset/girl_ziliao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/girl_ziliao.imageset/girl_ziliao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/girl_ziliao.imageset/girl_ziliao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/girl_ziliao.imageset/girl_ziliao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/login_background.imageset/denglu_jiangbian_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/login_background.imageset/denglu_jiangbian_bg@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/placeholder_button_bg.imageset/meiyoukecheng@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/placeholder_button_bg.imageset/meiyoukecheng@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/placeholder_button_bg.imageset/meiyoukecheng@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/placeholder_button_bg.imageset/meiyoukecheng@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_dark.imageset/wode_icon_shezhi_hui@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_dark.imageset/wode_icon_shezhi_hui@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_dark.imageset/wode_icon_shezhi_hui@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_dark.imageset/wode_icon_shezhi_hui@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_highlighted.imageset/profile_setting_icon_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_highlighted.imageset/profile_setting_icon_highlighted@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_highlighted.imageset/profile_setting_icon_highlighted@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_highlighted.imageset/profile_setting_icon_highlighted@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_normal.imageset/profile_setting_icon_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_normal.imageset/profile_setting_icon_normal@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_normal.imageset/profile_setting_icon_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_setting_icon_normal.imageset/profile_setting_icon_normal@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_collection.imageset/wode_icon_haoyou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_collection.imageset/wode_icon_haoyou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_collection.imageset/wode_icon_haoyou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_collection.imageset/wode_icon_haoyou@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_comment.imageset/wode_icon_xiaoxi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_comment.imageset/wode_icon_xiaoxi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_comment.imageset/wode_icon_xiaoxi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_comment.imageset/wode_icon_xiaoxi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_download.imageset/profile_topbar_download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_download.imageset/profile_topbar_download@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_download.imageset/profile_topbar_download@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_download.imageset/profile_topbar_download@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_info.imageset/wod_icon_ziliao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_info.imageset/wod_icon_ziliao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_info.imageset/wod_icon_ziliao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/profile_topbar_info.imageset/wod_icon_ziliao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/setting_arrow_icon.imageset/shezhi_icon_jiantou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/setting_arrow_icon.imageset/shezhi_icon_jiantou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/setting_arrow_icon.imageset/shezhi_icon_jiantou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/setting_arrow_icon.imageset/shezhi_icon_jiantou@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/weidenglu.imageset/weidenglu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/weidenglu.imageset/weidenglu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Profile/weidenglu.imageset/weidenglu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Profile/weidenglu.imageset/weidenglu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_camerabutton_background.imageset/compose_camerabutton_background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_camerabutton_background.imageset/compose_camerabutton_background@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_emoticonbutton_background.imageset/compose_emoticonbutton_background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_emoticonbutton_background.imageset/compose_emoticonbutton_background@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_emoticonbutton_background.imageset/compose_emoticonbutton_background@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_emoticonbutton_background.imageset/compose_emoticonbutton_background@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_keyboardbutton_background.imageset/compose_keyboardbutton_background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_keyboardbutton_background.imageset/compose_keyboardbutton_background@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_keyboardbutton_background.imageset/compose_keyboardbutton_background@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_keyboardbutton_background.imageset/compose_keyboardbutton_background@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_mentionbutton_background.imageset/compose_mentionbutton_background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_mentionbutton_background.imageset/compose_mentionbutton_background@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_mentionbutton_background.imageset/compose_mentionbutton_background@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_mentionbutton_background.imageset/compose_mentionbutton_background@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_toolbar_picture.imageset/compose_toolbar_picture@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_toolbar_picture.imageset/compose_toolbar_picture@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_toolbar_picture.imageset/compose_toolbar_picture@3x.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_toolbar_picture.imageset/compose_toolbar_picture@3x.png.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_trendbutton_background.imageset/compose_trendbutton_background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_trendbutton_background.imageset/compose_trendbutton_background@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/compose_trendbutton_background.imageset/compose_trendbutton_background@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/compose_trendbutton_background.imageset/compose_trendbutton_background@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/publish_select_normal.imageset/publish_select_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/publish_select_normal.imageset/publish_select_normal@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/publish_select_normal.imageset/publish_select_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/publish_select_normal.imageset/publish_select_normal@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/publish_select_selected.imageset/publish_select_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/publish_select_selected.imageset/publish_select_selected@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Publish/publish_select_selected.imageset/publish_select_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Publish/publish_select_selected.imageset/publish_select_selected@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_friend.imageset/friend@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_friend.imageset/friend@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_friend.imageset/friend@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_friend.imageset/friend@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_qq.imageset/qq@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_qq.imageset/qq@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_qq.imageset/qq@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_qq.imageset/qq@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_qqkj.imageset/share_qqkj@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_qqkj.imageset/share_qqkj@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_qqkj.imageset/share_qqkj@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_qqkj.imageset/share_qqkj@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_wechat.imageset/wechat@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_wechat.imageset/wechat@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_wechat.imageset/wechat@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_wechat.imageset/wechat@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_weibo.imageset/weibo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_weibo.imageset/weibo@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/share_weibo.imageset/weibo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/share_weibo.imageset/weibo@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/sns_icon_qq.imageset/sns_icon_qq@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/sns_icon_qq.imageset/sns_icon_qq@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/sns_icon_qqkj.imageset/sns_icon_qqkj@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/sns_icon_qqkj.imageset/sns_icon_qqkj@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/sns_icon_sina.imageset/sns_icon_sina@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/sns_icon_sina.imageset/sns_icon_sina@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Share/sns_icon_wx.imageset/sns_icon_wx@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Share/sns_icon_wx.imageset/sns_icon_wx@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tab_profile_icon_normal.imageset/wodeweixuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tab_profile_icon_normal.imageset/wodeweixuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tab_profile_icon_normal.imageset/wodeweixuan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tab_profile_icon_normal.imageset/wodeweixuan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tab_profile_icon_selected.imageset/dongtaiyixuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tab_profile_icon_selected.imageset/dongtaiyixuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tab_profile_icon_selected.imageset/dongtaiyixuan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tab_profile_icon_selected.imageset/dongtaiyixuan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_grammar_icon_normal.imageset/shouceweixuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_grammar_icon_normal.imageset/shouceweixuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_grammar_icon_normal.imageset/shouceweixuan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_grammar_icon_normal.imageset/shouceweixuan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_grammar_icon_selected.imageset/shouceyiyuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_grammar_icon_selected.imageset/shouceyiyuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_grammar_icon_selected.imageset/shouceyiyuan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_grammar_icon_selected.imageset/shouceyiyuan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_publish_icon_normal.imageset/+@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_publish_icon_normal.imageset/+@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_publish_icon_normal.imageset/+@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_publish_icon_normal.imageset/+@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_publish_icon_selected.imageset/anxia@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_publish_icon_selected.imageset/anxia@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_publish_icon_selected.imageset/anxia@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_publish_icon_selected.imageset/anxia@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_trends_icon_normal.imageset/dongtaiweixuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_trends_icon_normal.imageset/dongtaiweixuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_trends_icon_normal.imageset/dongtaiweixuan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_trends_icon_normal.imageset/dongtaiweixuan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_trends_icon_selected.imageset/dongtaiyiyuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_trends_icon_selected.imageset/dongtaiyiyuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_trends_icon_selected.imageset/dongtaiyiyuan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_trends_icon_selected.imageset/dongtaiyiyuan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_video_icon_normal.imageset/homeweixuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_video_icon_normal.imageset/homeweixuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_video_icon_normal.imageset/homeweixuan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_video_icon_normal.imageset/homeweixuan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_video_icon_selected.imageset/homeyixuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_video_icon_selected.imageset/homeyixuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_video_icon_selected.imageset/homeyixuan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/TabBar/tabbar_video_icon_selected.imageset/homeyixuan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/comment_icon.imageset/dongtai_xiaoxi_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/comment_icon.imageset/dongtai_xiaoxi_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/comment_icon.imageset/dongtai_xiaoxi_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/comment_icon.imageset/dongtai_xiaoxi_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/dongtai_yizan.imageset/dongtai_yizan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/dongtai_yizan.imageset/dongtai_yizan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/dongtai_yizan.imageset/dongtai_yizan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/dongtai_yizan.imageset/dongtai_yizan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/emotion_btn_icon.imageset/emotion_btn_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/emotion_btn_icon.imageset/emotion_btn_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/emotion_btn_icon.imageset/emotion_btn_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/emotion_btn_icon.imageset/emotion_btn_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/keyboard_btn_icon.imageset/keyboard_btn_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/keyboard_btn_icon.imageset/keyboard_btn_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/keyboard_btn_icon.imageset/keyboard_btn_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/keyboard_btn_icon.imageset/keyboard_btn_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/star_icon_normal.imageset/dongtai_zan_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/star_icon_normal.imageset/dongtai_zan_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/star_icon_normal.imageset/dongtai_zan_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/star_icon_normal.imageset/dongtai_zan_icon@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/star_icon_selected.imageset/dongtai_zan_icon_anxia@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/star_icon_selected.imageset/dongtai_zan_icon_anxia@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/Tweet/star_icon_selected.imageset/dongtai_zan_icon_anxia@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/Tweet/star_icon_selected.imageset/dongtai_zan_icon_anxia@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Assets.xcassets/share.imageset/share@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Assets.xcassets/share.imageset/share@2x.jpg -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_169@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_169@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_169@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_169@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_43@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_43@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_43@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_43@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_back@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_back@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_fullscreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_fullscreen@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_fullscreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_fullscreen@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_mask_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_mask_image@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_mask_image@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_mask_image@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_pause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_pause@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_pause@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_pause@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_play@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_play@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_portialscreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_portialscreen@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_portialscreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_portialscreen@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_ratio@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_ratio@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_ratio@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_ratio@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_replay@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_replay@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_replay@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_replay@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_seek_to_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_seek_to_image@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_seek_to_image@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_seek_to_image@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_slider_thumb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_slider_thumb@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_slider_thumb@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/BMPlayer/BMPlayer.bundle/BMPlayer_slider_thumb@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/DisplayOnly/composer_rating_small_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/DisplayOnly/composer_rating_small_icon@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/DisplayOnly/composer_rating_small_icon_half@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/DisplayOnly/composer_rating_small_icon_half@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/DisplayOnly/composer_rating_small_icon_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/DisplayOnly/composer_rating_small_icon_highlighted@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_aini@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_aini@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_aini@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_aini@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_aoteman@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_aoteman@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_aoteman@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_aoteman@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_baibai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_baibai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_baibai@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_baibai@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_beishang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_beishang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_beishang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_beishang@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_bishi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_bishi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_bishi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_bishi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_bizui@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_bizui@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_bizui@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_bizui@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_chanzui@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_chanzui@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_chanzui@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_chanzui@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_chijing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_chijing@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_chijing@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_chijing@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_dahaqi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_dahaqi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_dahaqi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_dahaqi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_dalian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_dalian@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_dalian@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_dalian@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ding@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ding@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ding@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ding@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_doge@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_doge@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_feizao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_feizao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_feizao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_feizao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ganmao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ganmao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ganmao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ganmao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_guzhang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_guzhang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_guzhang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_guzhang@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_haha@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_haha@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_haixiu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_haixiu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_haixiu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_haixiu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_han@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_han@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_han@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_han@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_hehe@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_hehe@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_hehe@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_hehe@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_heixian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_heixian@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_heixian@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_heixian@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_heng@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_heng@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_heng@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_heng@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_huaxin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_huaxin@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_huaxin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_huaxin@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_jiyan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_jiyan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_jiyan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_jiyan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_keai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_keai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_keai@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_keai@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_kelian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_kelian@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_kelian@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_kelian@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ku@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ku@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ku@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_ku@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_kun@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_kun@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_kun@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_kun@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_landelini@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_landelini@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_landelini@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_landelini@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_lang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_lang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_lang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_lang@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_lei@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_lei@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_lei@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_lei@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_madaochenggong@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_madaochenggong@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_miao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_miao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_miao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_miao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nanhaier@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nanhaier@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nanhaier@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nanhaier@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_numa@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_numa@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_numa@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_numa@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nvhaier@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nvhaier@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nvhaier@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_nvhaier@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_qian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_qian@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_qian@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_qian@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_qinqin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_qinqin@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_qinqin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_qinqin@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shayan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shayan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shayan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shayan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shengbing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shengbing@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shengbing@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shengbing@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shenshou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shenshou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shenshou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shenshou@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shiwang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shiwang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shiwang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shiwang@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shuai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shuai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shuai@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shuai@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shuijiao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shuijiao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shuijiao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_shuijiao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_sikao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_sikao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_sikao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_sikao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_taikaixin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_taikaixin@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_taikaixin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_taikaixin@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_touxiao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_touxiao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_touxiao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_touxiao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_tu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_tu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_tu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_tu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_tuzi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_tuzi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_tuzi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_tuzi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_wabishi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_wabishi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_wabishi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_wabishi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_weiqu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_weiqu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_weiqu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_weiqu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xiaoku@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xiaoku@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xiaoku@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xiaoku@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xiongmao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xiongmao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xixi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xixi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xixi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xixi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_xu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yinxian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yinxian@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yinxian@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yinxian@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yiwen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yiwen@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yiwen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yiwen@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_youhengheng@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_youhengheng@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_youhengheng@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_youhengheng@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yun@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yun@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yun@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_yun@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhajipijiu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhajipijiu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhuakuang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhuakuang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhuakuang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhuakuang@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhutou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhutou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhutou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zhutou@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zuiyou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zuiyou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zuiyou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zuiyou@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zuohengheng@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zuohengheng@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zuohengheng@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/d_zuohengheng@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_geili@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_geili@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_hufen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_hufen@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_hufen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_hufen@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_jiong@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_jiong@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_jiong@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_jiong@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_meng@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_meng@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_meng@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_meng@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_shenma@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_shenma@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_shenma@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_shenma@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_v5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_v5@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_v5@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_v5@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_xi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_xi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_xi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_xi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_zhi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_zhi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_zhi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/f_zhi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_buyao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_buyao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_buyao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_buyao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_good@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_good@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_good@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_good@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_haha@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_haha@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_haha@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_haha@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_lai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_lai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_lai@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_lai@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ok@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ok@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ok@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ok@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_quantou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_quantou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_quantou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_quantou@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ruo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ruo@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ruo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ruo@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_woshou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_woshou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_woshou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_woshou@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ye@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_ye@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_zan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_zan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_zan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_zan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_zuoyi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_zuoyi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_zuoyi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/h_zuoyi@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/l_shangxin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/l_shangxin@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/l_shangxin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/l_shangxin@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/l_xin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/l_xin@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/l_xin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/l_xin@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_dangao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_dangao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_dangao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_dangao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_feiji@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_feiji@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_feiji@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_feiji@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_ganbei@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_ganbei@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_ganbei@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_ganbei@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_huatong@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_huatong@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_huatong@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_huatong@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_lazhu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_lazhu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_lazhu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_lazhu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_liwu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_liwu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_liwu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_liwu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_lvsidai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_lvsidai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_lvsidai@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_lvsidai@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_weibo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_weibo@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_weibo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_weibo@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_weiguan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_weiguan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_weiguan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_weiguan@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_yinyue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_yinyue@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_yinyue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_yinyue@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_zhaoxiangji@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_zhaoxiangji@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_zhaoxiangji@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_zhaoxiangji@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_zhong@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_zhong@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_zhong@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/o_zhong@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_fuyun@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_fuyun@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_fuyun@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_fuyun@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_shachenbao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_shachenbao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_shachenbao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_shachenbao@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_taiyang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_taiyang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_taiyang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_taiyang@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_weifeng@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_weifeng@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_weifeng@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_weifeng@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_xianhua@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_xianhua@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_xianhua@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_xianhua@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_xiayu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_xiayu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_xiayu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_xiayu@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_yueliang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_yueliang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_yueliang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.default/w_yueliang@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_beicui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_beicui.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_beicui@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_beicui@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_beidian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_beidian.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_beidian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_beidian@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_bengkui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_bengkui.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_bengkui@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_bengkui@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_biefanwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_biefanwo.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_biefanwo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_biefanwo@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_buhaoyisi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_buhaoyisi.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_buhaoyisi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_buhaoyisi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_buxiangshangban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_buxiangshangban.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_buxiangshangban@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_buxiangshangban@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_deyidexiao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_deyidexiao.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_deyidexiao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_deyidexiao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_geijin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_geijin.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_geijin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_geijin@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haoaio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haoaio.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haoaio@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haoaio@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haobang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haobang.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haobang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haobang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haojiong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haojiong.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haojiong@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haojiong@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haoxihuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haoxihuan.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haoxihuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_haoxihuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_holdzhu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_holdzhu.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_holdzhu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_holdzhu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_jiekexun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_jiekexun.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_jiekexun@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_jiekexun@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_jiujie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_jiujie.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_jiujie@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_jiujie@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_juhan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_juhan.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_juhan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_juhan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_koubishi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_koubishi.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_koubishi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_koubishi@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_kunsile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_kunsile.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_kunsile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_kunsile@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_leifeng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_leifeng.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_leifeng@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_leifeng@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_leiliumanmian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_leiliumanmian.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_leiliumanmian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_leiliumanmian@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_meigui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_meigui.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_meigui@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_meigui@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_oye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_oye.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_oye@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_oye@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_pili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_pili.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_pili@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_pili@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiaoqiao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiaoqiao.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiaoqiao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiaoqiao@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiubite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiubite.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiubite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiubite@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiuguanzhu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiuguanzhu.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiuguanzhu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_qiuguanzhu@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_quntiweiguan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_quntiweiguan.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_quntiweiguan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_quntiweiguan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_shuaishuaishou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_shuaishuaishou.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_shuaishuaishou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_shuaishuaishou@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_toule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_toule.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_toule@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_toule@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_tuijian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_tuijian.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_tuijian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_tuijian@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xianghumobai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xianghumobai.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xianghumobai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xianghumobai@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiangyixiang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiangyixiang.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiangyixiang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiangyixiang@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiaohaha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiaohaha.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiaohaha@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiaohaha@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiudada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiudada.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiudada@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xiudada@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xuyuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xuyuan.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xuyuan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_xuyuan@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_youyali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_youyali.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_youyali@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_youyali@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zana.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zana@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zana@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zaokuangzheng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zaokuangzheng.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zaokuangzheng@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zaokuangzheng@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zhenjing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zhenjing.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zhenjing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zhenjing@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zhuanfa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zhuanfa.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zhuanfa@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/Emoticon/Emoticons.bundle/com.sina.lxh/lxh_zhuanfa@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_back@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_back@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_fullscreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_fullscreen@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_fullscreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_fullscreen@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_mask_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_mask_image@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_mask_image@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_mask_image@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_pause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_pause@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_pause@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_pause@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_play@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_play@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_portialscreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_portialscreen@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_portialscreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_portialscreen@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_replay@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_replay@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_replay@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_replay@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_seek_to_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_seek_to_image@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_seek_to_image@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_seek_to_image@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_slider_thumb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_slider_thumb@2x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_slider_thumb@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JFPlayer/Image/JFPlayer_slider_thumb@3x.png -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JPush/jcore-ios-1.0.0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JPush/jcore-ios-1.0.0.a -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/JPush/jpush-ios-3.0.0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/JPush/jpush-ios-3.0.0.a -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/M3U8/SCM3U8SegmentInfo.m: -------------------------------------------------------------------------------- 1 | // 2 | // SCM3U8SegmentInfo.m 3 | // VideoDownloadDemo 4 | // 5 | // Created by 王琦 on 15/10/19. 6 | // Copyright (c) 2015年 Riverrun. All rights reserved. 7 | // 8 | 9 | #import "SCM3U8SegmentInfo.h" 10 | 11 | @implementation SCM3U8SegmentInfo 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/UMMobClick.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/UMMobClick.framework/UMMobClick: -------------------------------------------------------------------------------- 1 | Versions/Current/UMMobClick -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/UMMobClick.framework/Versions/A/UMMobClick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/Classes/Vendor/UMMobClick.framework/Versions/A/UMMobClick -------------------------------------------------------------------------------- /EnglishCommunity-swift/Classes/Vendor/UMMobClick.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /EnglishCommunity-swift/EnglishCommunity-swift.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | aps-environment 6 | development 7 | 8 | 9 | -------------------------------------------------------------------------------- /EnglishCommunity-swift/refresh.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/refresh.wav -------------------------------------------------------------------------------- /EnglishCommunity-swift/www/HYQiHei-50J.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/EnglishCommunity-swift/www/HYQiHei-50J.ttf -------------------------------------------------------------------------------- /EnglishCommunity-swift/www/css/article.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: '汉仪旗黑'; 3 | src: url('../HYQiHei-50J.ttf'); 4 | } 5 | 6 | * { 7 | padding:0px; 8 | margin:0px; 9 | } 10 | 11 | p { 12 | margin: 10px; 13 | text-indent: 2em; 14 | } 15 | -------------------------------------------------------------------------------- /Show/category.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/category.PNG -------------------------------------------------------------------------------- /Show/download.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/download.PNG -------------------------------------------------------------------------------- /Show/fullscreen.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/fullscreen.PNG -------------------------------------------------------------------------------- /Show/home.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/home.PNG -------------------------------------------------------------------------------- /Show/message.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/message.PNG -------------------------------------------------------------------------------- /Show/playlist.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/playlist.PNG -------------------------------------------------------------------------------- /Show/profile.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/profile.PNG -------------------------------------------------------------------------------- /Show/publish.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/publish.PNG -------------------------------------------------------------------------------- /Show/setting.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/setting.PNG -------------------------------------------------------------------------------- /Show/tweet.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6ag/EnglishCommunity-swift/d695c8bccf40f35e142539ec04b6e4d3fd6f53da/Show/tweet.PNG --------------------------------------------------------------------------------