├── .gitignore
├── DCTT.xcodeproj
├── project.pbxproj
└── project.xcworkspace
│ └── contents.xcworkspacedata
├── DCTT.xcworkspace
├── contents.xcworkspacedata
└── xcshareddata
│ └── IDEWorkspaceChecks.plist
├── DCTT
├── AboutUsViewController.swift
├── AllCategoryCell.swift
├── AllCategoryCell.xib
├── AllViewController.swift
├── AppDelegate.swift
├── Assets.xcassets
│ ├── 3th
│ │ ├── Contents.json
│ │ ├── icon_share_qq.imageset
│ │ │ ├── Contents.json
│ │ │ ├── icon_share_qq.png
│ │ │ └── icon_share_qq@2x.png
│ │ ├── icon_share_qzone.imageset
│ │ │ ├── Contents.json
│ │ │ ├── icon_share_qzone.png
│ │ │ └── icon_share_qzone@2x.png
│ │ ├── icon_share_wechat_friends.imageset
│ │ │ ├── Contents.json
│ │ │ ├── icon_share_wechat_friends.png
│ │ │ └── icon_share_wechat_friends@2x.png
│ │ └── icon_share_wechat_timeline.imageset
│ │ │ ├── Contents.json
│ │ │ ├── icon_share_wechat_timeline.png
│ │ │ └── icon_share_wechat_timeline@2x.png
│ ├── AppIcon.appiconset
│ │ ├── 1024x1024.png
│ │ ├── Contents.json
│ │ ├── Icon-60.png
│ │ ├── Icon-60@2x.png
│ │ ├── Icon-60@3x.png
│ │ ├── Icon-Small@2x.png
│ │ ├── Icon-Small@3x.png
│ │ ├── Icon-Spotlight-40.png
│ │ ├── Icon-Spotlight-40@2x.png
│ │ └── Icon-Spotlight-40@3x.png
│ ├── Contents.json
│ ├── ImgPic_Camera_Icon.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_Camera_Icon@2x.png
│ ├── ImgPic_close.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_close@2x.png
│ ├── ImgPic_current.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_current@2x.png
│ ├── ImgPic_drop_down.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_drop_down@2x.png
│ ├── ImgPic_select_album.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_select_album@2x.png
│ ├── ImgPic_select_ok_album.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_select_ok_album@2x.png
│ ├── ImgPic_select_ok_preview.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_select_ok_preview@2x.png
│ ├── ImgPic_select_preview-1.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_select_preview-1@2x.png
│ ├── ImgPic_select_preview.imageset
│ │ ├── Contents.json
│ │ └── ImgPic_select_preview@2x.png
│ ├── Search.imageset
│ │ ├── Contents.json
│ │ └── Search@2x.png
│ ├── add_channel_titlbar_follow_night.imageset
│ │ ├── Contents.json
│ │ └── add_channel_titlbar_follow_night@2x.png
│ ├── add_subscribe_video.imageset
│ │ ├── Contents.json
│ │ └── add_subscribe_video@2x.png
│ ├── addicon_repost.imageset
│ │ ├── Contents.json
│ │ └── addicon_repost@2x.png
│ ├── addicon_repost_press.imageset
│ │ ├── Contents.json
│ │ └── addicon_repost_press@2x.png
│ ├── arrow_right_setup.imageset
│ │ ├── Contents.json
│ │ └── arrow_right_setup@2x.png
│ ├── back.imageset
│ │ ├── Contents.json
│ │ └── back@2x.png
│ ├── boy.imageset
│ │ ├── Contents.json
│ │ └── boy@2x.png
│ ├── btn_tryagain.imageset
│ │ ├── Contents.json
│ │ └── btn_tryagain@2x.png
│ ├── btn_tryagain_press.imageset
│ │ ├── Contents.json
│ │ └── btn_tryagain_press@2x.png
│ ├── c_comment_icon.imageset
│ │ ├── Contents.json
│ │ └── c_comment_icon@2x.png
│ ├── c_comment_like_icon.imageset
│ │ ├── Contents.json
│ │ └── c_comment_like_icon@2x.png
│ ├── certification_modify.imageset
│ │ ├── Contents.json
│ │ └── certification_modify@2x.png
│ ├── chatroom_icon_fans_new.imageset
│ │ ├── Contents.json
│ │ └── chatroom_icon_fans_new@2x.png
│ ├── chatroom_write_black.imageset
│ │ ├── Contents.json
│ │ └── chatroom_write_black@2x.png
│ ├── city_native.imageset
│ │ ├── Contents.json
│ │ └── city_native@2x.png
│ ├── clear_icon.imageset
│ │ ├── Contents.json
│ │ └── clear_icon@2x.png
│ ├── close_discover_press.imageset
│ │ ├── Contents.json
│ │ └── close_discover_press@2x.png
│ ├── close_discover_press_night.imageset
│ │ ├── Contents.json
│ │ └── close_discover_press_night@2x.png
│ ├── close_night.imageset
│ │ ├── Contents.json
│ │ └── close_night@2x.png
│ ├── close_wrong.imageset
│ │ ├── Contents.json
│ │ └── wrong@2x.png
│ ├── closeicon_repost.imageset
│ │ ├── Contents.json
│ │ └── closeicon_repost@2x.png
│ ├── closeicon_repost_night.imageset
│ │ ├── Contents.json
│ │ └── closeicon_repost_night@2x.png
│ ├── closeicon_repost_press_night.imageset
│ │ ├── Contents.json
│ │ └── closeicon_repost_press_night@2x.png
│ ├── comment-1.imageset
│ │ ├── Contents.json
│ │ └── comment@2x.png
│ ├── comment.imageset
│ │ ├── Contents.json
│ │ ├── comment@2x.png
│ │ └── comment@3x.png
│ ├── comment_arrow_icon.imageset
│ │ ├── Contents.json
│ │ └── comment_arrow_icon@2x.png
│ ├── comment_feed.imageset
│ │ ├── Contents.json
│ │ └── comment_feed@2x.png
│ ├── comment_like_icon_night.imageset
│ │ ├── Contents.json
│ │ └── comment_like_icon_night@2x.png
│ ├── default_image.imageset
│ │ ├── Contents.json
│ │ └── default_image@2x.png
│ ├── default_image2.imageset
│ │ ├── Contents.json
│ │ └── default_image2@2x.png
│ ├── delete_allshare.imageset
│ │ ├── Contents.json
│ │ ├── delete_allshare@2x.png
│ │ └── delete_allshare@3x.png
│ ├── delete_allshare_disable.imageset
│ │ ├── Contents.json
│ │ └── delete_allshare_disable@2x.png
│ ├── delete_allshare_night.imageset
│ │ ├── Contents.json
│ │ └── delete_allshare_night@2x.png
│ ├── deleteicon_channel.imageset
│ │ ├── Contents.json
│ │ └── deleteicon_channel@2x.png
│ ├── detail.imageset
│ │ ├── Contents.json
│ │ └── detail@2x.png
│ ├── detail_close_icon_night.imageset
│ │ ├── Contents.json
│ │ └── detail_close_icon_night@2x.png
│ ├── detail_search_icon.imageset
│ │ ├── Contents.json
│ │ └── detail_search_icon@2x.png
│ ├── detail_search_icon_night.imageset
│ │ ├── Contents.json
│ │ └── detail_search_icon_night@2x.png
│ ├── details_add_icon.imageset
│ │ ├── Contents.json
│ │ └── details_add_icon@2x.png
│ ├── details_add_icon_night.imageset
│ │ ├── Contents.json
│ │ └── details_add_icon_night@2x.png
│ ├── details_add_icon_press.imageset
│ │ ├── Contents.json
│ │ └── details_add_icon_press@2x.png
│ ├── details_attention_icon.imageset
│ │ ├── Contents.json
│ │ └── details_attention_icon@2x.png
│ ├── details_attention_icon_night.imageset
│ │ ├── Contents.json
│ │ └── details_attention_icon_night@2x.png
│ ├── details_choose_icon.imageset
│ │ ├── Contents.json
│ │ └── details_choose_icon@2x.png
│ ├── details_choose_ok_icon.imageset
│ │ ├── Contents.json
│ │ └── details_choose_ok_icon@2x.png
│ ├── dislikeicon_ad_details.imageset
│ │ ├── Contents.json
│ │ └── dislikeicon_ad_details@2x.png
│ ├── dislikeicon_details.imageset
│ │ ├── Contents.json
│ │ └── dislikeicon_details@2x.png
│ ├── dislikeicon_details_night.imageset
│ │ ├── Contents.json
│ │ └── dislikeicon_details_night@2x.png
│ ├── girl.imageset
│ │ ├── Contents.json
│ │ └── girl@2x.png
│ ├── heme_top1.imageset
│ │ ├── Contents.json
│ │ └── hemetop1@2x.png
│ ├── heme_top2.imageset
│ │ ├── Contents.json
│ │ └── heme_top2@2x.png
│ ├── heme_top3.imageset
│ │ ├── Contents.json
│ │ └── heme_top3@2x.png
│ ├── heme_top4.imageset
│ │ ├── Contents.json
│ │ └── heme_top4@2x.png
│ ├── history.imageset
│ │ ├── Contents.json
│ │ └── history@2x.png
│ ├── history2.imageset
│ │ ├── Contents.json
│ │ └── history2@2x.png
│ ├── home
│ │ ├── Contents.json
│ │ ├── comment_like_icon_press.imageset
│ │ │ ├── Contents.json
│ │ │ └── comment_like_icon_press@2x.png
│ │ ├── commonweal_morelogin_arrow.imageset
│ │ │ ├── Contents.json
│ │ │ └── commonweal_morelogin_arrow@2x.png
│ │ ├── icon_details_collect_press.imageset
│ │ │ ├── Contents.json
│ │ │ └── icon_details_collect_press@2x.png
│ │ ├── icon_pen.imageset
│ │ │ ├── Contents.json
│ │ │ └── icon_pen@2x.png
│ │ ├── like_heart_textpage.imageset
│ │ │ ├── Contents.json
│ │ │ └── like_heart_textpage@2x.png
│ │ ├── like_heart_textpage_select.imageset
│ │ │ ├── Contents.json
│ │ │ └── like_heart_textpage_select@2x.png
│ │ ├── likeicon_actionbar_details.imageset
│ │ │ ├── Contents.json
│ │ │ └── likeicon_actionbar_details@2x.png
│ │ ├── likeicon_actionbar_details_press.imageset
│ │ │ ├── Contents.json
│ │ │ └── likeicon_actionbar_details_press@2x.png
│ │ ├── tab_comment.imageset
│ │ │ ├── Contents.json
│ │ │ └── tab_comment@2x.png
│ │ ├── write_ask.imageset
│ │ │ ├── Contents.json
│ │ │ └── write_ask@2x.png
│ │ ├── write_details_ask.imageset
│ │ │ ├── Contents.json
│ │ │ └── write_details_ask@2x.png
│ │ ├── write_details_ask_blue.imageset
│ │ │ ├── Contents.json
│ │ │ └── write_details_ask_blue@2x.png
│ │ ├── write_new.imageset
│ │ │ ├── Contents.json
│ │ │ └── write_new@2x.png
│ │ ├── write_small_ask_details.imageset
│ │ │ ├── Contents.json
│ │ │ └── write_small_ask_details@2x.png
│ │ ├── writeicon_details_dynamic.imageset
│ │ │ ├── Contents.json
│ │ │ └── writeicon_details_dynamic@2x.png
│ │ ├── writeicon_details_dynamic_press.imageset
│ │ │ ├── Contents.json
│ │ │ └── writeicon_details_dynamic_press@2x.png
│ │ ├── writeicon_dynamic.imageset
│ │ │ ├── Contents.json
│ │ │ └── writeicon_dynamic@2x.png
│ │ ├── writeicon_dynamic_press.imageset
│ │ │ ├── Contents.json
│ │ │ └── writeicon_dynamic_press@2x.png
│ │ └── writeicon_review_dynamic.imageset
│ │ │ ├── Contents.json
│ │ │ └── writeicon_review_dynamic@2x.png
│ ├── home_logo.imageset
│ │ ├── Contents.json
│ │ ├── home_logo.png
│ │ ├── home_logo@2x.png
│ │ └── home_logo@3x.png
│ ├── hookicon_photo.imageset
│ │ ├── Contents.json
│ │ └── hookicon_photo@2x.png
│ ├── hookicon_photo_press.imageset
│ │ ├── Contents.json
│ │ └── hookicon_photo_press@2x.png
│ ├── hookicon_photo_preview.imageset
│ │ ├── Contents.json
│ │ └── hookicon_photo_preview@2x.png
│ ├── hookicon_photo_preview_press.imageset
│ │ ├── Contents.json
│ │ └── hookicon_photo_preview_press@2x.png
│ ├── icon_add.imageset
│ │ ├── Contents.json
│ │ └── icon_add@2x.png
│ ├── icon_details_collect.imageset
│ │ ├── Contents.json
│ │ └── icon_details_collect@2x.png
│ ├── icon_place_active.imageset
│ │ ├── Contents.json
│ │ └── icon_place_active@2x.png
│ ├── icon_publish.imageset
│ │ ├── Contents.json
│ │ └── fabu@2x.png
│ ├── item
│ │ ├── Contents.json
│ │ ├── item_01.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_1_1.png
│ │ ├── item_010.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_3_2.png
│ │ ├── item_011.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_3_3.png
│ │ ├── item_012.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_3_4.png
│ │ ├── item_02.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_1_2.png
│ │ ├── item_03.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_1_3.png
│ │ ├── item_04.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_1_4.png
│ │ ├── item_05.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_2_1.png
│ │ ├── item_06.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_2_2.png
│ │ ├── item_07.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_2_3.png
│ │ ├── item_08.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_2_4.png
│ │ ├── item_09.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_3_1.png
│ │ ├── item_21.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_4_1.png
│ │ ├── item_22.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_4_2.png
│ │ ├── item_23.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_4_4.png
│ │ ├── item_24.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_4_4.png
│ │ ├── item_25.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_5_1.png
│ │ ├── item_26.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_4_1.png
│ │ ├── item_27.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_4_3.png
│ │ └── item_28.imageset
│ │ │ ├── Contents.json
│ │ │ └── m_5_4.png
│ ├── item_new
│ │ ├── Contents.json
│ │ ├── item_new_01.imageset
│ │ │ ├── Contents.json
│ │ │ └── item_new_01@2x.png
│ │ ├── item_new_02.imageset
│ │ │ ├── Contents.json
│ │ │ └── item_new_02@2x.png
│ │ ├── item_new_03.imageset
│ │ │ ├── Contents.json
│ │ │ └── item_new_03@2x.png
│ │ ├── item_new_04.imageset
│ │ │ ├── Contents.json
│ │ │ └── item_new_04@2x.png
│ │ ├── item_new_05.imageset
│ │ │ ├── Contents.json
│ │ │ └── item_new_05@2x.png
│ │ ├── item_new_06.imageset
│ │ │ ├── Contents.json
│ │ │ └── item_new_06@2x.png
│ │ ├── item_new_07.imageset
│ │ │ ├── Contents.json
│ │ │ └── item_new_07@2x.png
│ │ └── item_new_08.imageset
│ │ │ ├── Contents.json
│ │ │ └── item_new_08@2x.png
│ ├── lanuch_icon.imageset
│ │ ├── Contents.json
│ │ ├── icon_lanuch.png
│ │ ├── icon_lanuch@2x.png
│ │ └── icon_lanuch@3x.png
│ ├── leftbackbutton_titlebar_photo_preview.imageset
│ │ ├── Contents.json
│ │ └── leftbackbutton_titlebar_photo_preview@2x.png
│ ├── leftbackbutton_titlebar_photo_preview_press.imageset
│ │ ├── Contents.json
│ │ └── leftbackbutton_titlebar_photo_preview_press@2x.png
│ ├── leftbackicon_sdk_login.imageset
│ │ ├── Contents.json
│ │ └── leftbackicon_sdk_login@2x.png
│ ├── leftbackicon_white_titlebar.imageset
│ │ ├── Contents.json
│ │ └── leftbackicon_white_titlebar@2x.png
│ ├── leftbackicon_white_titlebar_night.imageset
│ │ ├── Contents.json
│ │ └── leftbackicon_white_titlebar_night@2x.png
│ ├── lefterbackicon_titlebar.imageset
│ │ ├── Contents.json
│ │ └── lefterbackicon_titlebar@2x.png
│ ├── lefterbackicon_titlebar_night.imageset
│ │ ├── Contents.json
│ │ └── lefterbackicon_titlebar_night@2x.png
│ ├── like_arrow_textpage_night.imageset
│ │ ├── Contents.json
│ │ └── like_arrow_textpage_night@2x.png
│ ├── like_arrow_textpage_press.imageset
│ │ ├── Contents.json
│ │ └── like_arrow_textpage_press@2x.png
│ ├── local-icon.imageset
│ │ ├── Contents.json
│ │ └── local-icon.png
│ ├── locationicon_repost.imageset
│ │ ├── Contents.json
│ │ └── locationicon_repost@2x.png
│ ├── locationicon_repost_press.imageset
│ │ ├── Contents.json
│ │ └── locationicon_repost_press@2x.png
│ ├── login-btn.imageset
│ │ ├── Contents.json
│ │ └── login-btn@2x.png
│ ├── loginbutton_drawer_press.imageset
│ │ ├── Contents.json
│ │ └── loginbutton_drawer_press@2x.png
│ ├── love_video.imageset
│ │ ├── Contents.json
│ │ └── love_video@2x.png
│ ├── love_video_press.imageset
│ │ ├── Contents.json
│ │ └── love_video_press@2x.png
│ ├── me
│ │ ├── Contents.json
│ │ ├── avatar_default.imageset
│ │ │ ├── Contents.json
│ │ │ └── avatar_moren@2x.png
│ │ ├── default_sdk_login.imageset
│ │ │ ├── Contents.json
│ │ │ └── default_sdk_login@2x.png
│ │ └── unlogin_head.imageset
│ │ │ ├── Contents.json
│ │ │ ├── unlogin_head@2x.png
│ │ │ └── unlogin_head@3x.png
│ ├── mine_tabbar.imageset
│ │ ├── Contents.json
│ │ └── mine_tabbar@2x.png
│ ├── money_video_details.imageset
│ │ ├── Contents.json
│ │ └── money_video_details@2x.png
│ ├── more_toolbar.imageset
│ │ ├── Contents.json
│ │ └── more_toolbar@2x.png
│ ├── more_toolbar_press.imageset
│ │ ├── Contents.json
│ │ └── more_toolbar_press@2x.png
│ ├── morebutton_dynamic.imageset
│ │ ├── Contents.json
│ │ └── morebutton_dynamic@2x.png
│ ├── navigationbar_bg.imageset
│ │ ├── Contents.json
│ │ └── background.png
│ ├── newcare_tabbar.imageset
│ │ ├── Contents.json
│ │ └── newcare_tabbar@2x.png
│ ├── newcare_tabbar_press.imageset
│ │ ├── Contents.json
│ │ └── newcare_tabbar_press@2x.png
│ ├── nocomment_loading.imageset
│ │ ├── Contents.json
│ │ └── nocomment_loading@2x.png
│ ├── nofavorite_loading.imageset
│ │ ├── Contents.json
│ │ └── nofavorite_loading@2x.png
│ ├── nologin_loading_night.imageset
│ │ ├── Contents.json
│ │ └── nologin_loading_night@2x.png
│ ├── nomessage_loading.imageset
│ │ ├── Contents.json
│ │ └── nomessage_loading@2x.png
│ ├── normalbtn_loading.imageset
│ │ ├── Contents.json
│ │ └── normalbtn_loading@2x.png
│ ├── normalbtn_loading_press.imageset
│ │ ├── Contents.json
│ │ └── normalbtn_loading_press@2x.png
│ ├── photo_detail_titlebar_close.imageset
│ │ ├── Contents.json
│ │ └── photo_detail_titlebar_close@2x.png
│ ├── photograph_icon.imageset
│ │ ├── Contents.json
│ │ └── photograph_icon@2x.png
│ ├── product_comment.imageset
│ │ ├── Contents.json
│ │ ├── product_comment@2x.png
│ │ └── product_comment@3x.png
│ ├── product_comment_click.imageset
│ │ ├── Contents.json
│ │ ├── product_comment_click@2x.png
│ │ └── product_comment_click@3x.png
│ ├── profile_fill_photos_ic.imageset
│ │ ├── Contents.json
│ │ └── profile_fill_photos_ic@2x.png
│ ├── profile_fill_v_32.imageset
│ │ ├── Contents.json
│ │ └── profile_fill_v_32@2x.png
│ ├── profile_name_arrow.imageset
│ │ ├── Contents.json
│ │ └── profile_name_arrow@2x.png
│ ├── refresh_close.imageset
│ │ ├── Contents.json
│ │ └── refresh_close@2x.png
│ ├── revoke_icon.imageset
│ │ ├── Contents.json
│ │ └── revoke_icon@2x.png
│ ├── right_arrow_icon.imageset
│ │ ├── Contents.json
│ │ └── right_arrow_icon@2x.png
│ ├── sanjiao.imageset
│ │ ├── Contents.json
│ │ └── sanjiao@2x.png
│ ├── sanjiao_night.imageset
│ │ ├── Contents.json
│ │ └── sanjiao_night@2x.png
│ ├── search_subscibe_titilebar.imageset
│ │ ├── Contents.json
│ │ └── search_subscibe_titilebar@2x.png
│ ├── search_subscibe_titilebar_press_night.imageset
│ │ ├── Contents.json
│ │ └── search_subscibe_titilebar_press_night@2x.png
│ ├── select.imageset
│ │ ├── Contents.json
│ │ └── select@2x.png
│ ├── select_reviewbar_all.imageset
│ │ ├── Contents.json
│ │ └── select_reviewbar_all@2x.png
│ ├── select_reviewbar_all_press.imageset
│ │ ├── Contents.json
│ │ └── select_reviewbar_all_press@2x.png
│ ├── selected.imageset
│ │ ├── Contents.json
│ │ └── selected@2x.png
│ ├── set_title_profile.imageset
│ │ ├── Contents.json
│ │ └── set_title_profile@2x.png
│ ├── star_next.imageset
│ │ ├── Contents.json
│ │ └── star_next@2x.png
│ ├── step.imageset
│ │ ├── Contents.json
│ │ └── step@2x.png
│ ├── step_press.imageset
│ │ ├── Contents.json
│ │ └── step_press@2x.png
│ ├── tab_icon
│ │ ├── Contents.json
│ │ ├── tabbar_icon_all.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tab_icon_life.png
│ │ │ ├── tab_icon_life@2x.png
│ │ │ └── tab_icon_life@3x.png
│ │ ├── tabbar_icon_all_selected.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tab_icon_life_selected.png
│ │ │ ├── tab_icon_life_selected@2x.png
│ │ │ └── tab_icon_life_selected@3x.png
│ │ ├── tabbar_icon_friend.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tab_icon_zt.png
│ │ │ ├── tab_icon_zt@2x.png
│ │ │ └── tab_icon_zt@3x.png
│ │ ├── tabbar_icon_friend_selected.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tab_icon_zt_selected.png
│ │ │ ├── tab_icon_zt_selected@2x.png
│ │ │ └── tab_icon_zt_selected@3x.png
│ │ ├── tabbar_icon_home.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tab_icon_sy.png
│ │ │ ├── tab_icon_sy@2x.png
│ │ │ └── tab_icon_sy@3x.png
│ │ ├── tabbar_icon_home_selected.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tab_icon_sy_selected.png
│ │ │ ├── tab_icon_sy_selected@2x.png
│ │ │ └── tab_icon_sy_selected@3x.png
│ │ ├── tabbar_icon_me.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tab_me.png
│ │ │ ├── tab_me@2x.png
│ │ │ └── tab_me@3x.png
│ │ ├── tabbar_icon_me_selected.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tab_me_selected.png
│ │ │ ├── tab_me_selected@2x.png
│ │ │ └── tab_me_selected@3x.png
│ │ ├── tabbar_icon_publish.imageset
│ │ │ ├── Contents.json
│ │ │ ├── fabu.png
│ │ │ ├── fabu@2x.png
│ │ │ └── fabu@3x.png
│ │ └── tabbar_icon_publish_selected.imageset
│ │ │ └── Contents.json
│ ├── tab_share3.imageset
│ │ ├── Contents.json
│ │ └── tab_share3@2x.png
│ ├── tabbar_icon_more.imageset
│ │ ├── Contents.json
│ │ └── tabbar_icon_more@2x.png
│ ├── tabbar_icon_set.imageset
│ │ ├── Contents.json
│ │ └── tabbar_icon_set@2x.png
│ ├── titlebar_details_go_back.imageset
│ │ ├── Contents.json
│ │ └── titlebar_details_go_back@2x.png
│ ├── titlebar_details_go_back_press.imageset
│ │ ├── Contents.json
│ │ └── titlebar_details_go_back_press@2x.png
│ ├── uc_account.imageset
│ │ ├── Contents.json
│ │ └── uc_account@2x.png
│ ├── uc_add.imageset
│ │ ├── Contents.json
│ │ └── uc_add@2x.png
│ ├── uc_app.imageset
│ │ ├── Contents.json
│ │ └── uc_app@2x.png
│ ├── uc_danzi.imageset
│ │ ├── Contents.json
│ │ └── uc_danzi@2x.png
│ ├── uc_fabu.imageset
│ │ ├── Contents.json
│ │ └── uc_fabu@2x.png
│ ├── uc_feedback.imageset
│ │ ├── Contents.json
│ │ └── uc_feedback@2x.png
│ ├── uc_message.imageset
│ │ ├── Contents.json
│ │ └── uc_message@2x.png
│ ├── uc_setting.imageset
│ │ ├── Contents.json
│ │ └── uc_setting@2x.png
│ ├── uc_shouc.imageset
│ │ ├── Contents.json
│ │ └── uc_shouc@2x.png
│ ├── uc_system.imageset
│ │ ├── Contents.json
│ │ └── uc_system@2x.png
│ ├── uc_zhaop.imageset
│ │ ├── Contents.json
│ │ └── uc_zhaop@2x.png
│ ├── uploadpic_repost.imageset
│ │ ├── Contents.json
│ │ └── uploadpic_repost@2x.png
│ ├── video_detail_open.imageset
│ │ ├── Contents.json
│ │ └── video_detail_open@2x.png
│ ├── video_detail_stop.imageset
│ │ ├── Contents.json
│ │ └── video_detail_stop@2x.png
│ ├── view detail_ad_feed.imageset
│ │ ├── Contents.json
│ │ └── view detail_ad_feed@2x.png
│ ├── view_detail_ad_feed_black.imageset
│ │ ├── Contents.json
│ │ └── view_detail_ad_feed_black@2x.png
│ ├── weitoutiao_tabbar.imageset
│ │ ├── Contents.json
│ │ └── weitoutiao_tabbar@2x.png
│ ├── weitoutiao_tabbar_press.imageset
│ │ ├── Contents.json
│ │ └── weitoutiao_tabbar_press@2x.png
│ ├── weixin_allshare.imageset
│ │ ├── Contents.json
│ │ └── weixin_allshare@2x.png
│ ├── weixinicon_setup.imageset
│ │ ├── Contents.json
│ │ └── weixinicon_setup@2x.png
│ ├── white_like.imageset
│ │ ├── Contents.json
│ │ └── white_like@2x.png
│ └── white_like_press.imageset
│ │ ├── Contents.json
│ │ └── white_like_press@2x.png
├── Base.lproj
│ └── LaunchScreen.storyboard
├── BaseController
│ ├── BaseNavigationController.swift
│ ├── BaseTabbarController.swift
│ ├── BaseTableViewController.swift
│ ├── BaseViewController.swift
│ ├── BaseViewControllerWithTable.swift
│ ├── ETNavBarTransparent.swift
│ ├── KLTAnimateNav
│ │ ├── AnimationContoller.h
│ │ ├── AnimationContoller.m
│ │ ├── DCTT-Bridging-Header.h
│ │ ├── KLTNavigationController.h
│ │ ├── KLTNavigationController.m
│ │ ├── UINavigationController+FDFullscreenPopGesture.h
│ │ └── UINavigationController+FDFullscreenPopGesture.m
│ ├── TTBaseTableViewController.swift
│ ├── TTImageBaseViewController.swift
│ └── TTImagePicker.swift
├── BaseDetailController.swift
├── BasePublishController.swift
├── BaseVCWithTableView.swift
├── BaseWebViewController.swift
├── BlackListController.swift
├── CategoryItemsCell.swift
├── CategoryItemsCell.xib
├── CategorySectionHeaderView.swift
├── CellParseJsonAble.swift
├── CollectCell.swift
├── CollectCell.xib
├── DCTT.entitlements
├── DarenCell.swift
├── DarenCell.xib
├── DarenTableViewController.swift
├── DetailViewM.swift
├── FackBackViewController.swift
├── FensiBaseController.swift
├── FensiCell.swift
├── FensiCell.xib
├── FindPwdController.swift
├── FriendHeadView.swift
├── FriendHeadView.xib
├── FriendRootController.swift
├── FriendsCollectonViewCell.swift
├── FriendsCollectonViewCell.xib
├── FriendsDetailController.swift
├── FriendsViewController.swift
├── GuanzhuController.swift
├── HistoryDetailController.swift
├── HistoryTodayController.swift
├── HistoryViewController.swift
├── HomeCell.swift
├── HomeCell.xib
├── HomeCellFillDateAble.swift
├── HomeCellWithImage.swift
├── HomeCellWithImage.xib
├── HomeCellWithImages.swift
├── HomeCellWithImages.xib
├── HomeDetailCommentCell.swift
├── HomeDetailCommentCell.xib
├── HomeDetailController.swift
├── HomeDetailFooterView.swift
├── HomeDetailFooterView.xib
├── HomeDetailHeadView.swift
├── HomeDetailHeadView.xib
├── HomeDetailImgCell.swift
├── HomeDetailImgCell.xib
├── HomeDetailImgCell3.swift
├── HomeDetailImgCell3.xib
├── HomeListBaseCell.swift
├── HomeListController.swift
├── HomeListController的副本.swift
├── HomeListViewModel.swift
├── HomeSearchViewController.swift
├── HomeTopItemView.swift
├── HomeTopItemView.xib
├── HomeViewController.swift
├── HomerListViewController.swift
├── Info.plist
├── JiaoyouCell.swift
├── JiaoyouCell.xib
├── JuBaoController.swift
├── LifeListViewCell.swift
├── LifeListViewCell.xib
├── Login.storyboard
├── LoginViewController.swift
├── MeBaseTableViewController.swift
├── MeCollectController.swift
├── MeHomeCell.swift
├── MeHomeCell.xib
├── MeHomeCell2.swift
├── MeHomeHeadView.swift
├── MeHomeHeadView.xib
├── MeHomeListCell.swift
├── MeHomeListCell.xib
├── MeHomeListController.swift
├── MeHomePageController.swift
├── MeHomePageControllerNew.swift
├── MeHomePageController的副本old.swift
├── MeHomeSuperCell.swift
├── MeHomeSuperCell.xib
├── MeHomeViewM.swift
├── MeNotRegisterCell.swift
├── MeNotRegisterCell.xib
├── MePersonInfoCell.swift
├── MePersonInfoCell.xib
├── MePersonInfoController.swift
├── MeSetterController.swift
├── MeViewController.swift
├── MessageCell.swift
├── MessageCell.xib
├── MessageViewController.swift
├── Notification.swift
├── PubBaseTableViewController.swift
├── PubBaseTextViewCell.swift
├── PubCityCell.swift
├── PubCityCell.xib
├── PubDacheViewController.swift
├── PubFangwuViewController.swift
├── PubFriendCell.swift
├── PubFriendCell.xib
├── PubJiaoYouController.swift
├── PubQiuzhiViewController.swift
├── PubSelectTypeController.swift
├── PubSelectTypeController.xib
├── PubShangJiaController.swift
├── PubTypeCollectionReusableView.swift
├── PubTypeCollectionReusableView.xib
├── PubWriteCell.swift
├── PubWriteCell.xib
├── PubZTController.swift
├── Publish.storyboard
├── PublishCollectionReusableView.swift
├── PublishCollectionReusableView.xib
├── PublishFriendViewController.swift
├── PublishImageCell.swift
├── PublishImageCell.xib
├── PublishServerController.swift
├── PublishTextCell.swift
├── PublishTextCell.xib
├── PublishViewController.swift
├── QiuzhiCell.swift
├── QiuzhiCell.xib
├── RegisterViewController.swift
├── ServerBaseCell.swift
├── ServerDetailController.swift
├── ServerListController.swift
├── ServerListImagesCell.swift
├── ServerListImagesCell.xib
├── ServerListTextCell.swift
├── ServerListTextCell.xib
├── ShangjiaCell.swift
├── ShangjiaCell.xib
├── SimplePrivacyController.swift
├── SimplePrivacyController.xib
├── String+TT.swift
├── TTBasePickerView.swift
├── TTDataPickerView.swift
├── TTDatePickerView.swift
├── TTImagePickerViewController.swift
├── TTPostCommentView.swift
├── TTPublishView.swift
├── TTSearchBarView.swift
├── TableCellWithCollectionView.swift
├── TableCellWithCollectionView.xib
├── TableViewCell.swift
├── TableViewCell.xib
├── TableViewCellSwitch.swift
├── TableViewCellSwitch.xib
├── TableViewCellTextView.swift
├── TableViewCellTextView.xib
├── Test
│ ├── back_bg@2x.png
│ ├── cell_background.png
│ ├── publish_image@2x.png
│ ├── publish_write@2x.png
│ ├── sunrise.jpg
│ ├── trans-navi-left-button@2x.png
│ ├── video_allshare@2x.png
│ └── ymtimg2.jpg
├── TodayDetailCell.swift
├── TodayViewCell.swift
├── TodayViewCell.xib
├── UIColor+TT.swift
├── UIFont+TT.swift
├── UIImage+TT.swift
├── User.swift
├── UserAgreementController.swift
├── ViewController.swift
├── ZTCollectionViewCell.swift
├── ZTCollectionViewCell.xib
├── ZTDetailCell.swift
├── ZTDetailCell.xib
├── ZTTableViewCell.swift
├── ZTTableViewCell.xib
├── ZTTableViewController.swift
├── _TodayDetailCell.swift
├── _TodayDetailCell.xib
├── all_category_item.plist
├── all_category_item的副本.plist
├── app_logo
│ ├── 1080x1882.png
│ ├── 3057x760.png
│ ├── 633x120.png
│ ├── 633x120_w.png
│ ├── app_logo@2x.png
│ └── app_logo@3x.png
├── area.plist
├── com
│ ├── Component
│ │ ├── AlamofireHelper.swift
│ │ ├── AlamofireRequestAble.swift
│ │ ├── Refresh
│ │ │ ├── TTRefreshFooter.swift
│ │ │ └── TTRefreshHeader.swift
│ │ └── TTImagePreviewKit
│ │ │ ├── TTImagePreviewCell.swift
│ │ │ ├── TTImagePreviewCell2.swift
│ │ │ ├── TTImagePreviewController.swift
│ │ │ └── TTImagePreviewController2.swift
│ ├── Extension.swift
│ ├── Protocol
│ │ ├── DisLikeBtnStyle.swift
│ │ ├── ShowAlertControllerAble.swift
│ │ ├── TTPickerImageAble.swift
│ │ └── TTProtocol.swift
│ ├── Reachability
│ │ ├── Reachability.h
│ │ └── Reachability.m
│ ├── SwiftyJSON.swift
│ ├── Tools.swift
│ ├── common.swift
│ ├── constant.swift
│ ├── hud
│ │ ├── HUD.swift
│ │ ├── error.png
│ │ ├── error@2x.png
│ │ ├── success.png
│ │ └── success@2x.png
│ ├── themeColor.swift
│ └── url.swift
├── dctt.xcassets
│ ├── Contents.json
│ ├── deault.imageset
│ │ ├── Contents.json
│ │ └── deault@2x.png
│ ├── default_dctt.imageset
│ │ ├── Contents.json
│ │ ├── default_dctt@1x.png
│ │ ├── default_dctt@2x.png
│ │ └── default_dctt@3x.png
│ └── default_logo.imageset
│ │ ├── Contents.json
│ │ ├── default_logo.png
│ │ ├── default_logo@2x.png
│ │ └── default_logo@3x.png
├── en.lproj
│ └── Localizable.strings
├── icon
│ ├── AppIcon-News29x29.png
│ ├── AppIcon-News29x29@2x.png
│ ├── AppIcon-News29x29@3x.png
│ ├── AppIcon-News40x40@2x.png
│ ├── AppIcon-News40x40@3x.png
│ ├── AppIcon-News60x60@2x.png
│ └── AppIcon-News60x60@3x.png
├── life.storyboard
├── me.storyboard
└── zh-Hans.lproj
│ ├── LaunchScreen.strings
│ └── Localizable.strings
├── Podfile
├── Podfile.lock
├── README.md
└── 技术支持与服务.md
/DCTT.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/DCTT.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/DCTT.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/icon_share_qq.imageset/icon_share_qq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/3th/icon_share_qq.imageset/icon_share_qq.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/icon_share_qq.imageset/icon_share_qq@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/3th/icon_share_qq.imageset/icon_share_qq@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/icon_share_qzone.imageset/icon_share_qzone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/3th/icon_share_qzone.imageset/icon_share_qzone.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/icon_share_qzone.imageset/icon_share_qzone@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/3th/icon_share_qzone.imageset/icon_share_qzone@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/icon_share_wechat_friends.imageset/icon_share_wechat_friends.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/3th/icon_share_wechat_friends.imageset/icon_share_wechat_friends.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/icon_share_wechat_friends.imageset/icon_share_wechat_friends@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/3th/icon_share_wechat_friends.imageset/icon_share_wechat_friends@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/icon_share_wechat_timeline.imageset/icon_share_wechat_timeline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/3th/icon_share_wechat_timeline.imageset/icon_share_wechat_timeline.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/3th/icon_share_wechat_timeline.imageset/icon_share_wechat_timeline@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/3th/icon_share_wechat_timeline.imageset/icon_share_wechat_timeline@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/1024x1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/1024x1024.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-60.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_Camera_Icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_Camera_Icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_Camera_Icon.imageset/ImgPic_Camera_Icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_Camera_Icon.imageset/ImgPic_Camera_Icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_close.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_close@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_close.imageset/ImgPic_close@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_close.imageset/ImgPic_close@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_current.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_current@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_current.imageset/ImgPic_current@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_current.imageset/ImgPic_current@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_drop_down.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_drop_down@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_drop_down.imageset/ImgPic_drop_down@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_drop_down.imageset/ImgPic_drop_down@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_album.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_select_album@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_album.imageset/ImgPic_select_album@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_select_album.imageset/ImgPic_select_album@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_ok_album.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_select_ok_album@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_ok_album.imageset/ImgPic_select_ok_album@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_select_ok_album.imageset/ImgPic_select_ok_album@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_ok_preview.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_select_ok_preview@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_ok_preview.imageset/ImgPic_select_ok_preview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_select_ok_preview.imageset/ImgPic_select_ok_preview@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_preview-1.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_select_preview-1@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_preview-1.imageset/ImgPic_select_preview-1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_select_preview-1.imageset/ImgPic_select_preview-1@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_preview.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "ImgPic_select_preview@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/ImgPic_select_preview.imageset/ImgPic_select_preview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/ImgPic_select_preview.imageset/ImgPic_select_preview@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/Search.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "Search@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/Search.imageset/Search@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/Search.imageset/Search@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/add_channel_titlbar_follow_night.imageset/add_channel_titlbar_follow_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/add_channel_titlbar_follow_night.imageset/add_channel_titlbar_follow_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/add_subscribe_video.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "add_subscribe_video@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/add_subscribe_video.imageset/add_subscribe_video@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/add_subscribe_video.imageset/add_subscribe_video@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/addicon_repost.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "addicon_repost@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/addicon_repost.imageset/addicon_repost@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/addicon_repost.imageset/addicon_repost@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/addicon_repost_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "addicon_repost_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/addicon_repost_press.imageset/addicon_repost_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/addicon_repost_press.imageset/addicon_repost_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/arrow_right_setup.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "arrow_right_setup@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/arrow_right_setup.imageset/arrow_right_setup@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/arrow_right_setup.imageset/arrow_right_setup@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/back.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "back@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/back.imageset/back@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/back.imageset/back@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/boy.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "boy@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/boy.imageset/boy@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/boy.imageset/boy@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/btn_tryagain.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "btn_tryagain@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/btn_tryagain.imageset/btn_tryagain@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/btn_tryagain.imageset/btn_tryagain@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/btn_tryagain_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "btn_tryagain_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/btn_tryagain_press.imageset/btn_tryagain_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/btn_tryagain_press.imageset/btn_tryagain_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/c_comment_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "c_comment_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/c_comment_icon.imageset/c_comment_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/c_comment_icon.imageset/c_comment_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/c_comment_like_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "c_comment_like_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/c_comment_like_icon.imageset/c_comment_like_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/c_comment_like_icon.imageset/c_comment_like_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/certification_modify.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "certification_modify@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/certification_modify.imageset/certification_modify@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/certification_modify.imageset/certification_modify@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/chatroom_icon_fans_new.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "chatroom_icon_fans_new@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/chatroom_icon_fans_new.imageset/chatroom_icon_fans_new@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/chatroom_icon_fans_new.imageset/chatroom_icon_fans_new@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/chatroom_write_black.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "chatroom_write_black@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/chatroom_write_black.imageset/chatroom_write_black@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/chatroom_write_black.imageset/chatroom_write_black@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/city_native.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "city_native@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/city_native.imageset/city_native@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/city_native.imageset/city_native@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/clear_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "clear_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/clear_icon.imageset/clear_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/clear_icon.imageset/clear_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/close_discover_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "close_discover_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/close_discover_press.imageset/close_discover_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/close_discover_press.imageset/close_discover_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/close_discover_press_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "close_discover_press_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/close_discover_press_night.imageset/close_discover_press_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/close_discover_press_night.imageset/close_discover_press_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/close_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "close_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/close_night.imageset/close_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/close_night.imageset/close_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/close_wrong.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "wrong@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/close_wrong.imageset/wrong@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/close_wrong.imageset/wrong@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/closeicon_repost.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "closeicon_repost@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/closeicon_repost.imageset/closeicon_repost@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/closeicon_repost.imageset/closeicon_repost@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/closeicon_repost_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "closeicon_repost_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/closeicon_repost_night.imageset/closeicon_repost_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/closeicon_repost_night.imageset/closeicon_repost_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/closeicon_repost_press_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "closeicon_repost_press_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/closeicon_repost_press_night.imageset/closeicon_repost_press_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/closeicon_repost_press_night.imageset/closeicon_repost_press_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment-1.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "comment@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment-1.imageset/comment@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/comment-1.imageset/comment@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "comment@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "comment@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment.imageset/comment@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/comment.imageset/comment@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment.imageset/comment@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/comment.imageset/comment@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment_arrow_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "comment_arrow_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment_arrow_icon.imageset/comment_arrow_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/comment_arrow_icon.imageset/comment_arrow_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment_feed.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "comment_feed@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment_feed.imageset/comment_feed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/comment_feed.imageset/comment_feed@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment_like_icon_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "comment_like_icon_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/comment_like_icon_night.imageset/comment_like_icon_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/comment_like_icon_night.imageset/comment_like_icon_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/default_image.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "default_image@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/default_image.imageset/default_image@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/default_image.imageset/default_image@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/default_image2.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "default_image2@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/default_image2.imageset/default_image2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/default_image2.imageset/default_image2@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/delete_allshare.imageset/delete_allshare@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/delete_allshare.imageset/delete_allshare@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/delete_allshare.imageset/delete_allshare@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/delete_allshare.imageset/delete_allshare@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/delete_allshare_disable.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "delete_allshare_disable@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/delete_allshare_disable.imageset/delete_allshare_disable@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/delete_allshare_disable.imageset/delete_allshare_disable@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/delete_allshare_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "delete_allshare_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/delete_allshare_night.imageset/delete_allshare_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/delete_allshare_night.imageset/delete_allshare_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/deleteicon_channel.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "deleteicon_channel@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/deleteicon_channel.imageset/deleteicon_channel@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/deleteicon_channel.imageset/deleteicon_channel@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/detail.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "detail@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/detail.imageset/detail@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/detail.imageset/detail@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/detail_close_icon_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "detail_close_icon_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/detail_close_icon_night.imageset/detail_close_icon_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/detail_close_icon_night.imageset/detail_close_icon_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/detail_search_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "detail_search_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/detail_search_icon.imageset/detail_search_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/detail_search_icon.imageset/detail_search_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/detail_search_icon_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "detail_search_icon_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/detail_search_icon_night.imageset/detail_search_icon_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/detail_search_icon_night.imageset/detail_search_icon_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_add_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "details_add_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_add_icon.imageset/details_add_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/details_add_icon.imageset/details_add_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_add_icon_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "details_add_icon_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_add_icon_night.imageset/details_add_icon_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/details_add_icon_night.imageset/details_add_icon_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_add_icon_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "details_add_icon_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_add_icon_press.imageset/details_add_icon_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/details_add_icon_press.imageset/details_add_icon_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_attention_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "details_attention_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_attention_icon.imageset/details_attention_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/details_attention_icon.imageset/details_attention_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_attention_icon_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "details_attention_icon_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_attention_icon_night.imageset/details_attention_icon_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/details_attention_icon_night.imageset/details_attention_icon_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_choose_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "details_choose_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_choose_icon.imageset/details_choose_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/details_choose_icon.imageset/details_choose_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_choose_ok_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "details_choose_ok_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/details_choose_ok_icon.imageset/details_choose_ok_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/details_choose_ok_icon.imageset/details_choose_ok_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/dislikeicon_ad_details.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "dislikeicon_ad_details@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/dislikeicon_ad_details.imageset/dislikeicon_ad_details@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/dislikeicon_ad_details.imageset/dislikeicon_ad_details@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/dislikeicon_details.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "dislikeicon_details@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/dislikeicon_details.imageset/dislikeicon_details@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/dislikeicon_details.imageset/dislikeicon_details@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/dislikeicon_details_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "dislikeicon_details_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/dislikeicon_details_night.imageset/dislikeicon_details_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/dislikeicon_details_night.imageset/dislikeicon_details_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/girl.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "girl@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/girl.imageset/girl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/girl.imageset/girl@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/heme_top1.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "hemetop1@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/heme_top1.imageset/hemetop1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/heme_top1.imageset/hemetop1@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/heme_top2.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "heme_top2@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/heme_top2.imageset/heme_top2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/heme_top2.imageset/heme_top2@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/heme_top3.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "heme_top3@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/heme_top3.imageset/heme_top3@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/heme_top3.imageset/heme_top3@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/heme_top4.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "heme_top4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/heme_top4.imageset/heme_top4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/heme_top4.imageset/heme_top4@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/history.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "history@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/history.imageset/history@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/history.imageset/history@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/history2.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "history2@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/history2.imageset/history2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/history2.imageset/history2@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/comment_like_icon_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "comment_like_icon_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/comment_like_icon_press.imageset/comment_like_icon_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/comment_like_icon_press.imageset/comment_like_icon_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/commonweal_morelogin_arrow.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "commonweal_morelogin_arrow@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/commonweal_morelogin_arrow.imageset/commonweal_morelogin_arrow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/commonweal_morelogin_arrow.imageset/commonweal_morelogin_arrow@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/icon_details_collect_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "icon_details_collect_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/icon_details_collect_press.imageset/icon_details_collect_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/icon_details_collect_press.imageset/icon_details_collect_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/icon_pen.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "icon_pen@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/icon_pen.imageset/icon_pen@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/icon_pen.imageset/icon_pen@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/like_heart_textpage.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "like_heart_textpage@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/like_heart_textpage.imageset/like_heart_textpage@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/like_heart_textpage.imageset/like_heart_textpage@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/like_heart_textpage_select.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "like_heart_textpage_select@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/like_heart_textpage_select.imageset/like_heart_textpage_select@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/like_heart_textpage_select.imageset/like_heart_textpage_select@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/likeicon_actionbar_details.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "likeicon_actionbar_details@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/likeicon_actionbar_details.imageset/likeicon_actionbar_details@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/likeicon_actionbar_details.imageset/likeicon_actionbar_details@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/likeicon_actionbar_details_press.imageset/likeicon_actionbar_details_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/likeicon_actionbar_details_press.imageset/likeicon_actionbar_details_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/tab_comment.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "tab_comment@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/tab_comment.imageset/tab_comment@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/tab_comment.imageset/tab_comment@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_ask.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "write_ask@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_ask.imageset/write_ask@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/write_ask.imageset/write_ask@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_details_ask.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "write_details_ask@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_details_ask.imageset/write_details_ask@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/write_details_ask.imageset/write_details_ask@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_details_ask_blue.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "write_details_ask_blue@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_details_ask_blue.imageset/write_details_ask_blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/write_details_ask_blue.imageset/write_details_ask_blue@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_new.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "write_new@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_new.imageset/write_new@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/write_new.imageset/write_new@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_small_ask_details.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "write_small_ask_details@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/write_small_ask_details.imageset/write_small_ask_details@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/write_small_ask_details.imageset/write_small_ask_details@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_details_dynamic.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "writeicon_details_dynamic@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_details_dynamic.imageset/writeicon_details_dynamic@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/writeicon_details_dynamic.imageset/writeicon_details_dynamic@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_details_dynamic_press.imageset/writeicon_details_dynamic_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/writeicon_details_dynamic_press.imageset/writeicon_details_dynamic_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_dynamic.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "writeicon_dynamic@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_dynamic.imageset/writeicon_dynamic@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/writeicon_dynamic.imageset/writeicon_dynamic@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_dynamic_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "writeicon_dynamic_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_dynamic_press.imageset/writeicon_dynamic_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/writeicon_dynamic_press.imageset/writeicon_dynamic_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_review_dynamic.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "writeicon_review_dynamic@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home/writeicon_review_dynamic.imageset/writeicon_review_dynamic@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home/writeicon_review_dynamic.imageset/writeicon_review_dynamic@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home_logo.imageset/home_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home_logo.imageset/home_logo.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home_logo.imageset/home_logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home_logo.imageset/home_logo@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/home_logo.imageset/home_logo@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/home_logo.imageset/home_logo@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/hookicon_photo.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "hookicon_photo@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/hookicon_photo.imageset/hookicon_photo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/hookicon_photo.imageset/hookicon_photo@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/hookicon_photo_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "hookicon_photo_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/hookicon_photo_press.imageset/hookicon_photo_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/hookicon_photo_press.imageset/hookicon_photo_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/hookicon_photo_preview.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "hookicon_photo_preview@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/hookicon_photo_preview.imageset/hookicon_photo_preview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/hookicon_photo_preview.imageset/hookicon_photo_preview@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/hookicon_photo_preview_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "hookicon_photo_preview_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/hookicon_photo_preview_press.imageset/hookicon_photo_preview_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/hookicon_photo_preview_press.imageset/hookicon_photo_preview_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/icon_add.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "icon_add@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/icon_add.imageset/icon_add@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/icon_add.imageset/icon_add@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/icon_details_collect.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "icon_details_collect@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/icon_details_collect.imageset/icon_details_collect@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/icon_details_collect.imageset/icon_details_collect@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/icon_place_active.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "icon_place_active@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/icon_place_active.imageset/icon_place_active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/icon_place_active.imageset/icon_place_active@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/icon_publish.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "filename" : "fabu@2x.png",
9 | "idiom" : "universal",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "author" : "xcode",
19 | "version" : 1
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/icon_publish.imageset/fabu@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/icon_publish.imageset/fabu@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_01.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_1_1.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_01.imageset/m_1_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_01.imageset/m_1_1.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_010.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_3_2.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_010.imageset/m_3_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_010.imageset/m_3_2.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_011.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_3_3.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_011.imageset/m_3_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_011.imageset/m_3_3.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_012.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_3_4.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_012.imageset/m_3_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_012.imageset/m_3_4.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_02.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_1_2.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_02.imageset/m_1_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_02.imageset/m_1_2.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_03.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_1_3.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_03.imageset/m_1_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_03.imageset/m_1_3.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_04.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_1_4.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_04.imageset/m_1_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_04.imageset/m_1_4.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_05.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_2_1.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_05.imageset/m_2_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_05.imageset/m_2_1.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_06.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_2_2.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_06.imageset/m_2_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_06.imageset/m_2_2.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_07.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_2_3.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_07.imageset/m_2_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_07.imageset/m_2_3.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_08.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_2_4.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_08.imageset/m_2_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_08.imageset/m_2_4.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_09.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_3_1.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_09.imageset/m_3_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_09.imageset/m_3_1.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_21.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_4_1.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_21.imageset/m_4_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_21.imageset/m_4_1.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_22.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_4_2.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_22.imageset/m_4_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_22.imageset/m_4_2.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_23.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_4_4.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_23.imageset/m_4_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_23.imageset/m_4_4.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_24.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_4_4.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_24.imageset/m_4_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_24.imageset/m_4_4.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_25.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_5_1.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_25.imageset/m_5_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_25.imageset/m_5_1.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_26.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_4_1.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_26.imageset/m_4_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_26.imageset/m_4_1.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_27.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_4_3.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_27.imageset/m_4_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_27.imageset/m_4_3.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_28.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "m_5_4.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item/item_28.imageset/m_5_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item/item_28.imageset/m_5_4.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_01.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "item_new_01@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_01.imageset/item_new_01@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item_new/item_new_01.imageset/item_new_01@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_02.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "item_new_02@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_02.imageset/item_new_02@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item_new/item_new_02.imageset/item_new_02@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_03.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "item_new_03@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_03.imageset/item_new_03@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item_new/item_new_03.imageset/item_new_03@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_04.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "item_new_04@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_04.imageset/item_new_04@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item_new/item_new_04.imageset/item_new_04@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_05.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "item_new_05@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_05.imageset/item_new_05@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item_new/item_new_05.imageset/item_new_05@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_06.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "item_new_06@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_06.imageset/item_new_06@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item_new/item_new_06.imageset/item_new_06@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_07.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "item_new_07@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_07.imageset/item_new_07@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item_new/item_new_07.imageset/item_new_07@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_08.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "item_new_08@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/item_new/item_new_08.imageset/item_new_08@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/item_new/item_new_08.imageset/item_new_08@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/lanuch_icon.imageset/icon_lanuch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/lanuch_icon.imageset/icon_lanuch.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/lanuch_icon.imageset/icon_lanuch@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/lanuch_icon.imageset/icon_lanuch@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/lanuch_icon.imageset/icon_lanuch@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/lanuch_icon.imageset/icon_lanuch@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/leftbackbutton_titlebar_photo_preview.imageset/leftbackbutton_titlebar_photo_preview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/leftbackbutton_titlebar_photo_preview.imageset/leftbackbutton_titlebar_photo_preview@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/leftbackbutton_titlebar_photo_preview_press.imageset/leftbackbutton_titlebar_photo_preview_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/leftbackbutton_titlebar_photo_preview_press.imageset/leftbackbutton_titlebar_photo_preview_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/leftbackicon_sdk_login.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "leftbackicon_sdk_login@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/leftbackicon_sdk_login.imageset/leftbackicon_sdk_login@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/leftbackicon_sdk_login.imageset/leftbackicon_sdk_login@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/leftbackicon_white_titlebar.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "leftbackicon_white_titlebar@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/leftbackicon_white_titlebar.imageset/leftbackicon_white_titlebar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/leftbackicon_white_titlebar.imageset/leftbackicon_white_titlebar@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/leftbackicon_white_titlebar_night.imageset/leftbackicon_white_titlebar_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/leftbackicon_white_titlebar_night.imageset/leftbackicon_white_titlebar_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/lefterbackicon_titlebar.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "lefterbackicon_titlebar@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/lefterbackicon_titlebar.imageset/lefterbackicon_titlebar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/lefterbackicon_titlebar.imageset/lefterbackicon_titlebar@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/lefterbackicon_titlebar_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "lefterbackicon_titlebar_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/lefterbackicon_titlebar_night.imageset/lefterbackicon_titlebar_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/lefterbackicon_titlebar_night.imageset/lefterbackicon_titlebar_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/like_arrow_textpage_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "like_arrow_textpage_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/like_arrow_textpage_night.imageset/like_arrow_textpage_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/like_arrow_textpage_night.imageset/like_arrow_textpage_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/like_arrow_textpage_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "like_arrow_textpage_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/like_arrow_textpage_press.imageset/like_arrow_textpage_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/like_arrow_textpage_press.imageset/like_arrow_textpage_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/local-icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "local-icon.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/local-icon.imageset/local-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/local-icon.imageset/local-icon.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/locationicon_repost.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "locationicon_repost@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/locationicon_repost.imageset/locationicon_repost@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/locationicon_repost.imageset/locationicon_repost@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/locationicon_repost_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "locationicon_repost_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/locationicon_repost_press.imageset/locationicon_repost_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/locationicon_repost_press.imageset/locationicon_repost_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/login-btn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "login-btn@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/login-btn.imageset/login-btn@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/login-btn.imageset/login-btn@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/loginbutton_drawer_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "loginbutton_drawer_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/loginbutton_drawer_press.imageset/loginbutton_drawer_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/loginbutton_drawer_press.imageset/loginbutton_drawer_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/love_video.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "love_video@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/love_video.imageset/love_video@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/love_video.imageset/love_video@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/love_video_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "love_video_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/love_video_press.imageset/love_video_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/love_video_press.imageset/love_video_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/me/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/me/avatar_default.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "avatar_moren@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/me/avatar_default.imageset/avatar_moren@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/me/avatar_default.imageset/avatar_moren@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/me/default_sdk_login.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "default_sdk_login@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/me/default_sdk_login.imageset/default_sdk_login@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/me/default_sdk_login.imageset/default_sdk_login@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/me/unlogin_head.imageset/unlogin_head@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/me/unlogin_head.imageset/unlogin_head@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/me/unlogin_head.imageset/unlogin_head@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/me/unlogin_head.imageset/unlogin_head@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/mine_tabbar.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "mine_tabbar@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/mine_tabbar.imageset/mine_tabbar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/mine_tabbar.imageset/mine_tabbar@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/money_video_details.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "money_video_details@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/money_video_details.imageset/money_video_details@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/money_video_details.imageset/money_video_details@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/more_toolbar.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "more_toolbar@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/more_toolbar.imageset/more_toolbar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/more_toolbar.imageset/more_toolbar@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/more_toolbar_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "more_toolbar_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/more_toolbar_press.imageset/more_toolbar_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/more_toolbar_press.imageset/more_toolbar_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/morebutton_dynamic.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "morebutton_dynamic@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/morebutton_dynamic.imageset/morebutton_dynamic@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/morebutton_dynamic.imageset/morebutton_dynamic@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/navigationbar_bg.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "background.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/navigationbar_bg.imageset/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/navigationbar_bg.imageset/background.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/newcare_tabbar.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "newcare_tabbar@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/newcare_tabbar.imageset/newcare_tabbar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/newcare_tabbar.imageset/newcare_tabbar@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/newcare_tabbar_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "newcare_tabbar_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/newcare_tabbar_press.imageset/newcare_tabbar_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/newcare_tabbar_press.imageset/newcare_tabbar_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/nocomment_loading.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "nocomment_loading@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/nocomment_loading.imageset/nocomment_loading@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/nocomment_loading.imageset/nocomment_loading@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/nofavorite_loading.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "nofavorite_loading@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/nofavorite_loading.imageset/nofavorite_loading@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/nofavorite_loading.imageset/nofavorite_loading@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/nologin_loading_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "nologin_loading_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/nologin_loading_night.imageset/nologin_loading_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/nologin_loading_night.imageset/nologin_loading_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/nomessage_loading.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "nomessage_loading@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/nomessage_loading.imageset/nomessage_loading@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/nomessage_loading.imageset/nomessage_loading@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/normalbtn_loading.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "normalbtn_loading@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/normalbtn_loading.imageset/normalbtn_loading@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/normalbtn_loading.imageset/normalbtn_loading@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/normalbtn_loading_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "normalbtn_loading_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/normalbtn_loading_press.imageset/normalbtn_loading_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/normalbtn_loading_press.imageset/normalbtn_loading_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/photo_detail_titlebar_close.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "photo_detail_titlebar_close@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/photo_detail_titlebar_close.imageset/photo_detail_titlebar_close@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/photo_detail_titlebar_close.imageset/photo_detail_titlebar_close@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/photograph_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "photograph_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/photograph_icon.imageset/photograph_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/photograph_icon.imageset/photograph_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/product_comment.imageset/product_comment@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/product_comment.imageset/product_comment@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/product_comment.imageset/product_comment@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/product_comment.imageset/product_comment@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/product_comment_click.imageset/product_comment_click@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/product_comment_click.imageset/product_comment_click@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/product_comment_click.imageset/product_comment_click@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/product_comment_click.imageset/product_comment_click@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/profile_fill_photos_ic.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "profile_fill_photos_ic@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/profile_fill_photos_ic.imageset/profile_fill_photos_ic@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/profile_fill_photos_ic.imageset/profile_fill_photos_ic@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/profile_fill_v_32.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "profile_fill_v_32@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/profile_fill_v_32.imageset/profile_fill_v_32@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/profile_fill_v_32.imageset/profile_fill_v_32@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/profile_name_arrow.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "profile_name_arrow@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/profile_name_arrow.imageset/profile_name_arrow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/profile_name_arrow.imageset/profile_name_arrow@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/refresh_close.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "refresh_close@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/refresh_close.imageset/refresh_close@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/refresh_close.imageset/refresh_close@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/revoke_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "revoke_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/revoke_icon.imageset/revoke_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/revoke_icon.imageset/revoke_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/right_arrow_icon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "right_arrow_icon@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/right_arrow_icon.imageset/right_arrow_icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/right_arrow_icon.imageset/right_arrow_icon@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/sanjiao.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "sanjiao@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/sanjiao.imageset/sanjiao@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/sanjiao.imageset/sanjiao@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/sanjiao_night.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "sanjiao_night@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/sanjiao_night.imageset/sanjiao_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/sanjiao_night.imageset/sanjiao_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/search_subscibe_titilebar.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "search_subscibe_titilebar@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/search_subscibe_titilebar.imageset/search_subscibe_titilebar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/search_subscibe_titilebar.imageset/search_subscibe_titilebar@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/search_subscibe_titilebar_press_night.imageset/search_subscibe_titilebar_press_night@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/search_subscibe_titilebar_press_night.imageset/search_subscibe_titilebar_press_night@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/select.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "select@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/select.imageset/select@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/select.imageset/select@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/select_reviewbar_all.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "select_reviewbar_all@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/select_reviewbar_all.imageset/select_reviewbar_all@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/select_reviewbar_all.imageset/select_reviewbar_all@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/select_reviewbar_all_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "select_reviewbar_all_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/select_reviewbar_all_press.imageset/select_reviewbar_all_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/select_reviewbar_all_press.imageset/select_reviewbar_all_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/selected.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "selected@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/selected.imageset/selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/selected.imageset/selected@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/set_title_profile.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "set_title_profile@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/set_title_profile.imageset/set_title_profile@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/set_title_profile.imageset/set_title_profile@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/star_next.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "star_next@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/star_next.imageset/star_next@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/star_next.imageset/star_next@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/step.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "step@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/step.imageset/step@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/step.imageset/step@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/step_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "step_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/step_press.imageset/step_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/step_press.imageset/step_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all.imageset/tab_icon_life.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all.imageset/tab_icon_life.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all.imageset/tab_icon_life@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all.imageset/tab_icon_life@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all.imageset/tab_icon_life@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all.imageset/tab_icon_life@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all_selected.imageset/tab_icon_life_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all_selected.imageset/tab_icon_life_selected.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all_selected.imageset/tab_icon_life_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all_selected.imageset/tab_icon_life_selected@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all_selected.imageset/tab_icon_life_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_all_selected.imageset/tab_icon_life_selected@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend.imageset/tab_icon_zt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend.imageset/tab_icon_zt.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend.imageset/tab_icon_zt@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend.imageset/tab_icon_zt@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend.imageset/tab_icon_zt@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend.imageset/tab_icon_zt@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend_selected.imageset/tab_icon_zt_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend_selected.imageset/tab_icon_zt_selected.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend_selected.imageset/tab_icon_zt_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend_selected.imageset/tab_icon_zt_selected@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend_selected.imageset/tab_icon_zt_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_friend_selected.imageset/tab_icon_zt_selected@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home.imageset/tab_icon_sy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home.imageset/tab_icon_sy.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home.imageset/tab_icon_sy@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home.imageset/tab_icon_sy@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home.imageset/tab_icon_sy@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home.imageset/tab_icon_sy@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home_selected.imageset/tab_icon_sy_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home_selected.imageset/tab_icon_sy_selected.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home_selected.imageset/tab_icon_sy_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home_selected.imageset/tab_icon_sy_selected@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home_selected.imageset/tab_icon_sy_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_home_selected.imageset/tab_icon_sy_selected@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me.imageset/tab_me.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me.imageset/tab_me.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me.imageset/tab_me@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me.imageset/tab_me@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me.imageset/tab_me@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me.imageset/tab_me@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me_selected.imageset/tab_me_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me_selected.imageset/tab_me_selected.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me_selected.imageset/tab_me_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me_selected.imageset/tab_me_selected@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me_selected.imageset/tab_me_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_me_selected.imageset/tab_me_selected@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_publish.imageset/fabu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_publish.imageset/fabu.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_publish.imageset/fabu@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_publish.imageset/fabu@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_publish.imageset/fabu@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_icon/tabbar_icon_publish.imageset/fabu@3x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_icon/tabbar_icon_publish_selected.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "scale" : "2x"
10 | },
11 | {
12 | "idiom" : "universal",
13 | "scale" : "3x"
14 | }
15 | ],
16 | "info" : {
17 | "version" : 1,
18 | "author" : "xcode"
19 | }
20 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_share3.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "tab_share3@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tab_share3.imageset/tab_share3@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tab_share3.imageset/tab_share3@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tabbar_icon_more.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "tabbar_icon_more@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tabbar_icon_more.imageset/tabbar_icon_more@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tabbar_icon_more.imageset/tabbar_icon_more@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tabbar_icon_set.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "tabbar_icon_set@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/tabbar_icon_set.imageset/tabbar_icon_set@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/tabbar_icon_set.imageset/tabbar_icon_set@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/titlebar_details_go_back.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "titlebar_details_go_back@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/titlebar_details_go_back.imageset/titlebar_details_go_back@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/titlebar_details_go_back.imageset/titlebar_details_go_back@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/titlebar_details_go_back_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "titlebar_details_go_back_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/titlebar_details_go_back_press.imageset/titlebar_details_go_back_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/titlebar_details_go_back_press.imageset/titlebar_details_go_back_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_account.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_account@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_account.imageset/uc_account@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_account.imageset/uc_account@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_add.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_add@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_add.imageset/uc_add@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_add.imageset/uc_add@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_app.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_app@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_app.imageset/uc_app@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_app.imageset/uc_app@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_danzi.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_danzi@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_danzi.imageset/uc_danzi@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_danzi.imageset/uc_danzi@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_fabu.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_fabu@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_fabu.imageset/uc_fabu@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_fabu.imageset/uc_fabu@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_feedback.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_feedback@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_feedback.imageset/uc_feedback@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_feedback.imageset/uc_feedback@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_message.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_message@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_message.imageset/uc_message@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_message.imageset/uc_message@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_setting.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_setting@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_setting.imageset/uc_setting@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_setting.imageset/uc_setting@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_shouc.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_shouc@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_shouc.imageset/uc_shouc@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_shouc.imageset/uc_shouc@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_system.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_system@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_system.imageset/uc_system@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_system.imageset/uc_system@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_zhaop.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uc_zhaop@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uc_zhaop.imageset/uc_zhaop@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uc_zhaop.imageset/uc_zhaop@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uploadpic_repost.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "uploadpic_repost@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/uploadpic_repost.imageset/uploadpic_repost@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/uploadpic_repost.imageset/uploadpic_repost@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/video_detail_open.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "video_detail_open@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/video_detail_open.imageset/video_detail_open@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/video_detail_open.imageset/video_detail_open@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/video_detail_stop.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "video_detail_stop@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/video_detail_stop.imageset/video_detail_stop@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/video_detail_stop.imageset/video_detail_stop@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/view detail_ad_feed.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "view detail_ad_feed@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/view detail_ad_feed.imageset/view detail_ad_feed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/view detail_ad_feed.imageset/view detail_ad_feed@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/view_detail_ad_feed_black.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "view_detail_ad_feed_black@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/view_detail_ad_feed_black.imageset/view_detail_ad_feed_black@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/view_detail_ad_feed_black.imageset/view_detail_ad_feed_black@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/weitoutiao_tabbar.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "weitoutiao_tabbar@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/weitoutiao_tabbar.imageset/weitoutiao_tabbar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/weitoutiao_tabbar.imageset/weitoutiao_tabbar@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/weitoutiao_tabbar_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "weitoutiao_tabbar_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/weitoutiao_tabbar_press.imageset/weitoutiao_tabbar_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/weitoutiao_tabbar_press.imageset/weitoutiao_tabbar_press@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/weixin_allshare.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "weixin_allshare@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/weixin_allshare.imageset/weixin_allshare@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/weixin_allshare.imageset/weixin_allshare@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/weixinicon_setup.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "weixinicon_setup@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/weixinicon_setup.imageset/weixinicon_setup@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/weixinicon_setup.imageset/weixinicon_setup@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/white_like.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "white_like@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/white_like.imageset/white_like@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/white_like.imageset/white_like@2x.png
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/white_like_press.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "white_like_press@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/DCTT/Assets.xcassets/white_like_press.imageset/white_like_press@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Assets.xcassets/white_like_press.imageset/white_like_press@2x.png
--------------------------------------------------------------------------------
/DCTT/BaseController/KLTAnimateNav/KLTNavigationController.h:
--------------------------------------------------------------------------------
1 | //
2 | // CZNavigationController.h
3 | // ChongZu
4 | //
5 | // Created by cz10000 on 16/4/27.
6 | // Copyright © 2016年 cz10000. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface KLTNavigationController : UINavigationController
12 |
13 | @property(strong,nonatomic)UIScreenEdgePanGestureRecognizer *panGestureRec;
14 |
15 | @end
16 |
--------------------------------------------------------------------------------
/DCTT/DCTT.entitlements:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | aps-environment
6 | development
7 |
8 |
9 |
--------------------------------------------------------------------------------
/DCTT/HomeListBaseCell.swift:
--------------------------------------------------------------------------------
1 | //
2 | // HomeListBaseCell.swift
3 | // DCTT
4 | //
5 | // Created by wyg on 2018/9/19.
6 | // Copyright © 2018年 Light.W. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class HomeListBaseCell: UITableViewCell ,DisLikeButtonStyle{
12 |
13 | ///sy,life
14 | var type:String?
15 |
16 | func fill(_ d:[String:Any]) {}
17 |
18 | ///点击不喜欢处理操作
19 | var dislikeBlock:(() -> Void)?
20 |
21 | }
22 |
--------------------------------------------------------------------------------
/DCTT/PubTypeCollectionReusableView.swift:
--------------------------------------------------------------------------------
1 | //
2 | // PubTypeCollectionReusableView.swift
3 | // DCTT
4 | //
5 | // Created by wyg on 2018/2/6.
6 | // Copyright © 2018年 Light.W. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class PubTypeCollectionReusableView: UICollectionReusableView {
12 | @IBOutlet weak var title: UILabel!
13 |
14 | override func awakeFromNib() {
15 | super.awakeFromNib()
16 | // Initialization code
17 | }
18 |
19 | }
20 |
--------------------------------------------------------------------------------
/DCTT/Test/back_bg@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Test/back_bg@2x.png
--------------------------------------------------------------------------------
/DCTT/Test/cell_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Test/cell_background.png
--------------------------------------------------------------------------------
/DCTT/Test/publish_image@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Test/publish_image@2x.png
--------------------------------------------------------------------------------
/DCTT/Test/publish_write@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Test/publish_write@2x.png
--------------------------------------------------------------------------------
/DCTT/Test/sunrise.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Test/sunrise.jpg
--------------------------------------------------------------------------------
/DCTT/Test/trans-navi-left-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Test/trans-navi-left-button@2x.png
--------------------------------------------------------------------------------
/DCTT/Test/video_allshare@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Test/video_allshare@2x.png
--------------------------------------------------------------------------------
/DCTT/Test/ymtimg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/Test/ymtimg2.jpg
--------------------------------------------------------------------------------
/DCTT/UIColor+TT.swift:
--------------------------------------------------------------------------------
1 | //
2 | // UIColor+TT.swift
3 | // DCTT
4 | //
5 | // Created by wyg on 2021/9/21.
6 | // Copyright © 2021 Light.W. All rights reserved.
7 | //
8 |
9 | import Foundation
10 | import UIKit
11 | extension UIColor {
12 | ///默认分割线的颜色
13 | static let defatultSeparatorColor = UIColorFromHex(rgbValue: 0xE6E6E6);
14 |
15 |
16 | }
17 |
18 |
--------------------------------------------------------------------------------
/DCTT/UIFont+TT.swift:
--------------------------------------------------------------------------------
1 | //
2 | // UIFont+TT.swift
3 | // DCTT
4 | //
5 | // Created by wyg on 2021/9/21.
6 | // Copyright © 2021 Light.W. All rights reserved.
7 | //
8 |
9 | import Foundation
10 | extension UIFont {
11 | static var pingFangSC = UIFont.init(name: "PingFang SC", size: 17)
12 | }
13 |
--------------------------------------------------------------------------------
/DCTT/ZTCollectionViewCell.swift:
--------------------------------------------------------------------------------
1 | //
2 | // ZTCollectionViewCell.swift
3 | // DCTT
4 | //
5 | // Created by wyg on 2018/9/8.
6 | // Copyright © 2018年 Light.W. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class ZTCollectionViewCell: UICollectionViewCell {
12 |
13 | override func awakeFromNib() {
14 | super.awakeFromNib()
15 | // Initialization code
16 | }
17 |
18 | }
19 |
--------------------------------------------------------------------------------
/DCTT/app_logo/1080x1882.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/app_logo/1080x1882.png
--------------------------------------------------------------------------------
/DCTT/app_logo/3057x760.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/app_logo/3057x760.png
--------------------------------------------------------------------------------
/DCTT/app_logo/633x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/app_logo/633x120.png
--------------------------------------------------------------------------------
/DCTT/app_logo/633x120_w.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/app_logo/633x120_w.png
--------------------------------------------------------------------------------
/DCTT/app_logo/app_logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/app_logo/app_logo@2x.png
--------------------------------------------------------------------------------
/DCTT/app_logo/app_logo@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/app_logo/app_logo@3x.png
--------------------------------------------------------------------------------
/DCTT/area.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/area.plist
--------------------------------------------------------------------------------
/DCTT/com/common.swift:
--------------------------------------------------------------------------------
1 | //
2 | // common.swift
3 | // JobCard
4 | //
5 | // Created by gener on 17/11/8.
6 | // Copyright © 2017年 Light. All rights reserved.
7 | //
8 |
9 | import Foundation
10 |
11 | import RxSwift
12 | import RxCocoa
13 |
14 |
--------------------------------------------------------------------------------
/DCTT/com/hud/error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/com/hud/error.png
--------------------------------------------------------------------------------
/DCTT/com/hud/error@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/com/hud/error@2x.png
--------------------------------------------------------------------------------
/DCTT/com/hud/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/com/hud/success.png
--------------------------------------------------------------------------------
/DCTT/com/hud/success@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/com/hud/success@2x.png
--------------------------------------------------------------------------------
/DCTT/com/url.swift:
--------------------------------------------------------------------------------
1 | //
2 | // url.swift
3 |
4 | import Foundation
5 |
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/deault.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "filename" : "deault@2x.png",
9 | "idiom" : "universal",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "author" : "xcode",
19 | "version" : 1
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/deault.imageset/deault@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/dctt.xcassets/deault.imageset/deault@2x.png
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/default_dctt.imageset/default_dctt@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/dctt.xcassets/default_dctt.imageset/default_dctt@1x.png
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/default_dctt.imageset/default_dctt@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/dctt.xcassets/default_dctt.imageset/default_dctt@2x.png
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/default_dctt.imageset/default_dctt@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/dctt.xcassets/default_dctt.imageset/default_dctt@3x.png
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/default_logo.imageset/default_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/dctt.xcassets/default_logo.imageset/default_logo.png
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/default_logo.imageset/default_logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/dctt.xcassets/default_logo.imageset/default_logo@2x.png
--------------------------------------------------------------------------------
/DCTT/dctt.xcassets/default_logo.imageset/default_logo@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/dctt.xcassets/default_logo.imageset/default_logo@3x.png
--------------------------------------------------------------------------------
/DCTT/en.lproj/Localizable.strings:
--------------------------------------------------------------------------------
1 | /*
2 | Localizable.strings
3 | DCTT
4 |
5 | Created by gener on 2017/12/7.
6 | Copyright © 2017年 Light.W. All rights reserved.
7 | */
8 |
--------------------------------------------------------------------------------
/DCTT/icon/AppIcon-News29x29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/icon/AppIcon-News29x29.png
--------------------------------------------------------------------------------
/DCTT/icon/AppIcon-News29x29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/icon/AppIcon-News29x29@2x.png
--------------------------------------------------------------------------------
/DCTT/icon/AppIcon-News29x29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/icon/AppIcon-News29x29@3x.png
--------------------------------------------------------------------------------
/DCTT/icon/AppIcon-News40x40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/icon/AppIcon-News40x40@2x.png
--------------------------------------------------------------------------------
/DCTT/icon/AppIcon-News40x40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/icon/AppIcon-News40x40@3x.png
--------------------------------------------------------------------------------
/DCTT/icon/AppIcon-News60x60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/icon/AppIcon-News60x60@2x.png
--------------------------------------------------------------------------------
/DCTT/icon/AppIcon-News60x60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Light413/dctt/bed2717bdb0f92f889bcc8159dc54471b5c0072a/DCTT/icon/AppIcon-News60x60@3x.png
--------------------------------------------------------------------------------
/DCTT/zh-Hans.lproj/LaunchScreen.strings:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/DCTT/zh-Hans.lproj/Localizable.strings:
--------------------------------------------------------------------------------
1 | /*
2 | Localizable.strings
3 | DCTT
4 |
5 | Created by gener on 2017/12/7.
6 | Copyright © 2017年 Light.W. All rights reserved.
7 | */
8 | Loading = "数据加载中";
9 |
--------------------------------------------------------------------------------
/技术支持与服务.md:
--------------------------------------------------------------------------------
1 | ## 使用说明
2 | * 该项目代码基于当前目录下`MIT License`授权协议。
3 | * 该项目已实际上线运营,禁止照搬发布、投入生产,仅供学习技术交流。
4 | * 若发现问题或Bug欢迎issue。
5 |
6 | ## 技术支持与服务
7 | 我们提供以下技术支持和服务,需要请联系`light413@126.com`
8 |
9 | * 关于项目定制开发及技术完善。
10 | * 授权项目源码使用,提供后台源码支持。
11 | * Android、iOS APP设计及开发、上线发布等或相关技术咨询服务。
12 | * 针对项目中技术问题一对一答疑解惑及支持。
13 |
14 | ## 赞助
15 | 如果你喜欢我们的项目并且愿意给予赞助,欢迎微信支付,你的支持会给我无尽的动力,进一步项目更新维护。
16 |
17 | 
18 |
--------------------------------------------------------------------------------