├── BanTang copy-Info.plist ├── BanTang.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── bxt189.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── bxt189.xcuserdatad │ └── xcschemes │ ├── BanTang copy.xcscheme │ ├── BanTang.xcscheme │ └── xcschememanagement.plist ├── BanTang.xcworkspace ├── contents.xcworkspacedata └── xcuserdata │ └── bxt189.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── BanTang ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ ├── BoAssetsCamera.imageset │ │ ├── BoAssetsCamera@2x.png │ │ └── Contents.json │ ├── BoAssetsPickerChecked.imageset │ │ ├── BoAssetsPickerChecked@2x.png │ │ └── Contents.json │ ├── BoSelectGroup_tip.imageset │ │ ├── BoSelectGroup_tip@2x.png │ │ └── Contents.json │ ├── Contents.json │ ├── Home │ │ ├── Contents.json │ │ ├── GoodSomething.imageset │ │ │ ├── Contents.json │ │ │ └── GoodSomething@2x.png │ │ ├── HeaderPlaceHolder.imageset │ │ │ ├── Contents.json │ │ │ └── HeaderPlaceHolder@2x.png │ │ ├── PlantingGrass.imageset │ │ │ ├── Contents.json │ │ │ └── PlantingGrass@2x.png │ │ ├── SayTwoWords.imageset │ │ │ ├── Contents.json │ │ │ └── SayTwoWords@2x.png │ │ ├── Share_fire.imageset │ │ │ ├── Contents.json │ │ │ └── Share_fire@2x.png │ │ ├── SignIn.imageset │ │ │ ├── Contents.json │ │ │ └── SignIn@2x.png │ │ ├── SignInBackImage.imageset │ │ │ ├── Contents.json │ │ │ └── SignInBackImage@2x.png │ │ ├── SignIn_highLight.imageset │ │ │ ├── Contents.json │ │ │ └── SignIn_highLight@2x.png │ │ ├── SignIn_normal.imageset │ │ │ ├── Contents.json │ │ │ └── SignIn_normal@2x.png │ │ ├── addToFavoriteBtn.imageset │ │ │ ├── Contents.json │ │ │ └── addToFavoriteBtn@2x.png │ │ ├── addToFavorite_selected.imageset │ │ │ ├── Contents.json │ │ │ └── addToFavorite_selected@2x.png │ │ ├── btn_image_close.imageset │ │ │ ├── Contents.json │ │ │ ├── btn_image_close@2x.png │ │ │ └── btn_image_close@3x.png │ │ ├── btn_image_close_highlighted.imageset │ │ │ ├── Contents.json │ │ │ ├── btn_image_close_highlighted@2x.png │ │ │ └── btn_image_close_highlighted@3x.png │ │ ├── btn_publish_tag_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── btn_publish_tag_icon@2x.png │ │ │ └── btn_publish_tag_icon@3x.png │ │ ├── comments.imageset │ │ │ ├── Contents.json │ │ │ └── comments@2x.png │ │ ├── goodsDetail_fav.imageset │ │ │ ├── Contents.json │ │ │ ├── goodsDetail_fav.png │ │ │ └── goodsDetail_fav@2x.png │ │ ├── goodsDetail_fav_un.imageset │ │ │ ├── Contents.json │ │ │ ├── goodsDetail_fav_un.png │ │ │ └── goodsDetail_fav_un@2x.png │ │ ├── goodsDetail_share.imageset │ │ │ ├── Contents.json │ │ │ ├── goodsDetail_share.png │ │ │ └── goodsDetail_share@2x.png │ │ ├── icon_Tabbao.imageset │ │ │ ├── Contents.json │ │ │ └── icon_Tabbao@2x.png │ │ ├── iconfont-category.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-category.png │ │ ├── iconfont-icondianzan.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-icondianzan@2x.png │ │ ├── iconfont-icondianzanhou.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-icondianzanhou@2x.png │ │ ├── iconfont-lishi.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-lishi@2x.png │ │ ├── iconfont-shop.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-shop@2x.png │ │ ├── imperialcrown.imageset │ │ │ ├── Contents.json │ │ │ └── attach_28.png │ │ ├── searchBtn.imageset │ │ │ ├── Contents.json │ │ │ └── searchBtn@2x.png │ │ ├── searchLarge.imageset │ │ │ ├── Contents.json │ │ │ └── searchLarge@2x.png │ │ ├── serchBtn_pressed.imageset │ │ │ ├── Contents.json │ │ │ └── serchBtn_pressed@2x.png │ │ ├── subject_arrow_right.imageset │ │ │ ├── Contents.json │ │ │ ├── subject_arrow_right@2x.png │ │ │ └── subject_arrow_right@3x.png │ │ └── tools_taobao_pressed.imageset │ │ │ ├── Contents.json │ │ │ ├── tools_taobao_pressed@2x.png │ │ │ └── tools_taobao_pressed@3x.png │ ├── LaunchImage.imageset │ │ ├── Contents.json │ │ ├── LaunchImage-700@2x.png │ │ ├── LaunchImage-800-Portrait-736h@3x.png │ │ └── LaunchImage@2x.png │ ├── PersonCenter │ │ ├── Contents.json │ │ ├── Man_selected.imageset │ │ │ ├── Contents.json │ │ │ └── Man_selected@2x.png │ │ ├── Man_unselected.imageset │ │ │ ├── Contents.json │ │ │ └── Man_unselected@2x.png │ │ ├── PersonCenterPublish.imageset │ │ │ ├── Contents.json │ │ │ └── PersonCenterPublish@2x.png │ │ ├── PersonCenterbackImage.imageset │ │ │ ├── Contents.json │ │ │ └── PersonCenterbackImage@2x.png │ │ ├── Woman_selected.imageset │ │ │ ├── Contents.json │ │ │ └── Woman_selected@2x.png │ │ ├── Woman_unselected.imageset │ │ │ ├── Contents.json │ │ │ └── Woman_unselected@2x.png │ │ ├── button-_team.imageset │ │ │ ├── Contents.json │ │ │ └── button-_team@2x.png │ │ ├── button_friend.imageset │ │ │ ├── Contents.json │ │ │ └── button_friend@2x.png │ │ ├── button_order.imageset │ │ │ ├── Contents.json │ │ │ └── button_order@2x.png │ │ ├── button_point.imageset │ │ │ ├── Contents.json │ │ │ └── button_point@2x.png │ │ ├── iconfont-女人.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-女人@2x.png │ │ └── iconfont-男人.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-男人@2x.png │ ├── ShowME │ │ ├── Contents.json │ │ └── btn_library_camera.imageset │ │ │ ├── Contents.json │ │ │ └── btn_library_camera@2x.png │ ├── attention_empty_btn.imageset │ │ ├── Contents.json │ │ └── attention_empty_btn.png │ ├── attention_empty_icon.imageset │ │ ├── Contents.json │ │ └── attention_empty_icon.png │ ├── bg_comment_text_field.imageset │ │ ├── Contents.json │ │ └── bg_comment_text_field.png │ ├── bg_comment_text_field_dark.imageset │ │ ├── Contents.json │ │ └── bg_comment_text_field_dark.png │ ├── bg_message_empty.imageset │ │ ├── Contents.json │ │ └── bg_message_empty.png │ ├── bg_search_empty.imageset │ │ ├── Contents.json │ │ └── bg_search_empty.png │ ├── btn_group_comment.imageset │ │ ├── Contents.json │ │ └── btn_group_comment.png │ ├── btn_group_like.imageset │ │ ├── Contents.json │ │ └── btn_group_like.png │ ├── btn_group_more.imageset │ │ ├── Contents.json │ │ └── btn_group_more.png │ ├── btn_group_share.imageset │ │ ├── Contents.json │ │ └── btn_group_share.png │ ├── btn_product_add_jd.imageset │ │ ├── Contents.json │ │ └── btn_product_add_jd.png │ ├── btn_product_add_taobao.imageset │ │ ├── Contents.json │ │ └── btn_product_add_taobao.png │ ├── btn_product_add_tmall.imageset │ │ ├── Contents.json │ │ └── btn_product_add_tmall.png │ ├── center_menu_fans_icon.imageset │ │ ├── Contents.json │ │ └── center_menu_fans_icon.png │ ├── center_menu_jifen_icon.imageset │ │ ├── Contents.json │ │ └── center_menu_jifen_icon.png │ ├── center_menu_order_icon.imageset │ │ ├── Contents.json │ │ └── center_menu_order_icon.png │ ├── center_menu_xiaofendui_icon.imageset │ │ ├── Contents.json │ │ └── center_menu_xiaofendui_icon.png │ ├── commu_home_recom_change_icon.imageset │ │ ├── Contents.json │ │ └── commu_home_recom_change_icon.png │ ├── community_tag.imageset │ │ ├── Contents.json │ │ └── community_tag.png │ ├── goods │ │ ├── Contents.json │ │ ├── good1.imageset │ │ │ ├── Contents.json │ │ │ └── good1.png │ │ ├── good10.imageset │ │ │ ├── Contents.json │ │ │ └── good10.png │ │ ├── good11.imageset │ │ │ ├── Contents.json │ │ │ └── good11.png │ │ ├── good12.imageset │ │ │ ├── Contents.json │ │ │ └── good12.png │ │ ├── good13.imageset │ │ │ ├── Contents.json │ │ │ └── good13.png │ │ ├── good14.imageset │ │ │ ├── Contents.json │ │ │ └── good14.png │ │ ├── good15.imageset │ │ │ ├── Contents.json │ │ │ └── good15.png │ │ ├── good16.imageset │ │ │ ├── Contents.json │ │ │ └── good16.png │ │ ├── good17.imageset │ │ │ ├── Contents.json │ │ │ └── good17.png │ │ ├── good18.imageset │ │ │ ├── Contents.json │ │ │ └── good18.png │ │ ├── good19.imageset │ │ │ ├── Contents.json │ │ │ └── good19.png │ │ ├── good2.imageset │ │ │ ├── Contents.json │ │ │ └── good2.png │ │ ├── good20.imageset │ │ │ ├── Contents.json │ │ │ └── good20.png │ │ ├── good3.imageset │ │ │ ├── Contents.json │ │ │ └── good3.png │ │ ├── good4.imageset │ │ │ ├── Contents.json │ │ │ └── good4.png │ │ ├── good5.imageset │ │ │ ├── Contents.json │ │ │ └── good5.png │ │ ├── good6.imageset │ │ │ ├── Contents.json │ │ │ └── good6.png │ │ ├── good7.imageset │ │ │ ├── Contents.json │ │ │ └── good7.png │ │ ├── good8.imageset │ │ │ ├── Contents.json │ │ │ └── good8.png │ │ └── good9.imageset │ │ │ ├── Contents.json │ │ │ └── good9.png │ ├── icon_group_post_buy.imageset │ │ ├── Contents.json │ │ └── icon_group_post_buy.png │ ├── icon_group_post_product_arrow.imageset │ │ ├── Contents.json │ │ └── icon_group_post_product_arrow.png │ ├── icon_group_recommend.imageset │ │ ├── Contents.json │ │ └── icon_group_recommend.png │ ├── icon_product_source_jd.imageset │ │ ├── Contents.json │ │ └── icon_product_source_jd.png │ ├── icon_product_source_taobao.imageset │ │ ├── Contents.json │ │ └── icon_product_source_taobao.png │ ├── icon_product_source_tmall.imageset │ │ ├── Contents.json │ │ └── icon_product_source_tmall.png │ ├── loading │ │ ├── Contents.json │ │ ├── loading1.imageset │ │ │ ├── Contents.json │ │ │ └── loading1.png │ │ ├── loading10.imageset │ │ │ ├── Contents.json │ │ │ └── loading10.png │ │ ├── loading11.imageset │ │ │ ├── Contents.json │ │ │ └── loading11.png │ │ ├── loading12.imageset │ │ │ ├── Contents.json │ │ │ └── loading12.png │ │ ├── loading13.imageset │ │ │ ├── Contents.json │ │ │ └── loading13.png │ │ ├── loading14.imageset │ │ │ ├── Contents.json │ │ │ └── loading14.png │ │ ├── loading15.imageset │ │ │ ├── Contents.json │ │ │ └── loading15.png │ │ ├── loading16.imageset │ │ │ ├── Contents.json │ │ │ └── loading16.png │ │ ├── loading17.imageset │ │ │ ├── Contents.json │ │ │ └── loading17.png │ │ ├── loading18.imageset │ │ │ ├── Contents.json │ │ │ └── loading18.png │ │ ├── loading19.imageset │ │ │ ├── Contents.json │ │ │ └── loading19.png │ │ ├── loading2.imageset │ │ │ ├── Contents.json │ │ │ └── loading2.png │ │ ├── loading20.imageset │ │ │ ├── Contents.json │ │ │ └── loading20.png │ │ ├── loading21.imageset │ │ │ ├── Contents.json │ │ │ └── loading21.png │ │ ├── loading3.imageset │ │ │ ├── Contents.json │ │ │ └── loading3.png │ │ ├── loading4.imageset │ │ │ ├── Contents.json │ │ │ └── loading4.png │ │ ├── loading5.imageset │ │ │ ├── Contents.json │ │ │ └── loading5.png │ │ ├── loading6.imageset │ │ │ ├── Contents.json │ │ │ └── loading6.png │ │ ├── loading7.imageset │ │ │ ├── Contents.json │ │ │ └── loading7.png │ │ ├── loading8.imageset │ │ │ ├── Contents.json │ │ │ └── loading8.png │ │ └── loading9.imageset │ │ │ ├── Contents.json │ │ │ └── loading9.png │ ├── product_item_not_likeicon.imageset │ │ ├── Contents.json │ │ ├── product_item_not_likeiconicon@2x.png │ │ └── product_item_not_likeiconicon@3x.png │ ├── product_not_commenticon.imageset │ │ ├── Contents.json │ │ ├── product_not_commenticonicon@2x.png │ │ └── product_not_commenticonicon@3x.png │ ├── settingicon.imageset │ │ ├── Contents.json │ │ └── settingicon.png │ ├── sign_alert_close_btn.imageset │ │ ├── Contents.json │ │ └── sign_alert_close_btn.png │ ├── sign_share_btn.imageset │ │ ├── Contents.json │ │ └── sign_share_btn.png │ ├── tabBar │ │ ├── Contents.json │ │ ├── Home_selected.imageset │ │ │ ├── Contents.json │ │ │ └── Home_selected@2x.png │ │ ├── Home_unselected.imageset │ │ │ ├── Contents.json │ │ │ └── Home_unselected@2x.png │ │ ├── Message_normal.imageset │ │ │ ├── Contents.json │ │ │ └── Message_normal@2x.png │ │ ├── Message_selected.imageset │ │ │ ├── Contents.json │ │ │ └── Message_selected@2x.png │ │ ├── PersonCenter_normal_login.imageset │ │ │ ├── Contents.json │ │ │ └── PersonCenter_normal_login@2x.png │ │ ├── PersonCenter_selected_login.imageset │ │ │ ├── Contents.json │ │ │ └── PersonCenter_selected_login@2x.png │ │ ├── PersonCenter_unlogin.imageset │ │ │ ├── Contents.json │ │ │ └── PersonCenter_unlogin@2x.png │ │ ├── Show_normal.imageset │ │ │ ├── Contents.json │ │ │ └── Show_normal@2x.jpg │ │ ├── Square_normal.imageset │ │ │ ├── Contents.json │ │ │ └── Square_normal@2x.png │ │ └── Square_selected.imageset │ │ │ ├── Contents.json │ │ │ └── Square_selected@2x.png │ ├── tools_taobao.imageset │ │ ├── Contents.json │ │ ├── tools_taobao@2x.png │ │ └── tools_taobao@3x.png │ ├── 举报.imageset │ │ ├── Contents.json │ │ └── 举报.png │ ├── 使用帮助.imageset │ │ ├── Contents.json │ │ └── 使用帮助.png │ ├── 关于我们.imageset │ │ ├── Contents.json │ │ └── 关于我们.png │ ├── 分享应用.imageset │ │ ├── Contents.json │ │ └── 分享应用.png │ ├── 加入半糖.imageset │ │ ├── Contents.json │ │ └── 加入半糖.png │ ├── 复制链接.imageset │ │ ├── Contents.json │ │ ├── 复制链接.png │ │ └── 复制链接@2x.png │ ├── 夜间模式.imageset │ │ ├── Contents.json │ │ └── 夜间模式.png │ ├── 引导 │ │ ├── Contents.json │ │ ├── 引导1_1136.imageset │ │ │ ├── Contents.json │ │ │ └── 引导1_1136.png │ │ ├── 引导1_1334.imageset │ │ │ ├── Contents.json │ │ │ └── 引导1_1334.png │ │ ├── 引导1_2208.imageset │ │ │ ├── Contents.json │ │ │ └── 引导1_2208.png │ │ ├── 引导1_960.imageset │ │ │ ├── Contents.json │ │ │ └── 引导1_960.png │ │ ├── 引导2_1136.imageset │ │ │ ├── Contents.json │ │ │ └── 引导2_1136.png │ │ ├── 引导2_1334.imageset │ │ │ ├── Contents.json │ │ │ └── 引导2_1334.png │ │ ├── 引导2_2208.imageset │ │ │ ├── Contents.json │ │ │ └── 引导2_2208.png │ │ ├── 引导2_960.imageset │ │ │ ├── Contents.json │ │ │ └── 引导2_960.png │ │ ├── 引导3_1136.imageset │ │ │ ├── Contents.json │ │ │ └── 引导3_1136.png │ │ ├── 引导3_1334.imageset │ │ │ ├── Contents.json │ │ │ └── 引导3_1334.png │ │ ├── 引导3_2208.imageset │ │ │ ├── Contents.json │ │ │ └── 引导3_2208.png │ │ └── 引导3_960.imageset │ │ │ ├── Contents.json │ │ │ └── 引导3_960.png │ ├── 意见反馈.imageset │ │ ├── Contents.json │ │ └── 意见反馈.png │ ├── 控件的各种背景 │ │ ├── AppIcon60x60.imageset │ │ │ ├── AppIcon60x60@2x.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── NavigationBar │ │ │ ├── Contents.json │ │ │ └── back.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── back@2x.png │ │ ├── blackboard1024.imageset │ │ │ ├── Contents.json │ │ │ └── blackboard1024.png │ │ ├── community_add_friend.imageset │ │ │ ├── Contents.json │ │ │ └── community_add_friend.png │ │ ├── hefeMetal.imageset │ │ │ ├── Contents.json │ │ │ └── hefeMetal.png │ │ ├── hudsonBackground.imageset │ │ │ ├── Contents.json │ │ │ └── hudsonBackground.png │ │ ├── icon_message_comment.imageset │ │ │ ├── Contents.json │ │ │ └── icon_message_comment.png │ │ ├── icon_message_like.imageset │ │ │ ├── Contents.json │ │ │ └── icon_message_like.png │ │ ├── icon_message_notification.imageset │ │ │ ├── Contents.json │ │ │ └── icon_message_notification.png │ │ ├── icon_message_reward.imageset │ │ │ ├── Contents.json │ │ │ └── icon_message_reward.png │ │ ├── icon_message_user.imageset │ │ │ ├── Contents.json │ │ │ └── icon_message_user.png │ │ ├── iconfont-github.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-github@2x.png │ │ ├── iconfont-jian.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-jian@2x.png │ │ ├── iconfont-qq.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-qq@2x.png │ │ ├── iconfont-ren.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-ren@2x.png │ │ ├── iconfont-shezhi.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-shezhi@2x.png │ │ ├── iconfont-weiBo.imageset │ │ │ ├── Contents.json │ │ │ └── iconfont-weiBo@2x.png │ │ ├── sierraVignette.imageset │ │ │ ├── Contents.json │ │ │ └── sierraVignette.png │ │ ├── sutroEdgeBurn.imageset │ │ │ ├── Contents.json │ │ │ └── sutroEdgeBurn.png │ │ ├── sutroMetal.imageset │ │ │ ├── Contents.json │ │ │ └── sutroMetal.png │ │ └── weixinShareImage.imageset │ │ │ ├── Contents.json │ │ │ └── weixinShareImage.png │ ├── 注册btn.imageset │ │ ├── Contents.json │ │ └── 注册btn.png │ ├── 注册btn_pressed.imageset │ │ ├── Contents.json │ │ └── 注册btn_pressed.png │ ├── 清理缓存.imageset │ │ ├── Contents.json │ │ └── 清理缓存.png │ ├── 版本检查.imageset │ │ ├── Contents.json │ │ └── 版本检查.png │ ├── 登录btn.imageset │ │ ├── Contents.json │ │ └── 登录btn.png │ ├── 登录btn_pressed.imageset │ │ ├── Contents.json │ │ └── 登录btn_pressed.png │ ├── 立即体验.imageset │ │ ├── Contents.json │ │ └── 立即体验.png │ ├── 立即体验_pressed.imageset │ │ ├── Contents.json │ │ └── 立即体验_pressed.png │ └── 评价我们.imageset │ │ ├── Contents.json │ │ └── 评价我们.png ├── Base.lproj │ └── LaunchScreen.storyboard ├── Classes │ ├── Home │ │ ├── Data │ │ │ ├── HomeData.h │ │ │ ├── HomeData.m │ │ │ ├── TopicDetailData.h │ │ │ ├── TopicDetailData.m │ │ │ ├── UserRecomendData.h │ │ │ └── UserRecomendData.m │ │ ├── HomeCell.h │ │ ├── HomeCell.m │ │ ├── HomeCollectionCell.h │ │ ├── HomeCollectionCell.m │ │ ├── HomeHeadView.h │ │ ├── HomeHeadView.m │ │ ├── HomeHotItemView.h │ │ ├── HomeHotItemView.m │ │ ├── HomeHotView.h │ │ ├── HomeHotView.m │ │ ├── HomePopTransitionAnimator.h │ │ ├── HomePopTransitionAnimator.m │ │ ├── HomePushTransitionAnimator.h │ │ ├── HomePushTransitionAnimator.m │ │ ├── HomeScrollView.h │ │ ├── HomeScrollView.m │ │ ├── HomeViewController.h │ │ ├── HomeViewController.m │ │ ├── PageScrollView.h │ │ ├── PageScrollView.m │ │ ├── ProductDetailControler.h │ │ ├── ProductDetailControler.m │ │ ├── TitleScrollView.h │ │ ├── TitleScrollView.m │ │ └── View │ │ │ ├── CommentItemView.h │ │ │ ├── CommentItemView.m │ │ │ ├── CommentListView.h │ │ │ ├── CommentListView.m │ │ │ ├── CommentProductView.h │ │ │ ├── CommentProductView.m │ │ │ ├── CommentView.h │ │ │ ├── CommentView.m │ │ │ ├── ProductBottonBar.h │ │ │ ├── ProductBottonBar.m │ │ │ ├── ProductCell.h │ │ │ ├── ProductCell.m │ │ │ ├── ProductLikesView.h │ │ │ ├── ProductLikesView.m │ │ │ ├── ProductPicView.h │ │ │ ├── ProductPicView.m │ │ │ ├── ProductTagView.h │ │ │ ├── ProductTagView.m │ │ │ ├── ProductToolBar.h │ │ │ ├── ProductToolBar.m │ │ │ ├── RelateProductView.h │ │ │ ├── RelateProductView.m │ │ │ ├── TopicDesView.h │ │ │ ├── TopicDesView.m │ │ │ ├── UserRecomendCell.h │ │ │ └── UserRecomendCell.m │ ├── Main │ │ ├── AppSignView.h │ │ ├── AppSignView.m │ │ ├── BaseViewController.h │ │ ├── BaseViewController.m │ │ ├── MainNaviViewController.h │ │ ├── MainNaviViewController.m │ │ ├── MainTabBarController.h │ │ └── MainTabBarController.m │ ├── Message │ │ ├── LoadingView.h │ │ ├── LoadingView.m │ │ ├── MessageViewController.h │ │ └── MessageViewController.m │ ├── PersonCenter │ │ ├── Model │ │ │ ├── UserInfoData.h │ │ │ └── UserInfoData.m │ │ ├── PersonCenterViewController.h │ │ ├── PersonCenterViewController.m │ │ └── View │ │ │ ├── MineHeadTopView.h │ │ │ ├── MineHeadTopView.m │ │ │ ├── MineHeadView.h │ │ │ ├── MineHeadView.m │ │ │ ├── MineTitleButton.h │ │ │ └── MineTitleButton.m │ ├── Show │ │ └── View │ │ │ ├── PhotoCell.h │ │ │ ├── PhotoCell.m │ │ │ ├── PhotoCollectionView.h │ │ │ ├── PhotoCollectionView.m │ │ │ ├── PhotoController.h │ │ │ ├── PhotoController.m │ │ │ ├── PhotoGroupCell.h │ │ │ ├── PhotoGroupCell.m │ │ │ ├── PhotoGroupView.h │ │ │ ├── PhotoGroupView.m │ │ │ ├── PhotoSelectedModel.h │ │ │ ├── PhotoSelectedModel.m │ │ │ ├── TitleButton.h │ │ │ ├── TitleButton.m │ │ │ ├── ZLPhotoTool.h │ │ │ └── ZLPhotoTool.m │ └── Square │ │ ├── FollowViewController.h │ │ ├── FollowViewController.m │ │ ├── Model │ │ ├── SquareData.h │ │ └── SquareData.m │ │ ├── SquareChannelItemView.h │ │ ├── SquareChannelItemView.m │ │ ├── SquareHeadView.h │ │ ├── SquareHeadView.m │ │ ├── SquareTitleView.h │ │ ├── SquareTitleView.m │ │ ├── SquareViewController.h │ │ ├── SquareViewController.m │ │ └── View │ │ ├── SquareCell.h │ │ ├── SquareCell.m │ │ ├── SquareChannelView.h │ │ ├── SquareChannelView.m │ │ ├── SquareTableHeaderView.h │ │ └── SquareTableHeaderView.m ├── Info.plist ├── Other │ ├── AppConst.h │ ├── AppConst.m │ ├── Categories │ │ ├── UIBarButtonItem+Extension.h │ │ ├── UIBarButtonItem+Extension.m │ │ ├── UIColor+Extension.h │ │ ├── UIColor+Extension.m │ │ ├── UIImageView+Extension.h │ │ ├── UIImageView+Extension.m │ │ ├── UINavigationBar+Extension.h │ │ └── UINavigationBar+Extension.m │ └── PrefixHeader.pch ├── Resouce │ ├── HomeData │ ├── PingFang.ttf │ ├── appinit │ ├── community_data │ ├── topic_detail │ ├── user_recomend │ └── userinfo └── main.m ├── Podfile ├── Podfile.lock ├── Pods ├── Headers │ ├── Private │ │ ├── MJExtension │ │ │ ├── MJExtension.h │ │ │ ├── MJExtensionConst.h │ │ │ ├── MJFoundation.h │ │ │ ├── MJProperty.h │ │ │ ├── MJPropertyKey.h │ │ │ ├── MJPropertyType.h │ │ │ ├── NSObject+MJClass.h │ │ │ ├── NSObject+MJCoding.h │ │ │ ├── NSObject+MJKeyValue.h │ │ │ ├── NSObject+MJProperty.h │ │ │ └── NSString+MJExtension.h │ │ ├── MJRefresh │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshGifHeader.h │ │ │ ├── MJRefreshHeader.h │ │ │ ├── MJRefreshNormalHeader.h │ │ │ ├── MJRefreshStateHeader.h │ │ │ ├── UIScrollView+MJExtension.h │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ └── UIView+MJExtension.h │ │ ├── Masonry │ │ │ ├── MASCompositeConstraint.h │ │ │ ├── MASConstraint+Private.h │ │ │ ├── MASConstraint.h │ │ │ ├── MASConstraintMaker.h │ │ │ ├── MASLayoutConstraint.h │ │ │ ├── MASUtilities.h │ │ │ ├── MASViewAttribute.h │ │ │ ├── MASViewConstraint.h │ │ │ ├── Masonry.h │ │ │ ├── NSArray+MASAdditions.h │ │ │ ├── NSArray+MASShorthandAdditions.h │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ │ ├── View+MASAdditions.h │ │ │ ├── View+MASShorthandAdditions.h │ │ │ └── ViewController+MASAdditions.h │ │ ├── SDWebImage │ │ │ ├── NSData+ImageContentType.h │ │ │ ├── SDImageCache.h │ │ │ ├── SDWebImageCompat.h │ │ │ ├── SDWebImageDecoder.h │ │ │ ├── SDWebImageDownloader.h │ │ │ ├── SDWebImageDownloaderOperation.h │ │ │ ├── SDWebImageManager.h │ │ │ ├── SDWebImageOperation.h │ │ │ ├── SDWebImagePrefetcher.h │ │ │ ├── UIButton+WebCache.h │ │ │ ├── UIImage+GIF.h │ │ │ ├── UIImage+MultiFormat.h │ │ │ ├── UIImageView+HighlightedWebCache.h │ │ │ ├── UIImageView+WebCache.h │ │ │ └── UIView+WebCacheOperation.h │ │ ├── SVProgressHUD │ │ │ ├── SVIndefiniteAnimatedView.h │ │ │ ├── SVProgressAnimatedView.h │ │ │ ├── SVProgressHUD.h │ │ │ └── SVRadialGradientLayer.h │ │ ├── TTTAttributedLabel │ │ │ └── TTTAttributedLabel.h │ │ └── YYText │ │ │ ├── NSAttributedString+YYText.h │ │ │ ├── NSParagraphStyle+YYText.h │ │ │ ├── UIPasteboard+YYText.h │ │ │ ├── UIView+YYText.h │ │ │ ├── YYLabel.h │ │ │ ├── YYText.h │ │ │ ├── YYTextArchiver.h │ │ │ ├── YYTextAsyncLayer.h │ │ │ ├── YYTextAttribute.h │ │ │ ├── YYTextContainerView.h │ │ │ ├── YYTextDebugOption.h │ │ │ ├── YYTextEffectWindow.h │ │ │ ├── YYTextInput.h │ │ │ ├── YYTextKeyboardManager.h │ │ │ ├── YYTextLayout.h │ │ │ ├── YYTextLine.h │ │ │ ├── YYTextMagnifier.h │ │ │ ├── YYTextParser.h │ │ │ ├── YYTextRubyAnnotation.h │ │ │ ├── YYTextRunDelegate.h │ │ │ ├── YYTextSelectionView.h │ │ │ ├── YYTextTransaction.h │ │ │ ├── YYTextUtilities.h │ │ │ ├── YYTextView.h │ │ │ └── YYTextWeakProxy.h │ └── Public │ │ ├── MJExtension │ │ ├── MJExtension.h │ │ ├── MJExtensionConst.h │ │ ├── MJFoundation.h │ │ ├── MJProperty.h │ │ ├── MJPropertyKey.h │ │ ├── MJPropertyType.h │ │ ├── NSObject+MJClass.h │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJProperty.h │ │ └── NSString+MJExtension.h │ │ ├── MJRefresh │ │ ├── MJRefresh.h │ │ ├── MJRefreshAutoFooter.h │ │ ├── MJRefreshAutoGifFooter.h │ │ ├── MJRefreshAutoNormalFooter.h │ │ ├── MJRefreshAutoStateFooter.h │ │ ├── MJRefreshBackFooter.h │ │ ├── MJRefreshBackGifFooter.h │ │ ├── MJRefreshBackNormalFooter.h │ │ ├── MJRefreshBackStateFooter.h │ │ ├── MJRefreshComponent.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshFooter.h │ │ ├── MJRefreshGifHeader.h │ │ ├── MJRefreshHeader.h │ │ ├── MJRefreshNormalHeader.h │ │ ├── MJRefreshStateHeader.h │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJRefresh.h │ │ └── UIView+MJExtension.h │ │ ├── Masonry │ │ ├── MASCompositeConstraint.h │ │ ├── MASConstraint+Private.h │ │ ├── MASConstraint.h │ │ ├── MASConstraintMaker.h │ │ ├── MASLayoutConstraint.h │ │ ├── MASUtilities.h │ │ ├── MASViewAttribute.h │ │ ├── MASViewConstraint.h │ │ ├── Masonry.h │ │ ├── NSArray+MASAdditions.h │ │ ├── NSArray+MASShorthandAdditions.h │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ ├── View+MASAdditions.h │ │ ├── View+MASShorthandAdditions.h │ │ └── ViewController+MASAdditions.h │ │ ├── SDWebImage │ │ ├── NSData+ImageContentType.h │ │ ├── SDImageCache.h │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageDecoder.h │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── UIButton+WebCache.h │ │ ├── UIImage+GIF.h │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+WebCache.h │ │ └── UIView+WebCacheOperation.h │ │ ├── SVProgressHUD │ │ ├── SVIndefiniteAnimatedView.h │ │ ├── SVProgressAnimatedView.h │ │ ├── SVProgressHUD.h │ │ └── SVRadialGradientLayer.h │ │ ├── TTTAttributedLabel │ │ └── TTTAttributedLabel.h │ │ └── YYText │ │ ├── NSAttributedString+YYText.h │ │ ├── NSParagraphStyle+YYText.h │ │ ├── UIPasteboard+YYText.h │ │ ├── UIView+YYText.h │ │ ├── YYLabel.h │ │ ├── YYText.h │ │ ├── YYTextArchiver.h │ │ ├── YYTextAsyncLayer.h │ │ ├── YYTextAttribute.h │ │ ├── YYTextContainerView.h │ │ ├── YYTextDebugOption.h │ │ ├── YYTextEffectWindow.h │ │ ├── YYTextInput.h │ │ ├── YYTextKeyboardManager.h │ │ ├── YYTextLayout.h │ │ ├── YYTextLine.h │ │ ├── YYTextMagnifier.h │ │ ├── YYTextParser.h │ │ ├── YYTextRubyAnnotation.h │ │ ├── YYTextRunDelegate.h │ │ ├── YYTextSelectionView.h │ │ ├── YYTextTransaction.h │ │ ├── YYTextUtilities.h │ │ ├── YYTextView.h │ │ └── YYTextWeakProxy.h ├── MJExtension │ ├── LICENSE │ ├── MJExtension │ │ ├── MJExtension.h │ │ ├── MJExtensionConst.h │ │ ├── MJExtensionConst.m │ │ ├── MJFoundation.h │ │ ├── MJFoundation.m │ │ ├── MJProperty.h │ │ ├── MJProperty.m │ │ ├── MJPropertyKey.h │ │ ├── MJPropertyKey.m │ │ ├── MJPropertyType.h │ │ ├── MJPropertyType.m │ │ ├── NSObject+MJClass.h │ │ ├── NSObject+MJClass.m │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJCoding.m │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJKeyValue.m │ │ ├── NSObject+MJProperty.h │ │ ├── NSObject+MJProperty.m │ │ ├── NSString+MJExtension.h │ │ └── NSString+MJExtension.m │ └── README.md ├── MJRefresh │ ├── LICENSE │ ├── MJRefresh │ │ ├── Base │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoFooter.m │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackFooter.m │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshComponent.m │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshFooter.m │ │ │ ├── MJRefreshHeader.h │ │ │ └── MJRefreshHeader.m │ │ ├── Custom │ │ │ ├── Footer │ │ │ │ ├── Auto │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ └── Back │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ └── Header │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ └── MJRefreshStateHeader.m │ │ ├── MJRefresh.bundle │ │ │ └── arrow@2x.png │ │ ├── MJRefresh.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshConst.m │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJExtension.m │ │ ├── UIScrollView+MJRefresh.h │ │ ├── UIScrollView+MJRefresh.m │ │ ├── UIView+MJExtension.h │ │ └── UIView+MJExtension.m │ └── README.md ├── Manifest.lock ├── Masonry │ ├── LICENSE │ ├── Masonry │ │ ├── MASCompositeConstraint.h │ │ ├── MASCompositeConstraint.m │ │ ├── MASConstraint+Private.h │ │ ├── MASConstraint.h │ │ ├── MASConstraint.m │ │ ├── MASConstraintMaker.h │ │ ├── MASConstraintMaker.m │ │ ├── MASLayoutConstraint.h │ │ ├── MASLayoutConstraint.m │ │ ├── MASUtilities.h │ │ ├── MASViewAttribute.h │ │ ├── MASViewAttribute.m │ │ ├── MASViewConstraint.h │ │ ├── MASViewConstraint.m │ │ ├── Masonry.h │ │ ├── NSArray+MASAdditions.h │ │ ├── NSArray+MASAdditions.m │ │ ├── NSArray+MASShorthandAdditions.h │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ ├── NSLayoutConstraint+MASDebugAdditions.m │ │ ├── View+MASAdditions.h │ │ ├── View+MASAdditions.m │ │ ├── View+MASShorthandAdditions.h │ │ ├── ViewController+MASAdditions.h │ │ └── ViewController+MASAdditions.m │ └── README.md ├── Pods.xcodeproj │ ├── project.pbxproj │ └── xcuserdata │ │ └── bxt189.xcuserdatad │ │ └── xcschemes │ │ ├── MJExtension.xcscheme │ │ ├── MJRefresh.xcscheme │ │ ├── Masonry.xcscheme │ │ ├── Pods.xcscheme │ │ ├── SDWebImage.xcscheme │ │ ├── SVProgressHUD.xcscheme │ │ ├── TTTAttributedLabel.xcscheme │ │ ├── YYText.xcscheme │ │ └── xcschememanagement.plist ├── SDWebImage │ ├── LICENSE │ ├── README.md │ └── SDWebImage │ │ ├── NSData+ImageContentType.h │ │ ├── NSData+ImageContentType.m │ │ ├── SDImageCache.h │ │ ├── SDImageCache.m │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageCompat.m │ │ ├── SDWebImageDecoder.h │ │ ├── SDWebImageDecoder.m │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloader.m │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageDownloaderOperation.m │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageManager.m │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── SDWebImagePrefetcher.m │ │ ├── UIButton+WebCache.h │ │ ├── UIButton+WebCache.m │ │ ├── UIImage+GIF.h │ │ ├── UIImage+GIF.m │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImage+MultiFormat.m │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+HighlightedWebCache.m │ │ ├── UIImageView+WebCache.h │ │ ├── UIImageView+WebCache.m │ │ ├── UIView+WebCacheOperation.h │ │ └── UIView+WebCacheOperation.m ├── SVProgressHUD │ ├── LICENSE.txt │ ├── README.md │ └── SVProgressHUD │ │ ├── SVIndefiniteAnimatedView.h │ │ ├── SVIndefiniteAnimatedView.m │ │ ├── SVProgressAnimatedView.h │ │ ├── SVProgressAnimatedView.m │ │ ├── SVProgressHUD.bundle │ │ ├── angle-mask.png │ │ ├── angle-mask@2x.png │ │ ├── angle-mask@3x.png │ │ ├── error.png │ │ ├── error@2x.png │ │ ├── error@3x.png │ │ ├── info.png │ │ ├── info@2x.png │ │ ├── info@3x.png │ │ ├── success.png │ │ ├── success@2x.png │ │ └── success@3x.png │ │ ├── SVProgressHUD.h │ │ ├── SVProgressHUD.m │ │ ├── SVRadialGradientLayer.h │ │ └── SVRadialGradientLayer.m ├── TTTAttributedLabel │ ├── LICENSE │ ├── README.md │ └── TTTAttributedLabel │ │ ├── TTTAttributedLabel.h │ │ └── TTTAttributedLabel.m ├── Target Support Files │ ├── MJExtension │ │ ├── MJExtension-dummy.m │ │ ├── MJExtension-prefix.pch │ │ └── MJExtension.xcconfig │ ├── MJRefresh │ │ ├── MJRefresh-dummy.m │ │ ├── MJRefresh-prefix.pch │ │ └── MJRefresh.xcconfig │ ├── Masonry │ │ ├── Masonry-dummy.m │ │ ├── Masonry-prefix.pch │ │ └── Masonry.xcconfig │ ├── Pods │ │ ├── Pods-acknowledgements.markdown │ │ ├── Pods-acknowledgements.plist │ │ ├── Pods-dummy.m │ │ ├── Pods-frameworks.sh │ │ ├── Pods-resources.sh │ │ ├── Pods.debug.xcconfig │ │ └── Pods.release.xcconfig │ ├── SDWebImage │ │ ├── SDWebImage-dummy.m │ │ ├── SDWebImage-prefix.pch │ │ └── SDWebImage.xcconfig │ ├── SVProgressHUD │ │ ├── SVProgressHUD-dummy.m │ │ ├── SVProgressHUD-prefix.pch │ │ └── SVProgressHUD.xcconfig │ ├── TTTAttributedLabel │ │ ├── TTTAttributedLabel-dummy.m │ │ ├── TTTAttributedLabel-prefix.pch │ │ └── TTTAttributedLabel.xcconfig │ └── YYText │ │ ├── YYText-dummy.m │ │ ├── YYText-prefix.pch │ │ └── YYText.xcconfig └── YYText │ ├── LICENSE │ ├── README.md │ └── YYText │ ├── Component │ ├── YYTextContainerView.h │ ├── YYTextContainerView.m │ ├── YYTextDebugOption.h │ ├── YYTextDebugOption.m │ ├── YYTextEffectWindow.h │ ├── YYTextEffectWindow.m │ ├── YYTextInput.h │ ├── YYTextInput.m │ ├── YYTextKeyboardManager.h │ ├── YYTextKeyboardManager.m │ ├── YYTextLayout.h │ ├── YYTextLayout.m │ ├── YYTextLine.h │ ├── YYTextLine.m │ ├── YYTextMagnifier.h │ ├── YYTextMagnifier.m │ ├── YYTextSelectionView.h │ └── YYTextSelectionView.m │ ├── String │ ├── YYTextArchiver.h │ ├── YYTextArchiver.m │ ├── YYTextAttribute.h │ ├── YYTextAttribute.m │ ├── YYTextParser.h │ ├── YYTextParser.m │ ├── YYTextRubyAnnotation.h │ ├── YYTextRubyAnnotation.m │ ├── YYTextRunDelegate.h │ └── YYTextRunDelegate.m │ ├── Utility │ ├── NSAttributedString+YYText.h │ ├── NSAttributedString+YYText.m │ ├── NSParagraphStyle+YYText.h │ ├── NSParagraphStyle+YYText.m │ ├── UIPasteboard+YYText.h │ ├── UIPasteboard+YYText.m │ ├── UIView+YYText.h │ ├── UIView+YYText.m │ ├── YYTextAsyncLayer.h │ ├── YYTextAsyncLayer.m │ ├── YYTextTransaction.h │ ├── YYTextTransaction.m │ ├── YYTextUtilities.h │ ├── YYTextUtilities.m │ ├── YYTextWeakProxy.h │ └── YYTextWeakProxy.m │ ├── YYLabel.h │ ├── YYLabel.m │ ├── YYText.h │ ├── YYTextView.h │ └── YYTextView.m ├── README.md ├── shell脚本 └── autoArchive.sh └── test3.gif /BanTang.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /BanTang.xcodeproj/project.xcworkspace/xcuserdata/bxt189.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang.xcodeproj/project.xcworkspace/xcuserdata/bxt189.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /BanTang.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /BanTang.xcworkspace/xcuserdata/bxt189.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang.xcworkspace/xcuserdata/bxt189.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /BanTang/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/BoAssetsCamera.imageset/BoAssetsCamera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/BoAssetsCamera.imageset/BoAssetsCamera@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/BoAssetsCamera.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "BoAssetsCamera@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/BoAssetsPickerChecked.imageset/BoAssetsPickerChecked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/BoAssetsPickerChecked.imageset/BoAssetsPickerChecked@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/BoSelectGroup_tip.imageset/BoSelectGroup_tip@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/BoSelectGroup_tip.imageset/BoSelectGroup_tip@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/BoSelectGroup_tip.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "BoSelectGroup_tip@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/GoodSomething.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "GoodSomething@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/GoodSomething.imageset/GoodSomething@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/GoodSomething.imageset/GoodSomething@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/HeaderPlaceHolder.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "HeaderPlaceHolder@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/HeaderPlaceHolder.imageset/HeaderPlaceHolder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/HeaderPlaceHolder.imageset/HeaderPlaceHolder@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/PlantingGrass.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "PlantingGrass@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/PlantingGrass.imageset/PlantingGrass@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/PlantingGrass.imageset/PlantingGrass@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SayTwoWords.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "SayTwoWords@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SayTwoWords.imageset/SayTwoWords@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/SayTwoWords.imageset/SayTwoWords@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/Share_fire.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "Share_fire@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/Share_fire.imageset/Share_fire@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/Share_fire.imageset/Share_fire@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SignIn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "SignIn@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SignIn.imageset/SignIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/SignIn.imageset/SignIn@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SignInBackImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "SignInBackImage@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SignInBackImage.imageset/SignInBackImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/SignInBackImage.imageset/SignInBackImage@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SignIn_highLight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "SignIn_highLight@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SignIn_highLight.imageset/SignIn_highLight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/SignIn_highLight.imageset/SignIn_highLight@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SignIn_normal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "SignIn_normal@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/SignIn_normal.imageset/SignIn_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/SignIn_normal.imageset/SignIn_normal@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/addToFavoriteBtn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "addToFavoriteBtn@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/addToFavoriteBtn.imageset/addToFavoriteBtn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/addToFavoriteBtn.imageset/addToFavoriteBtn@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/addToFavorite_selected.imageset/addToFavorite_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/addToFavorite_selected.imageset/addToFavorite_selected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/btn_image_close.imageset/btn_image_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/btn_image_close.imageset/btn_image_close@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/btn_image_close.imageset/btn_image_close@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/btn_image_close.imageset/btn_image_close@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/btn_image_close_highlighted.imageset/btn_image_close_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/btn_image_close_highlighted.imageset/btn_image_close_highlighted@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/btn_image_close_highlighted.imageset/btn_image_close_highlighted@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/btn_image_close_highlighted.imageset/btn_image_close_highlighted@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/btn_publish_tag_icon.imageset/btn_publish_tag_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/btn_publish_tag_icon.imageset/btn_publish_tag_icon@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/btn_publish_tag_icon.imageset/btn_publish_tag_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/btn_publish_tag_icon.imageset/btn_publish_tag_icon@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/comments.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "comments@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/comments.imageset/comments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/comments.imageset/comments@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/goodsDetail_fav.imageset/goodsDetail_fav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/goodsDetail_fav.imageset/goodsDetail_fav.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/goodsDetail_fav.imageset/goodsDetail_fav@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/goodsDetail_fav.imageset/goodsDetail_fav@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/goodsDetail_fav_un.imageset/goodsDetail_fav_un.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/goodsDetail_fav_un.imageset/goodsDetail_fav_un.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/goodsDetail_fav_un.imageset/goodsDetail_fav_un@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/goodsDetail_fav_un.imageset/goodsDetail_fav_un@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/goodsDetail_share.imageset/goodsDetail_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/goodsDetail_share.imageset/goodsDetail_share.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/goodsDetail_share.imageset/goodsDetail_share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/goodsDetail_share.imageset/goodsDetail_share@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/icon_Tabbao.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "icon_Tabbao@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/icon_Tabbao.imageset/icon_Tabbao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/icon_Tabbao.imageset/icon_Tabbao@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/iconfont-category.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "iconfont-category.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/iconfont-category.imageset/iconfont-category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/iconfont-category.imageset/iconfont-category.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/iconfont-icondianzan.imageset/iconfont-icondianzan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/iconfont-icondianzan.imageset/iconfont-icondianzan@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/iconfont-icondianzanhou.imageset/iconfont-icondianzanhou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/iconfont-icondianzanhou.imageset/iconfont-icondianzanhou@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/iconfont-lishi.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "iconfont-lishi@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/iconfont-lishi.imageset/iconfont-lishi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/iconfont-lishi.imageset/iconfont-lishi@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/iconfont-shop.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "iconfont-shop@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/iconfont-shop.imageset/iconfont-shop@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/iconfont-shop.imageset/iconfont-shop@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/imperialcrown.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "attach_28.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/imperialcrown.imageset/attach_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/imperialcrown.imageset/attach_28.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/searchBtn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "searchBtn@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/searchBtn.imageset/searchBtn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/searchBtn.imageset/searchBtn@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/searchLarge.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "searchLarge@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/searchLarge.imageset/searchLarge@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/searchLarge.imageset/searchLarge@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/serchBtn_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "serchBtn_pressed@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/serchBtn_pressed.imageset/serchBtn_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/serchBtn_pressed.imageset/serchBtn_pressed@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/subject_arrow_right.imageset/subject_arrow_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/subject_arrow_right.imageset/subject_arrow_right@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/subject_arrow_right.imageset/subject_arrow_right@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/subject_arrow_right.imageset/subject_arrow_right@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/tools_taobao_pressed.imageset/tools_taobao_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/tools_taobao_pressed.imageset/tools_taobao_pressed@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/Home/tools_taobao_pressed.imageset/tools_taobao_pressed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/Home/tools_taobao_pressed.imageset/tools_taobao_pressed@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/LaunchImage.imageset/LaunchImage-700@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/LaunchImage.imageset/LaunchImage-700@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/LaunchImage.imageset/LaunchImage-800-Portrait-736h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/LaunchImage.imageset/LaunchImage-800-Portrait-736h@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/Man_selected.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "Man_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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/Man_selected.imageset/Man_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/Man_selected.imageset/Man_selected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/Man_unselected.imageset/Man_unselected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/Man_unselected.imageset/Man_unselected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/PersonCenterPublish.imageset/PersonCenterPublish@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/PersonCenterPublish.imageset/PersonCenterPublish@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/PersonCenterbackImage.imageset/PersonCenterbackImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/PersonCenterbackImage.imageset/PersonCenterbackImage@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/Woman_selected.imageset/Woman_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/Woman_selected.imageset/Woman_selected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/Woman_unselected.imageset/Woman_unselected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/Woman_unselected.imageset/Woman_unselected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/button-_team.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "button-_team@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/button-_team.imageset/button-_team@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/button-_team.imageset/button-_team@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/button_friend.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "button_friend@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/button_friend.imageset/button_friend@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/button_friend.imageset/button_friend@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/button_order.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "button_order@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/button_order.imageset/button_order@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/button_order.imageset/button_order@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/button_point.imageset/button_point@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/button_point.imageset/button_point@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/iconfont-女人.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "iconfont-女人@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/iconfont-女人.imageset/iconfont-女人@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/iconfont-女人.imageset/iconfont-女人@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/iconfont-男人.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "iconfont-男人@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/PersonCenter/iconfont-男人.imageset/iconfont-男人@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/PersonCenter/iconfont-男人.imageset/iconfont-男人@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/ShowME/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/ShowME/btn_library_camera.imageset/btn_library_camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/ShowME/btn_library_camera.imageset/btn_library_camera@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/attention_empty_btn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "attention_empty_btn.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/attention_empty_btn.imageset/attention_empty_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/attention_empty_btn.imageset/attention_empty_btn.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/attention_empty_icon.imageset/attention_empty_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/attention_empty_icon.imageset/attention_empty_icon.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/bg_comment_text_field.imageset/bg_comment_text_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/bg_comment_text_field.imageset/bg_comment_text_field.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/bg_comment_text_field_dark.imageset/bg_comment_text_field_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/bg_comment_text_field_dark.imageset/bg_comment_text_field_dark.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/bg_message_empty.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "bg_message_empty.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/bg_message_empty.imageset/bg_message_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/bg_message_empty.imageset/bg_message_empty.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/bg_search_empty.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "bg_search_empty.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/bg_search_empty.imageset/bg_search_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/bg_search_empty.imageset/bg_search_empty.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_group_comment.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "btn_group_comment.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_group_comment.imageset/btn_group_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/btn_group_comment.imageset/btn_group_comment.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_group_like.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "btn_group_like.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_group_like.imageset/btn_group_like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/btn_group_like.imageset/btn_group_like.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_group_more.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "btn_group_more.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_group_more.imageset/btn_group_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/btn_group_more.imageset/btn_group_more.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_group_share.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "btn_group_share.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_group_share.imageset/btn_group_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/btn_group_share.imageset/btn_group_share.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_product_add_jd.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "btn_product_add_jd.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_product_add_jd.imageset/btn_product_add_jd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/btn_product_add_jd.imageset/btn_product_add_jd.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_product_add_taobao.imageset/btn_product_add_taobao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/btn_product_add_taobao.imageset/btn_product_add_taobao.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/btn_product_add_tmall.imageset/btn_product_add_tmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/btn_product_add_tmall.imageset/btn_product_add_tmall.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/center_menu_fans_icon.imageset/center_menu_fans_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/center_menu_fans_icon.imageset/center_menu_fans_icon.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/center_menu_jifen_icon.imageset/center_menu_jifen_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/center_menu_jifen_icon.imageset/center_menu_jifen_icon.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/center_menu_order_icon.imageset/center_menu_order_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/center_menu_order_icon.imageset/center_menu_order_icon.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/center_menu_xiaofendui_icon.imageset/center_menu_xiaofendui_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/center_menu_xiaofendui_icon.imageset/center_menu_xiaofendui_icon.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/commu_home_recom_change_icon.imageset/commu_home_recom_change_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/commu_home_recom_change_icon.imageset/commu_home_recom_change_icon.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/community_tag.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "community_tag.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/community_tag.imageset/community_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/community_tag.imageset/community_tag.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "good1.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good1.imageset/good1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good1.imageset/good1.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good10.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good10.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good10.imageset/good10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good10.imageset/good10.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good11.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good11.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good11.imageset/good11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good11.imageset/good11.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good12.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good12.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good12.imageset/good12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good12.imageset/good12.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good13.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good13.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good13.imageset/good13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good13.imageset/good13.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good14.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good14.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good14.imageset/good14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good14.imageset/good14.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good15.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good15.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good15.imageset/good15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good15.imageset/good15.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good16.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good16.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good16.imageset/good16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good16.imageset/good16.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good17.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good17.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good17.imageset/good17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good17.imageset/good17.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good18.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good18.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good18.imageset/good18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good18.imageset/good18.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good19.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good19.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good19.imageset/good19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good19.imageset/good19.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good2.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good2.imageset/good2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good2.imageset/good2.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good20.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good20.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good20.imageset/good20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good20.imageset/good20.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good3.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good3.imageset/good3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good3.imageset/good3.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good4.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good4.imageset/good4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good4.imageset/good4.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good5.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good5.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good5.imageset/good5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good5.imageset/good5.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good6.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good6.imageset/good6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good6.imageset/good6.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good7.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good7.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good7.imageset/good7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good7.imageset/good7.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good8.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good8.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good8.imageset/good8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good8.imageset/good8.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good9.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "good9.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/goods/good9.imageset/good9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/goods/good9.imageset/good9.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/icon_group_post_buy.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_group_post_buy.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/icon_group_post_buy.imageset/icon_group_post_buy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/icon_group_post_buy.imageset/icon_group_post_buy.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/icon_group_post_product_arrow.imageset/icon_group_post_product_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/icon_group_post_product_arrow.imageset/icon_group_post_product_arrow.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/icon_group_recommend.imageset/icon_group_recommend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/icon_group_recommend.imageset/icon_group_recommend.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/icon_product_source_jd.imageset/icon_product_source_jd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/icon_product_source_jd.imageset/icon_product_source_jd.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/icon_product_source_taobao.imageset/icon_product_source_taobao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/icon_product_source_taobao.imageset/icon_product_source_taobao.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/icon_product_source_tmall.imageset/icon_product_source_tmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/icon_product_source_tmall.imageset/icon_product_source_tmall.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "loading1.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading1.imageset/loading1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading1.imageset/loading1.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading10.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading10.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading10.imageset/loading10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading10.imageset/loading10.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading11.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading11.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading11.imageset/loading11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading11.imageset/loading11.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading12.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading12.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading12.imageset/loading12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading12.imageset/loading12.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading13.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading13.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading13.imageset/loading13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading13.imageset/loading13.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading14.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading14.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading14.imageset/loading14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading14.imageset/loading14.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading15.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading15.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading15.imageset/loading15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading15.imageset/loading15.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading16.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading16.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading16.imageset/loading16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading16.imageset/loading16.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading17.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading17.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading17.imageset/loading17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading17.imageset/loading17.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading18.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading18.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading18.imageset/loading18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading18.imageset/loading18.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading19.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading19.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading19.imageset/loading19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading19.imageset/loading19.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "loading2.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading2.imageset/loading2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading2.imageset/loading2.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading20.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading20.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading20.imageset/loading20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading20.imageset/loading20.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading21.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading21.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading21.imageset/loading21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading21.imageset/loading21.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "loading3.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading3.imageset/loading3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading3.imageset/loading3.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "loading4.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading4.imageset/loading4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading4.imageset/loading4.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading5.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "loading5.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading5.imageset/loading5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading5.imageset/loading5.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading6.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading6.imageset/loading6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading6.imageset/loading6.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading7.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading7.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading7.imageset/loading7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading7.imageset/loading7.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading8.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading8.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading8.imageset/loading8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading8.imageset/loading8.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading9.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "loading9.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/loading/loading9.imageset/loading9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/loading/loading9.imageset/loading9.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/product_item_not_likeicon.imageset/product_item_not_likeiconicon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/product_item_not_likeicon.imageset/product_item_not_likeiconicon@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/product_item_not_likeicon.imageset/product_item_not_likeiconicon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/product_item_not_likeicon.imageset/product_item_not_likeiconicon@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/product_not_commenticon.imageset/product_not_commenticonicon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/product_not_commenticon.imageset/product_not_commenticonicon@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/product_not_commenticon.imageset/product_not_commenticonicon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/product_not_commenticon.imageset/product_not_commenticonicon@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/settingicon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "settingicon.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/settingicon.imageset/settingicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/settingicon.imageset/settingicon.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/sign_alert_close_btn.imageset/sign_alert_close_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/sign_alert_close_btn.imageset/sign_alert_close_btn.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/sign_share_btn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sign_share_btn.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/sign_share_btn.imageset/sign_share_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/sign_share_btn.imageset/sign_share_btn.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/Home_selected.imageset/Home_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/Home_selected.imageset/Home_selected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/Home_unselected.imageset/Home_unselected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/Home_unselected.imageset/Home_unselected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/Message_normal.imageset/Message_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/Message_normal.imageset/Message_normal@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/Message_selected.imageset/Message_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/Message_selected.imageset/Message_selected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/PersonCenter_normal_login.imageset/PersonCenter_normal_login@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/PersonCenter_normal_login.imageset/PersonCenter_normal_login@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/PersonCenter_selected_login.imageset/PersonCenter_selected_login@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/PersonCenter_selected_login.imageset/PersonCenter_selected_login@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/PersonCenter_unlogin.imageset/PersonCenter_unlogin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/PersonCenter_unlogin.imageset/PersonCenter_unlogin@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/Show_normal.imageset/Show_normal@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/Show_normal.imageset/Show_normal@2x.jpg -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/Square_normal.imageset/Square_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/Square_normal.imageset/Square_normal@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tabBar/Square_selected.imageset/Square_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tabBar/Square_selected.imageset/Square_selected@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tools_taobao.imageset/tools_taobao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tools_taobao.imageset/tools_taobao@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/tools_taobao.imageset/tools_taobao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/tools_taobao.imageset/tools_taobao@3x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/举报.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "举报.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/举报.imageset/举报.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/举报.imageset/举报.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/使用帮助.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "使用帮助.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/使用帮助.imageset/使用帮助.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/使用帮助.imageset/使用帮助.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/关于我们.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "关于我们.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/关于我们.imageset/关于我们.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/关于我们.imageset/关于我们.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/分享应用.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "分享应用.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/分享应用.imageset/分享应用.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/分享应用.imageset/分享应用.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/加入半糖.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "加入半糖.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/加入半糖.imageset/加入半糖.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/加入半糖.imageset/加入半糖.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/复制链接.imageset/复制链接.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/复制链接.imageset/复制链接.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/复制链接.imageset/复制链接@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/复制链接.imageset/复制链接@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/夜间模式.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "夜间模式.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/夜间模式.imageset/夜间模式.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/夜间模式.imageset/夜间模式.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导1_1136.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导1_1136.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导1_1136.imageset/引导1_1136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导1_1136.imageset/引导1_1136.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导1_1334.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导1_1334.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导1_1334.imageset/引导1_1334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导1_1334.imageset/引导1_1334.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导1_2208.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导1_2208.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导1_2208.imageset/引导1_2208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导1_2208.imageset/引导1_2208.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导1_960.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导1_960.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导1_960.imageset/引导1_960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导1_960.imageset/引导1_960.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导2_1136.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导2_1136.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导2_1136.imageset/引导2_1136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导2_1136.imageset/引导2_1136.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导2_1334.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导2_1334.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导2_1334.imageset/引导2_1334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导2_1334.imageset/引导2_1334.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导2_2208.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导2_2208.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导2_2208.imageset/引导2_2208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导2_2208.imageset/引导2_2208.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导2_960.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导2_960.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导2_960.imageset/引导2_960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导2_960.imageset/引导2_960.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导3_1136.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导3_1136.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导3_1136.imageset/引导3_1136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导3_1136.imageset/引导3_1136.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导3_1334.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导3_1334.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导3_1334.imageset/引导3_1334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导3_1334.imageset/引导3_1334.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导3_2208.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导3_2208.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导3_2208.imageset/引导3_2208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导3_2208.imageset/引导3_2208.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导3_960.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "引导3_960.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/引导/引导3_960.imageset/引导3_960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/引导/引导3_960.imageset/引导3_960.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/意见反馈.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "意见反馈.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/意见反馈.imageset/意见反馈.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/意见反馈.imageset/意见反馈.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/AppIcon60x60.imageset/AppIcon60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/AppIcon60x60.imageset/AppIcon60x60@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/AppIcon60x60.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "AppIcon60x60@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/NavigationBar/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/NavigationBar/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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/NavigationBar/back.imageset/back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/NavigationBar/back.imageset/back@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/blackboard1024.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "blackboard1024.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/blackboard1024.imageset/blackboard1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/blackboard1024.imageset/blackboard1024.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/community_add_friend.imageset/community_add_friend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/community_add_friend.imageset/community_add_friend.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/hefeMetal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "hefeMetal.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/hefeMetal.imageset/hefeMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/hefeMetal.imageset/hefeMetal.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/hudsonBackground.imageset/hudsonBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/hudsonBackground.imageset/hudsonBackground.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/icon_message_comment.imageset/icon_message_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/icon_message_comment.imageset/icon_message_comment.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/icon_message_like.imageset/icon_message_like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/icon_message_like.imageset/icon_message_like.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/icon_message_notification.imageset/icon_message_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/icon_message_notification.imageset/icon_message_notification.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/icon_message_reward.imageset/icon_message_reward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/icon_message_reward.imageset/icon_message_reward.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/icon_message_user.imageset/icon_message_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/icon_message_user.imageset/icon_message_user.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-github.imageset/iconfont-github@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/iconfont-github.imageset/iconfont-github@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-jian.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "iconfont-jian@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-jian.imageset/iconfont-jian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/iconfont-jian.imageset/iconfont-jian@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-qq.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "iconfont-qq@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-qq.imageset/iconfont-qq@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/iconfont-qq.imageset/iconfont-qq@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-ren.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "iconfont-ren@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 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-ren.imageset/iconfont-ren@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/iconfont-ren.imageset/iconfont-ren@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-shezhi.imageset/iconfont-shezhi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/iconfont-shezhi.imageset/iconfont-shezhi@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/iconfont-weiBo.imageset/iconfont-weiBo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/iconfont-weiBo.imageset/iconfont-weiBo@2x.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/sierraVignette.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "sierraVignette.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/sierraVignette.imageset/sierraVignette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/sierraVignette.imageset/sierraVignette.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/sutroEdgeBurn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "sutroEdgeBurn.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/sutroEdgeBurn.imageset/sutroEdgeBurn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/sutroEdgeBurn.imageset/sutroEdgeBurn.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/sutroMetal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "sutroMetal.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/sutroMetal.imageset/sutroMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/sutroMetal.imageset/sutroMetal.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/控件的各种背景/weixinShareImage.imageset/weixinShareImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/控件的各种背景/weixinShareImage.imageset/weixinShareImage.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/注册btn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "注册btn.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/注册btn.imageset/注册btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/注册btn.imageset/注册btn.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/注册btn_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "注册btn_pressed.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/注册btn_pressed.imageset/注册btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/注册btn_pressed.imageset/注册btn_pressed.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/清理缓存.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "清理缓存.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/清理缓存.imageset/清理缓存.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/清理缓存.imageset/清理缓存.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/版本检查.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "版本检查.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/版本检查.imageset/版本检查.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/版本检查.imageset/版本检查.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/登录btn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "登录btn.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/登录btn.imageset/登录btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/登录btn.imageset/登录btn.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/登录btn_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "登录btn_pressed.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/登录btn_pressed.imageset/登录btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/登录btn_pressed.imageset/登录btn_pressed.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/立即体验.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "立即体验.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/立即体验.imageset/立即体验.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/立即体验.imageset/立即体验.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/立即体验_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "立即体验_pressed.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/立即体验_pressed.imageset/立即体验_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/立即体验_pressed.imageset/立即体验_pressed.png -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/评价我们.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "评价我们.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /BanTang/Assets.xcassets/评价我们.imageset/评价我们.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Assets.xcassets/评价我们.imageset/评价我们.png -------------------------------------------------------------------------------- /BanTang/Classes/Home/HomeCollectionCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // HomeCollectionCell.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/31. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HomeCollectionCell : UICollectionViewCell 12 | 13 | @property (nonatomic,strong) UITableView *tableView; 14 | @property (nonatomic,strong) NSArray *topics; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/HomeHeadView.h: -------------------------------------------------------------------------------- 1 | // 2 | // TableHeaderView.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/26. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "HomeData.h" 11 | 12 | @interface HomeHeadView : UIView 13 | - (instancetype)initWithHomeData:(HomeData *)homeData; 14 | 15 | @property (nonatomic,assign) CGFloat height; 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/HomeHotItemView.h: -------------------------------------------------------------------------------- 1 | // 2 | // IconImageTextView.h 3 | // LoveFreshBeen_OC 4 | // 5 | // Created by 天空之城 on 16/3/7. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HomeHotItemView : UIView 12 | + (instancetype)IconImageTextView:(NSString *)image title:(NSString *)title placeHolder:(UIImage *)placeHolder; 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/HomeHotView.h: -------------------------------------------------------------------------------- 1 | // 2 | // HomeHotView.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/25. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "HomeData.h" 11 | 12 | @interface HomeHotView : UIView 13 | @property (nonatomic,assign) CGFloat height; 14 | 15 | -(instancetype)initWithTitles:(NSArray *)titles images:(NSArray *)images; 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/HomePopTransitionAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // HomePopTransitionAnimator.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/13. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HomePopTransitionAnimator : NSObject 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/HomePushTransitionAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // HomeTransitionAnimator.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/12. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HomePushTransitionAnimator : NSObject 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/HomeScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // HomeScrollView.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/31. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HomeScrollView : UIScrollView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/HomeViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // HomeViewController.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface HomeViewController : BaseViewController 12 | 13 | @property (nonatomic,strong) UITableView *currentTableView; 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/PageScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // PageScrollView.h 3 | // LoveFreshBeen_OC 4 | // 5 | // Created by 天空之城 on 16/3/4. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | @class PageScrollView; 11 | 12 | @interface PageScrollView : UIView 13 | 14 | + (instancetype)pageScollView:(NSArray *)images placeHolder:(UIImage *)placeHolderImage; 15 | @end 16 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/CommentItemView.h: -------------------------------------------------------------------------------- 1 | // 2 | // CommentItemView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/7. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UserRecomendData.h" 11 | @interface CommentItemView : UIView 12 | 13 | - (instancetype)initWithComment:(CommentModel *)comment; 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/CommentListView.h: -------------------------------------------------------------------------------- 1 | // 2 | // CommentView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/6. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UserRecomendData.h" 11 | @interface CommentListView : UIView 12 | 13 | @property (nonatomic,strong) NSArray *comments; 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/CommentProductView.h: -------------------------------------------------------------------------------- 1 | // 2 | // CommentProductView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/7. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UserRecomendData.h" 11 | 12 | @interface CommentProductView : UIView 13 | 14 | @property (nonatomic,strong) RelateProduct *product; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/CommentView.h: -------------------------------------------------------------------------------- 1 | // 2 | // CommentView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/6. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CommentView : UIView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/ProductBottonBar.h: -------------------------------------------------------------------------------- 1 | // 2 | // ProductBottonBar.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/4/1. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "TopicDetailData.h" 11 | @interface ProductBottonBar : UIView 12 | 13 | @property (nonatomic,strong) ProductDetail *product; 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/ProductLikesView.h: -------------------------------------------------------------------------------- 1 | // 2 | // ProductLikesView.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/4/1. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "TopicDetailData.h" 11 | 12 | @interface ProductLikesView : UIView 13 | @property (nonatomic,strong) NSString *userAvatrHost; 14 | @property (nonatomic,strong) ProductDetail *product; 15 | @end 16 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/ProductPicView.h: -------------------------------------------------------------------------------- 1 | // 2 | // ProductPicView.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/4/1. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "TopicDetailData.h" 11 | 12 | @interface ProductPicView : UIView 13 | 14 | @property (nonatomic,strong) NSArray *images; 15 | @property (nonatomic,strong) NSString *picUrlHost; 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/ProductTagView.h: -------------------------------------------------------------------------------- 1 | // 2 | // ProductTagView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/6. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UserRecomendData.h" 11 | 12 | @interface ProductTagView : UIView 13 | @property (nonatomic,strong) NSArray *tags; 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/ProductToolBar.h: -------------------------------------------------------------------------------- 1 | // 2 | // RecomendToolBar.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/6. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ProductToolBar : UIView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/RelateProductView.h: -------------------------------------------------------------------------------- 1 | // 2 | // RelateProductView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/6. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UserRecomendData.h" 11 | @interface RelateProductView : UIView 12 | 13 | @property (nonatomic,strong) RelateProduct *product; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/TopicDesView.h: -------------------------------------------------------------------------------- 1 | // 2 | // TopicDesView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/6. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "TopicDetailData.h" 11 | @interface TopicDesView : UIView 12 | 13 | @property (nonatomic,strong) HomeTopicModel *topic; 14 | 15 | 16 | - (CGFloat)viewHeight:(HomeTopicModel *)topic; 17 | @end 18 | -------------------------------------------------------------------------------- /BanTang/Classes/Home/View/UserRecomendCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // UserRecomendCell.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/6. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UserRecomendData.h" 11 | @interface UserRecomendCell : UITableViewCell 12 | 13 | @property (nonatomic,strong) UserRecomend *recomend; 14 | + (instancetype)cellWithTableView:(UITableView *)tableView ; 15 | @end 16 | -------------------------------------------------------------------------------- /BanTang/Classes/Main/AppSignView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SignView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/26. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppSignView : UIView 12 | @property (nonatomic,strong) NSString *url; 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Main/BaseViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BaseViewController.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BaseViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Main/MainNaviViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MainNaviViewController.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/26. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | @interface MainNaviViewController : UINavigationController 11 | @end 12 | -------------------------------------------------------------------------------- /BanTang/Classes/Main/MainTabBarController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MainTabBarController.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MainTabBarController : UITabBarController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Message/LoadingView.h: -------------------------------------------------------------------------------- 1 | // 2 | // LoadingView.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LoadingView : UIView 12 | + (void)show; 13 | + (void)dismiss; 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/Message/MessageViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MessageViewController.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface MessageViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/PersonCenter/PersonCenterViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PersonCenterViewController.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface PersonCenterViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/PersonCenter/View/MineHeadTopView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MineHeadView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/25. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UserInfoData.h" 11 | @interface MineHeadTopView : UIView 12 | @property (nonatomic,strong) UserInfoData *userInfo; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/PersonCenter/View/MineHeadView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MineHeadView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/25. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UserInfoData.h" 11 | 12 | @interface MineHeadView : UIView 13 | 14 | @property (nonatomic,strong) UserInfoData *userInfo; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/PersonCenter/View/MineTitleButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // MineTitleButton.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/25. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MineTitleButton : UIView 12 | @property (nonatomic,strong) NSString *count; 13 | 14 | - (instancetype)initWithTitle:(NSString *)title; 15 | @end 16 | -------------------------------------------------------------------------------- /BanTang/Classes/Show/View/PhotoCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // PhotoCell.h 3 | // PhotoDemo 4 | // 5 | // Created by 江科 on 16/4/19. 6 | // Copyright © 2016年 江科. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface PhotoCell : UICollectionViewCell 12 | 13 | @property (nonatomic,strong) UIImage *image; 14 | @property (nonatomic,strong) UIImageView *statusImageView; 15 | @end 16 | -------------------------------------------------------------------------------- /BanTang/Classes/Show/View/PhotoCollectionView.h: -------------------------------------------------------------------------------- 1 | // 2 | // PhotoCollectionView.h 3 | // PhotoDemo 4 | // 5 | // Created by 江科 on 16/4/21. 6 | // Copyright © 2016年 江科. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | @interface PhotoCollectionView : UICollectionView 12 | 13 | @property (nonatomic,strong) NSArray *assetArray; 14 | 15 | @property (nonatomic,strong) NSArray *selectedModelArray;; 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/Show/View/PhotoController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PhotoController.h 3 | // PhotoDemo 4 | // 5 | // Created by 江科 on 16/4/19. 6 | // Copyright © 2016年 江科. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface PhotoController : UIViewController 12 | @property (nonatomic,assign) NSInteger maxSelectCount; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/Show/View/PhotoGroupCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // PhotoGroupCell.h 3 | // PhotoDemo 4 | // 5 | // Created by 江科 on 16/4/21. 6 | // Copyright © 2016年 江科. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "ZLPhotoTool.h" 11 | 12 | @interface PhotoGroupCell : UITableViewCell 13 | 14 | @property (nonatomic,strong) ZLPhotoAblumList *photoAblum; 15 | + (instancetype)cellWithTableView:(UITableView *)tableView; 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/Show/View/PhotoGroupView.h: -------------------------------------------------------------------------------- 1 | // 2 | // PhotoGroupView.h 3 | // PhotoDemo 4 | // 5 | // Created by 江科 on 16/4/21. 6 | // Copyright © 2016年 江科. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface PhotoGroupView : UITableView 12 | 13 | @property (nonatomic,strong) NSArray *ablumList; 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Classes/Show/View/TitleButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // TitleButton.h 3 | // PhotoDemo 4 | // 5 | // Created by 江科 on 16/4/20. 6 | // Copyright © 2016年 江科. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface TitleButton : UIButton 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Square/FollowViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FollowViewController.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/25. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "BaseViewController.h" 11 | @interface FollowViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Square/SquareChannelItemView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SquareGroupItemView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/22. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "SquareData.h" 11 | @interface SquareChannelItemView : UIView 12 | @property (nonatomic,strong) SquareChannelItem *channelItem; 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Square/SquareHeadView.h: -------------------------------------------------------------------------------- 1 | // 2 | // squareGroupView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/22. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "SquareData.h" 11 | 12 | @interface SquareHeadView : UIView 13 | 14 | - (instancetype)initWithSquareData:(SquareData *)squareData; 15 | @end 16 | -------------------------------------------------------------------------------- /BanTang/Classes/Square/SquareViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SquareViewController.h 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface SquareViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Classes/Square/View/SquareCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // SquareCell.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/25. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "SquareData.h" 11 | 12 | @interface SquareCell : UITableViewCell 13 | 14 | @property (nonatomic,strong) SquareGroup *group; 15 | + (instancetype)cellWithTableView:(UITableView *)tableView ; 16 | @end 17 | -------------------------------------------------------------------------------- /BanTang/Classes/Square/View/SquareChannelView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SquareChannelView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/23. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "SquareData.h" 11 | 12 | @interface SquareChannelView : UIView 13 | - (instancetype)initWithChannel:(SquareChannel *)channel; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /BanTang/Classes/Square/View/SquareTableHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SquareTableHeaderView.h 3 | // BanTang 4 | // 5 | // Created by 江科 on 16/4/25. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SquareTableHeaderView : UITableViewHeaderFooterView 12 | 13 | @end 14 | @interface SquareTableFooterView : UITableViewHeaderFooterView 15 | 16 | @end -------------------------------------------------------------------------------- /BanTang/Other/Categories/UIColor+Extension.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+Extension.h 3 | // LoveFreshBeen_OC 4 | // 5 | // Created by 天空之城 on 16/3/11. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIColor (Extension) 12 | 13 | + (UIColor *) getColor:(NSString *)hexColor; 14 | @end 15 | -------------------------------------------------------------------------------- /BanTang/Other/Categories/UIImageView+Extension.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImageView+Extention.h 3 | // LoveFreshBeen_OC 4 | // 5 | // Created by 天空之城 on 16/3/10. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImageView (Extension) 12 | - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholderImage animate:(BOOL)animate; 13 | @end 14 | -------------------------------------------------------------------------------- /BanTang/Resouce/PingFang.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/BanTang/Resouce/PingFang.ttf -------------------------------------------------------------------------------- /BanTang/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // BanTang 4 | // 5 | // Created by 天空之城 on 16/3/24. 6 | // Copyright © 2016年 天空之城. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- 1 | pod 'SVProgressHUD' 2 | pod 'SDWebImage' 3 | pod 'MJExtension' 4 | pod 'MJRefresh' 5 | pod 'Masonry' 6 | pod 'TTTAttributedLabel' 7 | pod 'YYText' 8 | -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/Masonry.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSData+ImageContentType.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDImageCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCompat.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageDecoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDecoder.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIButton+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+GIF.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVProgressAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/TTTAttributedLabel/TTTAttributedLabel.h: -------------------------------------------------------------------------------- 1 | ../../../TTTAttributedLabel/TTTAttributedLabel/TTTAttributedLabel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/NSAttributedString+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/NSAttributedString+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/NSParagraphStyle+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/NSParagraphStyle+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/UIPasteboard+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/UIPasteboard+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/UIView+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/UIView+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYLabel.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYLabel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextArchiver.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextArchiver.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextAsyncLayer.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextAsyncLayer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextContainerView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextDebugOption.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextDebugOption.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextEffectWindow.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextEffectWindow.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextInput.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextInput.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextKeyboardManager.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextKeyboardManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextLayout.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextLayout.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextLine.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextLine.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextMagnifier.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextMagnifier.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextParser.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextParser.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextRubyAnnotation.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextRubyAnnotation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextRunDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextRunDelegate.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextSelectionView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextSelectionView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextTransaction.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextTransaction.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYTextView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextWeakProxy.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextWeakProxy.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/Masonry.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSData+ImageContentType.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDImageCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCompat.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageDecoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDecoder.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIButton+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+GIF.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVProgressAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/TTTAttributedLabel/TTTAttributedLabel.h: -------------------------------------------------------------------------------- 1 | ../../../TTTAttributedLabel/TTTAttributedLabel/TTTAttributedLabel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/NSAttributedString+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/NSAttributedString+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/NSParagraphStyle+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/NSParagraphStyle+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/UIPasteboard+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/UIPasteboard+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/UIView+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/UIView+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYLabel.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYLabel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextArchiver.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextArchiver.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextAsyncLayer.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextAsyncLayer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextContainerView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextDebugOption.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextDebugOption.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextEffectWindow.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextEffectWindow.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextInput.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextInput.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextKeyboardManager.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextKeyboardManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextLayout.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextLayout.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextLine.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextLine.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextMagnifier.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextMagnifier.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextParser.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextParser.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextRubyAnnotation.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextRubyAnnotation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextRunDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextRunDelegate.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextSelectionView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextSelectionView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextTransaction.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextTransaction.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYTextView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextWeakProxy.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextWeakProxy.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJFoundation.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 14/7/16. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MJFoundation : NSObject 12 | + (BOOL)isClassFromFoundation:(Class)c; 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshFooter.h" 10 | 11 | @interface MJRefreshBackFooter : MJRefreshFooter 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /Pods/Masonry/Masonry/MASLayoutConstraint.m: -------------------------------------------------------------------------------- 1 | // 2 | // MASLayoutConstraint.m 3 | // Masonry 4 | // 5 | // Created by Jonas Budelmann on 3/08/13. 6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. 7 | // 8 | 9 | #import "MASLayoutConstraint.h" 10 | 11 | @implementation MASLayoutConstraint 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSLayoutConstraint+MASDebugAdditions.h 3 | // Masonry 4 | // 5 | // Created by Jonas Budelmann on 3/08/13. 6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. 7 | // 8 | 9 | #import "MASUtilities.h" 10 | 11 | /** 12 | * makes debug and log output of NSLayoutConstraints more readable 13 | */ 14 | @interface NSLayoutConstraint (MASDebugAdditions) 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of the SDWebImage package. 3 | * (c) Olivier Poitrey 4 | * 5 | * For the full copyright and license information, please view the LICENSE 6 | * file that was distributed with this source code. 7 | */ 8 | 9 | #import 10 | 11 | @protocol SDWebImageOperation 12 | 13 | - (void)cancel; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+MultiFormat.h 3 | // SDWebImage 4 | // 5 | // Created by Olivier Poitrey on 07/06/13. 6 | // Copyright (c) 2013 Dailymotion. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImage (MultiFormat) 12 | 13 | + (UIImage *)sd_imageWithData:(NSData *)data; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- 1 | // 2 | // SVRadialGradientLayer.h 3 | // SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD 4 | // 5 | // Copyright (c) 2014-2016 Tobias Tiemerding. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface SVRadialGradientLayer : CALayer 11 | 12 | @property (nonatomic) CGPoint gradientCenter; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJExtension/MJExtension-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJExtension : NSObject 3 | @end 4 | @implementation PodsDummy_MJExtension 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJExtension/MJExtension-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJRefresh : NSObject 3 | @end 4 | @implementation PodsDummy_MJRefresh 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Masonry/Masonry-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Masonry : NSObject 3 | @end 4 | @implementation PodsDummy_Masonry 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Masonry/Masonry-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods/Pods-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods : NSObject 3 | @end 4 | @implementation PodsDummy_Pods 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_SDWebImage : NSObject 3 | @end 4 | @implementation PodsDummy_SDWebImage 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_SVProgressHUD : NSObject 3 | @end 4 | @implementation PodsDummy_SVProgressHUD 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /Pods/Target Support Files/TTTAttributedLabel/TTTAttributedLabel-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_TTTAttributedLabel : NSObject 3 | @end 4 | @implementation PodsDummy_TTTAttributedLabel 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/TTTAttributedLabel/TTTAttributedLabel-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /Pods/Target Support Files/YYText/YYText-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YYText : NSObject 3 | @end 4 | @implementation PodsDummy_YYText 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/YYText/YYText-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # BanTang 2 | 高仿半糖 5.3.5版本 3 | 4 | ![images](https://github.com/udoubi/BanTang/blob/master/test3.gif) 5 | -------------------------------------------------------------------------------- /test3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udoubi/BanTang/7577c4a07723a8faf0a63a3ebdf764ed366aea36/test3.gif --------------------------------------------------------------------------------