├── .gitignore ├── Podfile ├── Podfile.lock ├── README.md ├── ScreenShot └── usage.gif ├── 百思不得姐.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcuserdata │ └── yizzuide.xcuserdatad │ └── xcschemes │ ├── xcschememanagement.plist │ └── 百思不得姐.xcscheme ├── 百思不得姐.xcworkspace ├── contents.xcworkspacedata ├── xcshareddata │ └── 百思不得姐.xcscmblueprint └── xcuserdata │ └── yizzuide.xcuserdatad │ ├── IDEFindNavigatorScopes.plist │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── 百思不得姐 ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── AppIcon29x29.png │ │ ├── AppIcon29x29@2x.png │ │ ├── AppIcon29x29@2x~ipad.png │ │ ├── AppIcon29x29@3x.png │ │ ├── AppIcon40x40@2x.png │ │ ├── AppIcon40x40@3x.png │ │ ├── AppIcon40x40~ipad.png │ │ ├── AppIcon50x50@2x~ipad.png │ │ ├── AppIcon50x50~ipad.png │ │ ├── AppIcon57x57.png │ │ ├── AppIcon57x57@2x.png │ │ ├── AppIcon60x60@2x-1.png │ │ ├── AppIcon60x60@2x.png │ │ ├── AppIcon60x60@3x.png │ │ ├── AppIcon72x72@2x~ipad.png │ │ ├── AppIcon72x72~ipad.png │ │ ├── AppIcon76x76@2x~ipad.png │ │ ├── AppIcon76x76~ipad.png │ │ └── Contents.json │ ├── Comment │ │ ├── Contents.json │ │ ├── Profile_manIcon.imageset │ │ │ ├── Contents.json │ │ │ ├── Profile_manIcon.png │ │ │ ├── Profile_manIcon@2x.png │ │ │ └── Profile_manIcon@3x.png │ │ ├── Profile_womanIcon.imageset │ │ │ ├── Contents.json │ │ │ ├── Profile_womanIcon.png │ │ │ ├── Profile_womanIcon@2x.png │ │ │ └── Profile_womanIcon@3x.png │ │ ├── comment-bar-bg.imageset │ │ │ ├── Contents.json │ │ │ ├── comment-bar-bg.png │ │ │ └── comment-bar-bg@2x.png │ │ ├── comment-bar-keyboard-click.imageset │ │ │ ├── Contents.json │ │ │ ├── comment-bar-keyboard-click.png │ │ │ ├── comment-bar-keyboard-click@2x.png │ │ │ └── comment-bar-keyboard-click@3x.png │ │ ├── comment-bar-keyboard.imageset │ │ │ ├── Contents.json │ │ │ ├── comment-bar-keyboard.png │ │ │ ├── comment-bar-keyboard@2x.png │ │ │ └── comment-bar-keyboard@3x.png │ │ ├── comment-bar-record-click.imageset │ │ │ ├── Contents.json │ │ │ ├── comment-bar-record-click.png │ │ │ ├── comment-bar-record-click@2x.png │ │ │ └── comment-bar-record-click@3x.png │ │ ├── comment-bar-record.imageset │ │ │ ├── Contents.json │ │ │ ├── comment-bar-record.png │ │ │ ├── comment-bar-record@2x.png │ │ │ └── comment-bar-record@3x.png │ │ ├── comment-bar-voice-click.imageset │ │ │ ├── Contents.json │ │ │ ├── comment-bar-voice-click.png │ │ │ ├── comment-bar-voice-click@2x.png │ │ │ └── comment-bar-voice-click@3x.png │ │ ├── comment-bar-voice.imageset │ │ │ ├── Contents.json │ │ │ ├── comment-bar-voice.png │ │ │ ├── comment-bar-voice@2x.png │ │ │ └── comment-bar-voice@3x.png │ │ ├── commentLikeButton.imageset │ │ │ ├── Contents.json │ │ │ ├── commentLikeButton.png │ │ │ └── commentLikeButton@2x.png │ │ ├── commentLikeButtonClick.imageset │ │ │ ├── Contents.json │ │ │ ├── commentLikeButtonClick.png │ │ │ └── commentLikeButtonClick@2x.png │ │ ├── comment_bar_at_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── comment_bar_at_icon.png │ │ │ ├── comment_bar_at_icon@2x.png │ │ │ └── comment_bar_at_icon@3x.png │ │ ├── comment_bar_at_icon_click.imageset │ │ │ ├── Contents.json │ │ │ ├── comment_bar_at_icon_click.png │ │ │ ├── comment_bar_at_icon_click@2x.png │ │ │ └── comment_bar_at_icon_click@3x.png │ │ ├── comment_nav_item_share_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── comment_nav_item_share_icon.png │ │ │ ├── comment_nav_item_share_icon@2x.png │ │ │ └── comment_nav_item_share_icon@3x.png │ │ └── comment_nav_item_share_icon_click.imageset │ │ │ ├── Contents.json │ │ │ ├── comment_nav_item_share_icon_click.png │ │ │ ├── comment_nav_item_share_icon_click@2x.png │ │ │ └── comment_nav_item_share_icon_click@3x.png │ ├── Contents.json │ ├── Essence │ │ ├── Contents.json │ │ ├── Profile_AddV_authen.imageset │ │ │ ├── Contents.json │ │ │ ├── Profile_AddV_authen.png │ │ │ ├── Profile_AddV_authen@2x.png │ │ │ └── Profile_AddV_authen@3x.png │ │ ├── cell-button-line.imageset │ │ │ ├── Contents.json │ │ │ ├── cell-button-line.png │ │ │ └── cell-button-line@2x.png │ │ ├── cell-content-line.imageset │ │ │ ├── Contents.json │ │ │ ├── cell-content-line.png │ │ │ └── cell-content-line@2x.png │ │ ├── cellFollowClickIcon.imageset │ │ │ ├── Contents.json │ │ │ ├── cellFollowClickIcon.png │ │ │ ├── cellFollowClickIcon@2x.png │ │ │ └── cellFollowClickIcon@3x.png │ │ ├── cellFollowDisableIcon.imageset │ │ │ ├── Contents.json │ │ │ ├── cellFollowDisableIcon.png │ │ │ ├── cellFollowDisableIcon@2x.png │ │ │ └── cellFollowDisableIcon@3x.png │ │ ├── cellFollowIcon.imageset │ │ │ ├── Contents.json │ │ │ ├── cellFollowIcon.png │ │ │ ├── cellFollowIcon@2x.png │ │ │ └── cellFollowIcon@3x.png │ │ ├── cellmorebtnclick.imageset │ │ │ ├── Contents.json │ │ │ ├── cellmorebtnclick.png │ │ │ └── cellmorebtnclick@2x.png │ │ ├── cellmorebtnnormal.imageset │ │ │ ├── Contents.json │ │ │ ├── cellmorebtnnormal.png │ │ │ └── cellmorebtnnormal@2x.png │ │ ├── common-gif.imageset │ │ │ ├── Contents.json │ │ │ ├── common-gif.png │ │ │ └── common-gif@2x.png │ │ ├── defaultUserIcon.imageset │ │ │ ├── Contents.json │ │ │ ├── defaultUserIcon.png │ │ │ ├── defaultUserIcon@2x.png │ │ │ └── defaultUserIcon@3x.png │ │ ├── imageBackground.imageset │ │ │ ├── Contents.json │ │ │ ├── imageBackground.png │ │ │ ├── imageBackground@2x.png │ │ │ └── imageBackground@3x.png │ │ ├── mainCellBackground.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellBackground.png │ │ │ └── mainCellBackground@2x.png │ │ ├── mainCellCai.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellCai.png │ │ │ └── mainCellCai@2x.png │ │ ├── mainCellCaiClick.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellCaiClick.png │ │ │ └── mainCellCaiClick@2x.png │ │ ├── mainCellComment.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellComment.png │ │ │ └── mainCellComment@2x.png │ │ ├── mainCellCommentClick.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellCommentClick.png │ │ │ └── mainCellCommentClick@2x.png │ │ ├── mainCellDing.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellDing.png │ │ │ └── mainCellDing@2x.png │ │ ├── mainCellDingClick.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellDingClick.png │ │ │ └── mainCellDingClick@2x.png │ │ ├── mainCellShare.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellShare.png │ │ │ └── mainCellShare@2x.png │ │ ├── mainCellShareClick.imageset │ │ │ ├── Contents.json │ │ │ ├── mainCellShareClick.png │ │ │ └── mainCellShareClick@2x.png │ │ ├── playButton.imageset │ │ │ ├── Contents.json │ │ │ ├── playButton.png │ │ │ ├── playButton@2x.png │ │ │ └── playButton@3x.png │ │ ├── playButtonClick.imageset │ │ │ ├── Contents.json │ │ │ ├── playButtonClick.png │ │ │ ├── playButtonClick@2x.png │ │ │ └── playButtonClick@3x.png │ │ ├── playButtonPause.imageset │ │ │ ├── Contents.json │ │ │ ├── playButtonPause.png │ │ │ ├── playButtonPause@2x.png │ │ │ └── playButtonPause@3x.png │ │ ├── playButtonPlay.imageset │ │ │ ├── Contents.json │ │ │ ├── playButtonPlay.png │ │ │ ├── playButtonPlay@2x.png │ │ │ └── playButtonPlay@3x.png │ │ ├── post_placeholderImage.imageset │ │ │ ├── Contents.json │ │ │ ├── post_placeholderImage.png │ │ │ ├── post_placeholderImage@2x.png │ │ │ └── post_placeholderImage@3x.png │ │ ├── see-big-picture-background.imageset │ │ │ ├── Contents.json │ │ │ ├── see-big-picture-background.png │ │ │ └── see-big-picture-background@2x.png │ │ ├── see-big-picture.imageset │ │ │ ├── Contents.json │ │ │ ├── see-big-picture.png │ │ │ ├── see-big-picture@2x.png │ │ │ └── see-big-picture@3x.png │ │ ├── show_image_back_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── show_image_back_icon.png │ │ │ ├── show_image_back_icon@2x.png │ │ │ └── show_image_back_icon@3x.png │ │ ├── tagicon.imageset │ │ │ ├── Contents.json │ │ │ ├── tagicon.png │ │ │ ├── tagicon@2x.png │ │ │ └── tagicon@3x.png │ │ └── video-play.imageset │ │ │ ├── Contents.json │ │ │ ├── video-play.png │ │ │ ├── video-play@2x.png │ │ │ └── video-play@3x.png │ ├── FriendTrends │ │ ├── Contents.json │ │ ├── FollowBtnBg.imageset │ │ │ ├── Contents.json │ │ │ ├── FollowBtnBg.png │ │ │ └── FollowBtnBg@2x.png │ │ ├── FollowBtnClickBg.imageset │ │ │ ├── Contents.json │ │ │ ├── FollowBtnClickBg.png │ │ │ └── FollowBtnClickBg@2x.png │ │ ├── friendsTrend_login.imageset │ │ │ ├── Contents.json │ │ │ ├── friendsTrend_login.png │ │ │ └── friendsTrend_login@2x.png │ │ ├── friendsTrend_login_click.imageset │ │ │ ├── Contents.json │ │ │ ├── friendsTrend_login_click.png │ │ │ └── friendsTrend_login_click@2x.png │ │ └── header_cry_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── header_cry_icon.png │ │ │ └── header_cry_icon@2x.png │ ├── LaunchImage.launchimage │ │ ├── Contents.json │ │ ├── LaunchImage-568h@2x.png │ │ ├── LaunchImage-700@2x.png │ │ ├── LaunchImage-800-667h@2x.png │ │ ├── LaunchImage-800-Portrait-736h@3x.png │ │ └── LaunchImage.png │ ├── LoginRegister │ │ ├── Contents.json │ │ ├── loginBtnBg.imageset │ │ │ ├── Contents.json │ │ │ ├── loginBtnBg.png │ │ │ └── loginBtnBg@2x.png │ │ ├── loginBtnBgClick.imageset │ │ │ ├── Contents.json │ │ │ ├── loginBtnBgClick.png │ │ │ └── loginBtnBgClick@2x.png │ │ ├── login_QQ_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── login_QQ_icon.png │ │ │ ├── login_QQ_icon@2x.png │ │ │ └── login_QQ_icon@3x.png │ │ ├── login_QQ_icon_click.imageset │ │ │ ├── Contents.json │ │ │ ├── login_QQ_icon_click.png │ │ │ ├── login_QQ_icon_click@2x.png │ │ │ └── login_QQ_icon_click@3x.png │ │ ├── login_close_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── login_close_icon.png │ │ │ ├── login_close_icon@2x.png │ │ │ └── login_close_icon@3x.png │ │ ├── login_register_background.imageset │ │ │ ├── Contents.json │ │ │ ├── login_register_background.png │ │ │ ├── login_register_background@2x.png │ │ │ └── login_register_background@3x.png │ │ ├── login_register_button.imageset │ │ │ ├── Contents.json │ │ │ └── login_register_button.png │ │ ├── login_register_button_click.imageset │ │ │ ├── Contents.json │ │ │ └── login_register_button_click.png │ │ ├── login_register_left_line.imageset │ │ │ ├── Contents.json │ │ │ ├── login_register_left_line.png │ │ │ ├── login_register_left_line@2x.png │ │ │ └── login_register_left_line@3x.png │ │ ├── login_register_right_line.imageset │ │ │ ├── Contents.json │ │ │ ├── login_register_right_line.png │ │ │ ├── login_register_right_line@2x.png │ │ │ └── login_register_right_line@3x.png │ │ ├── login_rgister_textfield_bg.imageset │ │ │ ├── Contents.json │ │ │ ├── login_rgister_textfield_bg.png │ │ │ ├── login_rgister_textfield_bg@2x.png │ │ │ └── login_rgister_textfield_bg@3x.png │ │ ├── login_sina_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── login_sina_icon.png │ │ │ ├── login_sina_icon@2x.png │ │ │ └── login_sina_icon@3x.png │ │ ├── login_sina_icon_click.imageset │ │ │ ├── Contents.json │ │ │ ├── login_sina_icon_click.png │ │ │ ├── login_sina_icon_click@2x.png │ │ │ └── login_sina_icon_click@3x.png │ │ ├── login_tecent_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── login_tecent_icon.png │ │ │ ├── login_tecent_icon@2x.png │ │ │ └── login_tecent_icon@3x.png │ │ └── login_tecent_icon_click.imageset │ │ │ ├── Contents.json │ │ │ ├── login_tecent_icon_click.png │ │ │ ├── login_tecent_icon_click@2x.png │ │ │ └── login_tecent_icon_click@3x.png │ ├── Navigation │ │ ├── Contents.json │ │ ├── MainTagSubIcon.imageset │ │ │ ├── Contents.json │ │ │ ├── MainTagSubIcon.png │ │ │ ├── MainTagSubIcon@2x.png │ │ │ └── MainTagSubIcon@3x.png │ │ ├── MainTagSubIconClick.imageset │ │ │ ├── Contents.json │ │ │ ├── MainTagSubIconClick.png │ │ │ ├── MainTagSubIconClick@2x.png │ │ │ └── MainTagSubIconClick@3x.png │ │ ├── MainTitle.imageset │ │ │ ├── Contents.json │ │ │ ├── MainTitle.png │ │ │ ├── MainTitle@2x.png │ │ │ └── MainTitle@3x.png │ │ ├── friendsRecommentIcon-click.imageset │ │ │ ├── Contents.json │ │ │ ├── friendsRecommentIcon-click.png │ │ │ ├── friendsRecommentIcon-click@2x.png │ │ │ └── friendsRecommentIcon-click@3x.png │ │ ├── friendsRecommentIcon.imageset │ │ │ ├── Contents.json │ │ │ ├── friendsRecommentIcon.png │ │ │ ├── friendsRecommentIcon@2x.png │ │ │ └── friendsRecommentIcon@3x.png │ │ ├── mine-moon-icon-click.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-moon-icon-click.png │ │ │ └── mine-moon-icon-click@2x.png │ │ ├── mine-moon-icon.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-moon-icon.png │ │ │ ├── mine-moon-icon@2x.png │ │ │ └── mine-moon-icon@3x.png │ │ ├── mine-setting-icon-click.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-setting-icon-click.png │ │ │ ├── mine-setting-icon-click@2x.png │ │ │ └── mine-setting-icon-click@3x.png │ │ ├── mine-setting-icon.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-setting-icon.png │ │ │ ├── mine-setting-icon@2x.png │ │ │ └── mine-setting-icon@3x.png │ │ ├── mine-sun-icon-click.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-sun-icon-click.png │ │ │ ├── mine-sun-icon-click@2x.png │ │ │ └── mine-sun-icon-click@3x.png │ │ ├── mine-sun-icon.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-sun-icon.png │ │ │ ├── mine-sun-icon@2x.png │ │ │ └── mine-sun-icon@3x.png │ │ ├── nav_coin_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── nav_coin_icon.png │ │ │ ├── nav_coin_icon@2x.png │ │ │ └── nav_coin_icon@3x.png │ │ ├── nav_coin_icon_click.imageset │ │ │ ├── Contents.json │ │ │ ├── nav_coin_icon_click.png │ │ │ ├── nav_coin_icon_click@2x.png │ │ │ └── nav_coin_icon_click@3x.png │ │ ├── navigationButtonReturn.imageset │ │ │ ├── Contents.json │ │ │ ├── navigationButtonReturn.png │ │ │ ├── navigationButtonReturn@2x.png │ │ │ └── navigationButtonReturn@3x.png │ │ ├── navigationButtonReturnClick.imageset │ │ │ ├── Contents.json │ │ │ ├── navigationButtonReturnClick.png │ │ │ ├── navigationButtonReturnClick@2x.png │ │ │ └── navigationButtonReturnClick@3x.png │ │ └── navigationbarBackgroundWhite.imageset │ │ │ ├── Contents.json │ │ │ └── navigationbarBackgroundWhite.png │ ├── Play │ │ ├── Contents.json │ │ ├── play-voice-bg-select.imageset │ │ │ ├── Contents.json │ │ │ └── play-voice-bg-select.png │ │ ├── play-voice-bg.imageset │ │ │ ├── Contents.json │ │ │ ├── play-voice-bg.png │ │ │ ├── play-voice-bg@2x.png │ │ │ └── play-voice-bg@3x.png │ │ ├── play-voice-bgN.imageset │ │ │ ├── Contents.json │ │ │ ├── play-voice-bgN.png │ │ │ └── play-voice-bgN@2x.png │ │ ├── play-voice-icon-0.imageset │ │ │ ├── Contents.json │ │ │ ├── play-voice-icon-0.png │ │ │ └── play-voice-icon-0@2x.png │ │ ├── play-voice-icon-1.imageset │ │ │ ├── Contents.json │ │ │ ├── play-voice-icon-1.png │ │ │ └── play-voice-icon-1@2x.png │ │ ├── play-voice-icon-2.imageset │ │ │ ├── Contents.json │ │ │ ├── play-voice-icon-2.png │ │ │ └── play-voice-icon-2@2x.png │ │ ├── play-voice-icon-3.imageset │ │ │ ├── Contents.json │ │ │ ├── play-voice-icon-3.png │ │ │ └── play-voice-icon-3@2x.png │ │ ├── play-voice-stop.imageset │ │ │ ├── Contents.json │ │ │ ├── play-voice-stop.png │ │ │ ├── play-voice-stop@2x.png │ │ │ └── play-voice-stop@3x.png │ │ └── play.imageset │ │ │ ├── Contents.json │ │ │ ├── play.png │ │ │ ├── play@2x.png │ │ │ └── play@3x.png │ ├── Post │ │ ├── chose_tag_close_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── chose_tag_close_icon.png │ │ │ ├── chose_tag_close_icon@2x.png │ │ │ └── chose_tag_close_icon@3x.png │ │ ├── post-#.imageset │ │ │ ├── Contents.json │ │ │ ├── post-#.png │ │ │ ├── post-#@2x.png │ │ │ └── post-#@3x.png │ │ ├── post-#N.imageset │ │ │ ├── Contents.json │ │ │ ├── post-#N.png │ │ │ ├── post-#N@2x.png │ │ │ └── post-#N@3x.png │ │ ├── post-@.imageset │ │ │ ├── Contents.json │ │ │ ├── post-@.png │ │ │ ├── post-@@2x.png │ │ │ └── post-@@3x.png │ │ ├── post-@N.imageset │ │ │ ├── Contents.json │ │ │ ├── post-@N.png │ │ │ ├── post-@N@2x.png │ │ │ └── post-@N@3x.png │ │ ├── post-tag-bg.imageset │ │ │ ├── Contents.json │ │ │ ├── post-tag-bg.png │ │ │ └── post-tag-bg@2x.png │ │ └── tag_add_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── tag_add_icon.png │ │ │ ├── tag_add_icon@2x.png │ │ │ └── tag_add_icon@3x.png │ ├── Publish │ │ ├── Contents.json │ │ ├── app_slogan.imageset │ │ │ ├── Contents.json │ │ │ ├── app_slogan.png │ │ │ ├── app_slogan@2x.png │ │ │ └── app_slogan@3x.png │ │ ├── publish-audio.imageset │ │ │ ├── Contents.json │ │ │ ├── publish-audio.png │ │ │ ├── publish-audio@2x.png │ │ │ └── publish-audio@3x.png │ │ ├── publish-offline.imageset │ │ │ ├── Contents.json │ │ │ ├── publish-offline.png │ │ │ ├── publish-offline@2x.png │ │ │ └── publish-offline@3x.png │ │ ├── publish-picture.imageset │ │ │ ├── Contents.json │ │ │ ├── publish-picture.png │ │ │ ├── publish-picture@2x.png │ │ │ └── publish-picture@3x.png │ │ ├── publish-review.imageset │ │ │ ├── Contents.json │ │ │ ├── publish-review.png │ │ │ ├── publish-review@2x.png │ │ │ └── publish-review@3x.png │ │ ├── publish-text.imageset │ │ │ ├── Contents.json │ │ │ ├── publish-text.png │ │ │ ├── publish-text@2x.png │ │ │ └── publish-text@3x.png │ │ ├── publish-video.imageset │ │ │ ├── Contents.json │ │ │ ├── publish-video.png │ │ │ ├── publish-video@2x.png │ │ │ └── publish-video@3x.png │ │ ├── shareBottomBackground.imageset │ │ │ ├── Contents.json │ │ │ ├── shareBottomBackground.png │ │ │ ├── shareBottomBackground@2x.png │ │ │ └── shareBottomBackground@3x.png │ │ ├── shareButtonCancel.imageset │ │ │ ├── Contents.json │ │ │ ├── shareButtonCancel.png │ │ │ ├── shareButtonCancel@2x.png │ │ │ └── shareButtonCancel@3x.png │ │ └── shareButtonCancelClick.imageset │ │ │ ├── Contents.json │ │ │ ├── shareButtonCancelClick.png │ │ │ ├── shareButtonCancelClick@2x.png │ │ │ └── shareButtonCancelClick@3x.png │ ├── Pushguide │ │ ├── Contents.json │ │ ├── pushguidebg.imageset │ │ │ ├── Contents.json │ │ │ └── pushguidebg.png │ │ ├── pushguidebot.imageset │ │ │ ├── Contents.json │ │ │ ├── pushguidebot.png │ │ │ ├── pushguidebot@2x.png │ │ │ └── pushguidebot@3x.png │ │ ├── pushguidemid.imageset │ │ │ ├── Contents.json │ │ │ ├── pushguidemid.png │ │ │ ├── pushguidemid@2x.png │ │ │ └── pushguidemid@3x.png │ │ └── pushguidetop.imageset │ │ │ ├── Contents.json │ │ │ ├── pushguidetop.png │ │ │ ├── pushguidetop@2x.png │ │ │ └── pushguidetop@3x.png │ └── TabBar │ │ ├── Contents.json │ │ ├── tabBar_essence_click_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_essence_click_icon.png │ │ ├── tabBar_essence_click_icon@2x.png │ │ └── tabBar_essence_click_icon@3x.png │ │ ├── tabBar_essence_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_essence_icon.png │ │ ├── tabBar_essence_icon@2x.png │ │ └── tabBar_essence_icon@3x.png │ │ ├── tabBar_friendTrends_click_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_friendTrends_click_icon.png │ │ ├── tabBar_friendTrends_click_icon@2x.png │ │ └── tabBar_friendTrends_click_icon@3x.png │ │ ├── tabBar_friendTrends_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_friendTrends_icon.png │ │ ├── tabBar_friendTrends_icon@2x.png │ │ └── tabBar_friendTrends_icon@3x.png │ │ ├── tabBar_me_click_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_me_click_icon.png │ │ ├── tabBar_me_click_icon@2x.png │ │ └── tabBar_me_click_icon@3x.png │ │ ├── tabBar_me_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_me_icon.png │ │ ├── tabBar_me_icon@2x.png │ │ └── tabBar_me_icon@3x.png │ │ ├── tabBar_new_click_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_new_click_icon.png │ │ ├── tabBar_new_click_icon@2x.png │ │ └── tabBar_new_click_icon@3x.png │ │ ├── tabBar_new_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_new_icon.png │ │ ├── tabBar_new_icon@2x.png │ │ └── tabBar_new_icon@3x.png │ │ ├── tabBar_publish_click_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_publish_click_icon.png │ │ ├── tabBar_publish_click_icon@2x.png │ │ └── tabBar_publish_click_icon@3x.png │ │ ├── tabBar_publish_icon.imageset │ │ ├── Contents.json │ │ ├── tabBar_publish_icon.png │ │ ├── tabBar_publish_icon@2x.png │ │ └── tabBar_publish_icon@3x.png │ │ └── tabbar-light.imageset │ │ ├── Contents.json │ │ ├── tabbar-light.png │ │ └── tabbar-light@2x.png ├── Base.lproj │ └── LaunchScreen.storyboard ├── Classes │ ├── Application │ │ ├── ABSLayer │ │ │ ├── Network │ │ │ │ ├── BDJHttpRequest.h │ │ │ │ └── BDJHttpRequest.m │ │ │ └── UI │ │ │ │ ├── Image │ │ │ │ ├── UIImageView+BDJExtension.h │ │ │ │ └── UIImageView+BDJExtension.m │ │ │ │ └── Progress │ │ │ │ ├── BDJProgressView.h │ │ │ │ └── BDJProgressView.m │ │ ├── Components │ │ │ ├── Essence │ │ │ │ ├── Essence │ │ │ │ │ ├── Application Logic │ │ │ │ │ │ ├── DataManager │ │ │ │ │ │ │ ├── BDJEssenceDataManager.h │ │ │ │ │ │ │ └── BDJEssenceDataManager.m │ │ │ │ │ │ └── Interactor │ │ │ │ │ │ │ ├── BDJEssenceInteractor.h │ │ │ │ │ │ │ └── BDJEssenceInteractor.m │ │ │ │ │ ├── Module Interface │ │ │ │ │ │ ├── BDJEssenceDataManagerPort.h │ │ │ │ │ │ ├── BDJEssenceEventHandlerPort.h │ │ │ │ │ │ ├── BDJEssenceInteractorPort.h │ │ │ │ │ │ ├── BDJEssenceUserInterfacePort.h │ │ │ │ │ │ └── BDJEssenceWireFramePort.h │ │ │ │ │ └── User Interface │ │ │ │ │ │ ├── Presenter │ │ │ │ │ │ ├── BDJEssencePresenter.h │ │ │ │ │ │ └── BDJEssencePresenter.m │ │ │ │ │ │ ├── View │ │ │ │ │ │ ├── BDJEssenceActivity.h │ │ │ │ │ │ └── BDJEssenceActivity.m │ │ │ │ │ │ └── Wireframe │ │ │ │ │ │ ├── BDJEssenceRouting.h │ │ │ │ │ │ └── BDJEssenceRouting.m │ │ │ │ ├── Post │ │ │ │ │ ├── Post │ │ │ │ │ │ ├── Application Logic │ │ │ │ │ │ │ ├── DataManager │ │ │ │ │ │ │ │ ├── BDJPostDataManager.h │ │ │ │ │ │ │ │ └── BDJPostDataManager.m │ │ │ │ │ │ │ ├── Interactor │ │ │ │ │ │ │ │ ├── BDJPostInteractor.h │ │ │ │ │ │ │ │ └── BDJPostInteractor.m │ │ │ │ │ │ │ └── Provider │ │ │ │ │ │ │ │ ├── BDJMetaPostModel.h │ │ │ │ │ │ │ │ ├── BDJMetaPostModel.m │ │ │ │ │ │ │ │ ├── BDJPostCmtModel.h │ │ │ │ │ │ │ │ ├── BDJPostCmtModel.m │ │ │ │ │ │ │ │ ├── BDJPostInfo.h │ │ │ │ │ │ │ │ ├── BDJPostInfo.m │ │ │ │ │ │ │ │ ├── BDJPostModel.h │ │ │ │ │ │ │ │ ├── BDJPostModel.m │ │ │ │ │ │ │ │ ├── BDJPostProvider.h │ │ │ │ │ │ │ │ ├── BDJPostProvider.m │ │ │ │ │ │ │ │ ├── BDJUserModel.h │ │ │ │ │ │ │ │ └── BDJUserModel.m │ │ │ │ │ │ ├── Module Interface │ │ │ │ │ │ │ ├── BDJPostDataManagerPort.h │ │ │ │ │ │ │ ├── BDJPostEventHandlerPort.h │ │ │ │ │ │ │ ├── BDJPostInteractorPort.h │ │ │ │ │ │ │ ├── BDJPostUserInterfacePort.h │ │ │ │ │ │ │ └── BDJPostWireframePort.h │ │ │ │ │ │ └── User Interface │ │ │ │ │ │ │ ├── Express │ │ │ │ │ │ │ ├── BDJAVPostRenderItem.h │ │ │ │ │ │ │ ├── BDJAVPostRenderItem.m │ │ │ │ │ │ │ ├── BDJPicturePostRenderItem.h │ │ │ │ │ │ │ ├── BDJPicturePostRenderItem.m │ │ │ │ │ │ │ ├── BDJPostCategory.h │ │ │ │ │ │ │ ├── BDJPostCategory.m │ │ │ │ │ │ │ ├── BDJPostExpressPack.h │ │ │ │ │ │ │ ├── BDJPostExpressPack.m │ │ │ │ │ │ │ ├── BDJPostFrame.h │ │ │ │ │ │ │ ├── BDJPostFrame.m │ │ │ │ │ │ │ ├── BDJPostRenderItem.h │ │ │ │ │ │ │ └── BDJPostRenderItem.m │ │ │ │ │ │ │ ├── Presenter │ │ │ │ │ │ │ ├── BDJPostPresenter.h │ │ │ │ │ │ │ └── BDJPostPresenter.m │ │ │ │ │ │ │ ├── View │ │ │ │ │ │ │ ├── BDJPostActivity.h │ │ │ │ │ │ │ ├── BDJPostActivity.m │ │ │ │ │ │ │ ├── BDJPostCell.h │ │ │ │ │ │ │ ├── BDJPostCell.m │ │ │ │ │ │ │ ├── BDJPostCell.xib │ │ │ │ │ │ │ ├── BDJPostPictureView.h │ │ │ │ │ │ │ ├── BDJPostPictureView.m │ │ │ │ │ │ │ ├── BDJPostPictureView.xib │ │ │ │ │ │ │ ├── BDJPostVideoView.h │ │ │ │ │ │ │ ├── BDJPostVideoView.m │ │ │ │ │ │ │ ├── BDJPostVideoView.xib │ │ │ │ │ │ │ ├── BDJPostVoiceView.h │ │ │ │ │ │ │ ├── BDJPostVoiceView.m │ │ │ │ │ │ │ └── BDJPostVoiceView.xib │ │ │ │ │ │ │ └── Wireframe │ │ │ │ │ │ │ ├── BDJPostRouting.h │ │ │ │ │ │ │ └── BDJPostRouting.m │ │ │ │ │ ├── PostComment │ │ │ │ │ │ ├── Application Logic │ │ │ │ │ │ │ ├── DataManager │ │ │ │ │ │ │ │ ├── BDJPostCommentDataManager.h │ │ │ │ │ │ │ │ └── BDJPostCommentDataManager.m │ │ │ │ │ │ │ ├── Interactor │ │ │ │ │ │ │ │ ├── BDJPostCommentInteractor.h │ │ │ │ │ │ │ │ └── BDJPostCommentInteractor.m │ │ │ │ │ │ │ └── Provider │ │ │ │ │ │ │ │ ├── BDJMetaPostCmtModel.h │ │ │ │ │ │ │ │ ├── BDJMetaPostCmtModel.m │ │ │ │ │ │ │ │ ├── BDJPostCmtProvider.h │ │ │ │ │ │ │ │ └── BDJPostCmtProvider.m │ │ │ │ │ │ ├── Module Interface │ │ │ │ │ │ │ ├── BDJPostCommentDataManagerPort.h │ │ │ │ │ │ │ ├── BDJPostCommentEventHandlerPort.h │ │ │ │ │ │ │ ├── BDJPostCommentInteractorPort.h │ │ │ │ │ │ │ ├── BDJPostCommentUserInterfacePort.h │ │ │ │ │ │ │ └── BDJPostCommentWireframePort.h │ │ │ │ │ │ └── User Interface │ │ │ │ │ │ │ ├── Express │ │ │ │ │ │ │ ├── BDJPostCmtRenderData.h │ │ │ │ │ │ │ ├── BDJPostCmtRenderData.m │ │ │ │ │ │ │ ├── BDJPostCmtRenderItem.h │ │ │ │ │ │ │ └── BDJPostCmtRenderItem.m │ │ │ │ │ │ │ ├── Presenter │ │ │ │ │ │ │ ├── BDJPostCommentPresenter.h │ │ │ │ │ │ │ └── BDJPostCommentPresenter.m │ │ │ │ │ │ │ ├── View │ │ │ │ │ │ │ ├── BDJPostCmtCell.h │ │ │ │ │ │ │ ├── BDJPostCmtCell.m │ │ │ │ │ │ │ ├── BDJPostCmtCell.xib │ │ │ │ │ │ │ ├── BDJPostCmtHeaderView.h │ │ │ │ │ │ │ ├── BDJPostCmtHeaderView.m │ │ │ │ │ │ │ ├── BDJPostCommentActivity.h │ │ │ │ │ │ │ ├── BDJPostCommentActivity.m │ │ │ │ │ │ │ └── BDJPostCommentActivity.xib │ │ │ │ │ │ │ └── Wireframe │ │ │ │ │ │ │ ├── BDJPostCommentRouting.h │ │ │ │ │ │ │ └── BDJPostCommentRouting.m │ │ │ │ │ └── PostPictureBrowse │ │ │ │ │ │ └── Controller │ │ │ │ │ │ ├── BDJPostPictureBrowseViewController.h │ │ │ │ │ │ ├── BDJPostPictureBrowseViewController.m │ │ │ │ │ │ └── BDJPostPictureBrowseViewController.xib │ │ │ │ └── RecommendTag │ │ │ │ │ ├── Application Logic │ │ │ │ │ ├── DataManager │ │ │ │ │ │ ├── BDJRecommendTagDataManager.h │ │ │ │ │ │ └── BDJRecommendTagDataManager.m │ │ │ │ │ ├── Interactor │ │ │ │ │ │ ├── BDJRecommendTagInteractor.h │ │ │ │ │ │ └── BDJRecommendTagInteractor.m │ │ │ │ │ └── Provider │ │ │ │ │ │ ├── BDJRecommendTagModel.h │ │ │ │ │ │ ├── BDJRecommendTagModel.m │ │ │ │ │ │ ├── BDJRecommendTagProvider.h │ │ │ │ │ │ └── BDJRecommendTagProvider.m │ │ │ │ │ ├── Module Interface │ │ │ │ │ ├── BDJRecommendTagDataManagerPort.h │ │ │ │ │ ├── BDJRecommendTagEventHandlerPort.h │ │ │ │ │ ├── BDJRecommendTagInteractorPort.h │ │ │ │ │ ├── BDJRecommendTagUserInterfacePort.h │ │ │ │ │ └── BDJRecommendTagWireframePort.h │ │ │ │ │ └── User Interface │ │ │ │ │ ├── Express │ │ │ │ │ ├── BDJRCTagRenderItem.h │ │ │ │ │ └── BDJRCTagRenderItem.m │ │ │ │ │ ├── Presenter │ │ │ │ │ ├── BDJRecommendTagPresenter.h │ │ │ │ │ └── BDJRecommendTagPresenter.m │ │ │ │ │ ├── View │ │ │ │ │ ├── BDJRCTagCell.h │ │ │ │ │ ├── BDJRCTagCell.m │ │ │ │ │ ├── BDJRCTagCell.xib │ │ │ │ │ ├── BDJRecommendTagActivity.h │ │ │ │ │ └── BDJRecommendTagActivity.m │ │ │ │ │ └── Wireframe │ │ │ │ │ ├── BDJRecommendTagRouting.h │ │ │ │ │ └── BDJRecommendTagRouting.m │ │ │ ├── FriendTrends │ │ │ │ ├── FriendTrends │ │ │ │ │ ├── Application Logic │ │ │ │ │ │ ├── DataManager │ │ │ │ │ │ │ ├── BDJFriendTrendsDataManager.h │ │ │ │ │ │ │ └── BDJFriendTrendsDataManager.m │ │ │ │ │ │ └── Interactor │ │ │ │ │ │ │ ├── BDJFriendTrendsInteractor.h │ │ │ │ │ │ │ └── BDJFriendTrendsInteractor.m │ │ │ │ │ ├── Module Interface │ │ │ │ │ │ ├── BDJFriendTrendsDataManagerPort.h │ │ │ │ │ │ ├── BDJFriendTrendsEventHandlerPort.h │ │ │ │ │ │ ├── BDJFriendTrendsInteractorPort.h │ │ │ │ │ │ ├── BDJFriendTrendsUserInterfacePort.h │ │ │ │ │ │ └── BDJFriendTrendsWireframePort.h │ │ │ │ │ └── User Interface │ │ │ │ │ │ ├── Presenter │ │ │ │ │ │ ├── BDJFriendTrendsPresenter.h │ │ │ │ │ │ └── BDJFriendTrendsPresenter.m │ │ │ │ │ │ ├── View │ │ │ │ │ │ ├── BDJFriendTrendsActivity.h │ │ │ │ │ │ ├── BDJFriendTrendsActivity.m │ │ │ │ │ │ └── BDJFriendTrendsActivity.xib │ │ │ │ │ │ └── Wireframe │ │ │ │ │ │ ├── BDJFriendTrendsRouting.h │ │ │ │ │ │ └── BDJFriendTrendsRouting.m │ │ │ │ └── FriendsRecomment │ │ │ │ │ ├── Application Logic │ │ │ │ │ ├── DataManager │ │ │ │ │ │ ├── BDJFriendsRecommentDataManager.h │ │ │ │ │ │ └── BDJFriendsRecommentDataManager.m │ │ │ │ │ ├── Interactor │ │ │ │ │ │ ├── BDJFriendsRecommentInteractor.h │ │ │ │ │ │ └── BDJFriendsRecommentInteractor.m │ │ │ │ │ └── Provider │ │ │ │ │ │ ├── BDJFriendsRecommendProvider.h │ │ │ │ │ │ ├── BDJFriendsRecommendProvider.m │ │ │ │ │ │ ├── BDJRecommandUserGroupModel.h │ │ │ │ │ │ ├── BDJRecommandUserGroupModel.m │ │ │ │ │ │ ├── BDJRecommandUserModel.h │ │ │ │ │ │ ├── BDJRecommandUserModel.m │ │ │ │ │ │ ├── BDJRecommendCategoryModel.h │ │ │ │ │ │ └── BDJRecommendCategoryModel.m │ │ │ │ │ ├── Module Interface │ │ │ │ │ ├── BDJFriendsRecommentDataManagerPort.h │ │ │ │ │ ├── BDJFriendsRecommentEventHandlerPort.h │ │ │ │ │ ├── BDJFriendsRecommentInteractorPort.h │ │ │ │ │ ├── BDJFriendsRecommentUserInterfacePort.h │ │ │ │ │ └── BDJFriendsRecommentWireframePort.h │ │ │ │ │ └── User Interface │ │ │ │ │ ├── Express │ │ │ │ │ ├── BDJCategoryRenderItem.h │ │ │ │ │ ├── BDJCategoryRenderItem.m │ │ │ │ │ ├── BDJRCUserRenderData.h │ │ │ │ │ ├── BDJRCUserRenderData.m │ │ │ │ │ ├── BDJRCUserRenderItem.h │ │ │ │ │ └── BDJRCUserRenderItem.m │ │ │ │ │ ├── Presenter │ │ │ │ │ ├── BDJFriendsRecommentPresenter.h │ │ │ │ │ └── BDJFriendsRecommentPresenter.m │ │ │ │ │ ├── View │ │ │ │ │ ├── BDJFriendsRecommentActivity.h │ │ │ │ │ ├── BDJFriendsRecommentActivity.m │ │ │ │ │ ├── BDJFriendsRecommentActivity.xib │ │ │ │ │ ├── BDJRCCategoryTableView.h │ │ │ │ │ ├── BDJRCCategoryTableView.m │ │ │ │ │ ├── BDJRCUserTableView.h │ │ │ │ │ ├── BDJRCUserTableView.m │ │ │ │ │ ├── BDJRecommendCategoryCell.h │ │ │ │ │ ├── BDJRecommendCategoryCell.m │ │ │ │ │ ├── BDJRecommendCategoryCell.xib │ │ │ │ │ ├── BDJRecommendUserCell.h │ │ │ │ │ ├── BDJRecommendUserCell.m │ │ │ │ │ └── BDJRecommendUserCell.xib │ │ │ │ │ └── Wireframe │ │ │ │ │ ├── BDJFriendsRecommentRouting.h │ │ │ │ │ └── BDJFriendsRecommentRouting.m │ │ │ ├── IndexTab │ │ │ │ ├── Application Logic │ │ │ │ │ ├── DataManager │ │ │ │ │ │ ├── BDJIndexTabDataManager.h │ │ │ │ │ │ └── BDJIndexTabDataManager.m │ │ │ │ │ └── Interactor │ │ │ │ │ │ ├── BDJIndexTabInteractor.h │ │ │ │ │ │ └── BDJIndexTabInteractor.m │ │ │ │ ├── Module Interface │ │ │ │ │ ├── BDJIndexTabDataManagerPort.h │ │ │ │ │ ├── BDJIndexTabEventHandlerPort.h │ │ │ │ │ ├── BDJIndexTabInteractorPort.h │ │ │ │ │ ├── BDJIndexTabUserInterfacePort.h │ │ │ │ │ └── BDJIndexTabWireframePort.h │ │ │ │ └── User Interface │ │ │ │ │ ├── Presenter │ │ │ │ │ ├── BDJIndexTabPresenter.h │ │ │ │ │ └── BDJIndexTabPresenter.m │ │ │ │ │ ├── View │ │ │ │ │ ├── BDJIndexTabActivity.h │ │ │ │ │ └── BDJIndexTabActivity.m │ │ │ │ │ └── Wireframe │ │ │ │ │ ├── BDJIndexTabRouting.h │ │ │ │ │ └── BDJIndexTabRouting.m │ │ │ ├── Me │ │ │ │ ├── Me │ │ │ │ │ ├── Application Logic │ │ │ │ │ │ ├── DataManager │ │ │ │ │ │ │ ├── BDJMeDataManager.h │ │ │ │ │ │ │ └── BDJMeDataManager.m │ │ │ │ │ │ ├── Interactor │ │ │ │ │ │ │ ├── BDJMeInteractor.h │ │ │ │ │ │ │ └── BDJMeInteractor.m │ │ │ │ │ │ └── Provider │ │ │ │ │ │ │ ├── BDJTopicModel.h │ │ │ │ │ │ │ ├── BDJTopicModel.m │ │ │ │ │ │ │ ├── BDJTopicProvider.h │ │ │ │ │ │ │ └── BDJTopicProvider.m │ │ │ │ │ ├── Module Interface │ │ │ │ │ │ ├── BDJMeDataManagerPort.h │ │ │ │ │ │ ├── BDJMeEventHandlerPort.h │ │ │ │ │ │ ├── BDJMeInteractorPort.h │ │ │ │ │ │ ├── BDJMeUserInterfacePort.h │ │ │ │ │ │ └── BDJMeWireframePort.h │ │ │ │ │ └── User Interface │ │ │ │ │ │ ├── Express │ │ │ │ │ │ ├── BDJTopicExpressPack.h │ │ │ │ │ │ ├── BDJTopicExpressPack.m │ │ │ │ │ │ ├── BDJTopicFrame.h │ │ │ │ │ │ ├── BDJTopicFrame.m │ │ │ │ │ │ ├── BDJTopicRenderItem.h │ │ │ │ │ │ └── BDJTopicRenderItem.m │ │ │ │ │ │ ├── Presenter │ │ │ │ │ │ ├── BDJMePresenter.h │ │ │ │ │ │ └── BDJMePresenter.m │ │ │ │ │ │ ├── View │ │ │ │ │ │ ├── BDJMeActivity.h │ │ │ │ │ │ ├── BDJMeActivity.m │ │ │ │ │ │ ├── BDJMeFooterView.h │ │ │ │ │ │ ├── BDJMeFooterView.m │ │ │ │ │ │ ├── BDJSqaureButton.h │ │ │ │ │ │ ├── BDJSqaureButton.m │ │ │ │ │ │ ├── BDJWebBrowserViewController.h │ │ │ │ │ │ ├── BDJWebBrowserViewController.m │ │ │ │ │ │ └── BDJWebBrowserViewController.xib │ │ │ │ │ │ └── Wireframe │ │ │ │ │ │ ├── BDJMeRouting.h │ │ │ │ │ │ └── BDJMeRouting.m │ │ │ │ └── Setting │ │ │ │ │ ├── BDJSettingViewController.h │ │ │ │ │ └── BDJSettingViewController.m │ │ │ ├── New │ │ │ │ └── New │ │ │ │ │ ├── Application Logic │ │ │ │ │ ├── DataManager │ │ │ │ │ │ ├── BDJNewDataManager.h │ │ │ │ │ │ └── BDJNewDataManager.m │ │ │ │ │ └── Interactor │ │ │ │ │ │ ├── BDJNewInteractor.h │ │ │ │ │ │ └── BDJNewInteractor.m │ │ │ │ │ ├── Module Interface │ │ │ │ │ ├── BDJNewDataManagerPort.h │ │ │ │ │ ├── BDJNewEventHandlerPort.h │ │ │ │ │ ├── BDJNewInteractorPort.h │ │ │ │ │ ├── BDJNewUserInterfacePort.h │ │ │ │ │ └── BDJNewWireframePort.h │ │ │ │ │ └── User Interface │ │ │ │ │ ├── Presenter │ │ │ │ │ ├── BDJNewPresenter.h │ │ │ │ │ └── BDJNewPresenter.m │ │ │ │ │ ├── View │ │ │ │ │ ├── BDJNewActivity.h │ │ │ │ │ └── BDJNewActivity.m │ │ │ │ │ └── Wireframe │ │ │ │ │ ├── BDJNewRouting.h │ │ │ │ │ └── BDJNewRouting.m │ │ │ ├── Publish │ │ │ │ ├── Publish │ │ │ │ │ └── Controller │ │ │ │ │ │ ├── BDJPublishViewController.h │ │ │ │ │ │ ├── BDJPublishViewController.m │ │ │ │ │ │ └── BDJPublishViewController.xib │ │ │ │ ├── PublishContent │ │ │ │ │ ├── Application Logic │ │ │ │ │ │ ├── DataManager │ │ │ │ │ │ │ ├── BDJPublishContentDataManager.h │ │ │ │ │ │ │ └── BDJPublishContentDataManager.m │ │ │ │ │ │ └── Interactor │ │ │ │ │ │ │ ├── BDJPublishContentInteractor.h │ │ │ │ │ │ │ └── BDJPublishContentInteractor.m │ │ │ │ │ ├── Module Interface │ │ │ │ │ │ ├── BDJPublishContentDataManagerPort.h │ │ │ │ │ │ ├── BDJPublishContentEventHandlerPort.h │ │ │ │ │ │ ├── BDJPublishContentInteractorPort.h │ │ │ │ │ │ ├── BDJPublishContentUserInterfacePort.h │ │ │ │ │ │ └── BDJPublishContentWireframePort.h │ │ │ │ │ └── User Interface │ │ │ │ │ │ ├── Presenter │ │ │ │ │ │ ├── BDJPublishContentPresenter.h │ │ │ │ │ │ └── BDJPublishContentPresenter.m │ │ │ │ │ │ ├── View │ │ │ │ │ │ ├── BDJPublishContentActivity.h │ │ │ │ │ │ ├── BDJPublishContentActivity.m │ │ │ │ │ │ ├── BDJTagAccessoryView.h │ │ │ │ │ │ ├── BDJTagAccessoryView.m │ │ │ │ │ │ └── BDJTagAccessoryView.xib │ │ │ │ │ │ └── Wireframe │ │ │ │ │ │ ├── BDJPublishContentRouting.h │ │ │ │ │ │ └── BDJPublishContentRouting.m │ │ │ │ └── TopicTag │ │ │ │ │ ├── Interface │ │ │ │ │ ├── BDJTopicTagDataDriverProtocol.h │ │ │ │ │ └── BDJTopicTagViewProtocol.h │ │ │ │ │ ├── View │ │ │ │ │ ├── BDJTopicTagTextField.h │ │ │ │ │ ├── BDJTopicTagTextField.m │ │ │ │ │ ├── BDJTopicTagViewController.h │ │ │ │ │ └── BDJTopicTagViewController.m │ │ │ │ │ └── ViewModel │ │ │ │ │ ├── BDJTopicTagViewModel.h │ │ │ │ │ └── BDJTopicTagViewModel.m │ │ │ └── UserCenter │ │ │ │ └── SignIn │ │ │ │ └── Controller │ │ │ │ ├── BDJSignInViewController.h │ │ │ │ ├── BDJSignInViewController.m │ │ │ │ └── BDJSignInViewController.xib │ │ ├── Services │ │ │ ├── BDJPostService.h │ │ │ ├── BDJPostService.m │ │ │ ├── BDJRecommendService.h │ │ │ ├── BDJRecommendService.m │ │ │ ├── BDJTopicService.h │ │ │ └── BDJTopicService.m │ │ └── UIControls │ │ │ ├── BDJNavigationController.h │ │ │ ├── BDJNavigationController.m │ │ │ ├── BDJPushGuideView.h │ │ │ ├── BDJPushGuideView.m │ │ │ └── BDJPushGuideView.xib │ ├── Foundation │ │ ├── Config │ │ │ ├── ConstKey │ │ │ │ ├── BDJEventNotiKey.h │ │ │ │ └── BDJEventNotiKey.m │ │ │ ├── RequestAPI │ │ │ │ ├── BDJAPI.h │ │ │ │ └── BDJAPI.m │ │ │ └── RouteURL │ │ │ │ ├── BDJAppURLRegister.h │ │ │ │ └── BDJAppURLRegister.m │ │ ├── Loader │ │ │ ├── BDJAPPLoader.h │ │ │ ├── BDJAPPLoader.m │ │ │ ├── BDJPushGuideLoader.h │ │ │ └── BDJPushGuideLoader.m │ │ ├── Main │ │ │ ├── AppDelegate.h │ │ │ ├── AppDelegate.m │ │ │ └── main.m │ │ └── Res │ │ │ ├── Color │ │ │ ├── BDJRColor.h │ │ │ └── BDJRColor.m │ │ │ ├── Image │ │ │ ├── BDJRImage.h │ │ │ └── BDJRImage.m │ │ │ └── Values │ │ │ ├── BDJRMetric.h │ │ │ └── BDJRMetric.m │ └── Public │ │ ├── Category │ │ ├── CALayer+Player.h │ │ ├── CALayer+Player.m │ │ ├── NSDate+Extension.h │ │ ├── NSDate+Extension.m │ │ ├── UIBarButtonItem+BDJExtension.h │ │ ├── UIBarButtonItem+BDJExtension.m │ │ ├── UIImage+Size.h │ │ ├── UIImage+Size.m │ │ ├── UIView+Extention.h │ │ └── UIView+Extention.m │ │ ├── Cus │ │ ├── XFPHTextField.h │ │ ├── XFPHTextField.m │ │ ├── XFPlusTabBar.h │ │ ├── XFPlusTabBar.m │ │ ├── XFStatWindow.h │ │ ├── XFStatWindow.m │ │ ├── XFTextView.h │ │ ├── XFTextView.m │ │ ├── XFVerticalButton.h │ │ └── XFVerticalButton.m │ │ ├── Lib │ │ ├── HJCornerRadius │ │ │ ├── HJCornerRadius.h │ │ │ └── HJCornerRadius.m │ │ └── XFLegoVIPER │ │ │ ├── Core │ │ │ ├── Component │ │ │ │ ├── Express │ │ │ │ │ ├── XFExpressDirver.h │ │ │ │ │ ├── XFExpressDirver.m │ │ │ │ │ ├── XFExpressPack.h │ │ │ │ │ ├── XFExpressPack.m │ │ │ │ │ ├── XFExpressPiece.h │ │ │ │ │ ├── XFExpressPiece.m │ │ │ │ │ ├── XFExpressPiecePort.h │ │ │ │ │ ├── XFRenderData.h │ │ │ │ │ ├── XFRenderData.m │ │ │ │ │ ├── XFRenderItem.h │ │ │ │ │ └── XFRenderItem.m │ │ │ │ ├── Factory │ │ │ │ │ ├── XFUInterfaceFactory.h │ │ │ │ │ └── XFUInterfaceFactory.m │ │ │ │ ├── Manager │ │ │ │ │ ├── NSObject+XFPipe.h │ │ │ │ │ ├── NSObject+XFPipe.m │ │ │ │ │ ├── XFComponentManager.h │ │ │ │ │ ├── XFComponentManager.m │ │ │ │ │ ├── XFPipe.h │ │ │ │ │ ├── XFPipe.m │ │ │ │ │ └── XFPipePort.h │ │ │ │ ├── Recognizer │ │ │ │ │ ├── XFComponentHandlerMatcher.h │ │ │ │ │ ├── XFComponentHandlerMatcher.m │ │ │ │ │ ├── XFComponentReflect.h │ │ │ │ │ └── XFComponentReflect.m │ │ │ │ └── WorkBus │ │ │ │ │ ├── XFEventBus.h │ │ │ │ │ ├── XFEventBus.m │ │ │ │ │ ├── XFUIBus.h │ │ │ │ │ └── XFUIBus.m │ │ │ ├── LEGOAbsModule │ │ │ │ ├── Interface │ │ │ │ │ ├── XFComponentBindEvent.h │ │ │ │ │ ├── XFComponentEventResponder.h │ │ │ │ │ └── XFComponentUI.h │ │ │ │ ├── Layer │ │ │ │ │ ├── UIView+ComponentSubView.h │ │ │ │ │ ├── UIView+ComponentSubView.m │ │ │ │ │ ├── UIViewController+ComponentUI.h │ │ │ │ │ └── UIViewController+ComponentUI.m │ │ │ │ └── Recognizer │ │ │ │ │ ├── XFModuleReflect.h │ │ │ │ │ └── XFModuleReflect.m │ │ │ └── PlugInterface │ │ │ │ ├── XFComponentHandlerPlug.h │ │ │ │ ├── XFComponentRoutable.h │ │ │ │ ├── XFEmitterPlug.h │ │ │ │ ├── XFEventReceivable.h │ │ │ │ └── XFURLRoutePlug.h │ │ │ ├── Extension │ │ │ ├── Emitter │ │ │ │ ├── XFApplicationEmitter.h │ │ │ │ └── XFApplicationEmitter.m │ │ │ ├── Modules │ │ │ │ ├── MVC │ │ │ │ │ ├── Controller │ │ │ │ │ │ ├── Factory │ │ │ │ │ │ │ ├── XFControllerFactory.h │ │ │ │ │ │ │ └── XFControllerFactory.m │ │ │ │ │ │ ├── Layer │ │ │ │ │ │ │ ├── UIViewController+ComponentBridge.h │ │ │ │ │ │ │ ├── UIViewController+ComponentBridge.m │ │ │ │ │ │ │ ├── XFComponentViewController.h │ │ │ │ │ │ │ └── XFComponentViewController.m │ │ │ │ │ │ └── Recognizer │ │ │ │ │ │ │ ├── XFControllerReflect.h │ │ │ │ │ │ │ └── XFControllerReflect.m │ │ │ │ │ ├── Handler │ │ │ │ │ │ ├── XFControllerHandler.h │ │ │ │ │ │ └── XFControllerHandler.m │ │ │ │ │ └── Runnable │ │ │ │ │ │ └── XFControllerRunnable.h │ │ │ │ ├── MVVM │ │ │ │ │ ├── Extra │ │ │ │ │ │ ├── LEMVVMConnector.h │ │ │ │ │ │ ├── LEMVVMConnector.m │ │ │ │ │ │ ├── LEMVVMIntent.h │ │ │ │ │ │ ├── LEMVVMNavigationController.h │ │ │ │ │ │ └── LEMVVMNavigationController.m │ │ │ │ │ ├── Handler │ │ │ │ │ │ ├── LEMVVMModuleHandler.h │ │ │ │ │ │ └── LEMVVMModuleHandler.m │ │ │ │ │ └── MVVMModule │ │ │ │ │ │ ├── Factory │ │ │ │ │ │ ├── LEMVVMModuleFactory.h │ │ │ │ │ │ └── LEMVVMModuleFactory.m │ │ │ │ │ │ ├── Interface │ │ │ │ │ │ ├── LEDataDriverProtocol.h │ │ │ │ │ │ └── LEViewProtocol.h │ │ │ │ │ │ ├── Layer │ │ │ │ │ │ ├── LEViewController.h │ │ │ │ │ │ ├── LEViewController.m │ │ │ │ │ │ ├── LEViewModel.h │ │ │ │ │ │ ├── LEViewModel.m │ │ │ │ │ │ ├── UIViewController+LEView.h │ │ │ │ │ │ └── UIViewController+LEView.m │ │ │ │ │ │ └── Recognizer │ │ │ │ │ │ ├── LEMVVMModuleReflect.h │ │ │ │ │ │ └── LEMVVMModuleReflect.m │ │ │ │ └── VIPER │ │ │ │ │ ├── Handler │ │ │ │ │ ├── XFVIPERModuleHandler.h │ │ │ │ │ └── XFVIPERModuleHandler.m │ │ │ │ │ ├── Runnable │ │ │ │ │ └── XFVIPERModuleRunnable.h │ │ │ │ │ └── VIPERModule │ │ │ │ │ ├── Factory │ │ │ │ │ ├── XFRoutingFactory.h │ │ │ │ │ └── XFRoutingFactory.m │ │ │ │ │ ├── Interface │ │ │ │ │ ├── XFDataManagerPort.h │ │ │ │ │ ├── XFEventHandlerPort.h │ │ │ │ │ ├── XFInteractorPort.h │ │ │ │ │ ├── XFUIOperatorPort.h │ │ │ │ │ ├── XFUserInterfacePort.h │ │ │ │ │ └── XFWireFramePort.h │ │ │ │ │ ├── Layer │ │ │ │ │ ├── UIView+XFLego.h │ │ │ │ │ ├── UIView+XFLego.m │ │ │ │ │ ├── UIViewController+XFLego.h │ │ │ │ │ ├── UIViewController+XFLego.m │ │ │ │ │ ├── XFActivity.h │ │ │ │ │ ├── XFActivity.m │ │ │ │ │ ├── XFDataManager.h │ │ │ │ │ ├── XFDataManager.m │ │ │ │ │ ├── XFInteractor.h │ │ │ │ │ ├── XFInteractor.m │ │ │ │ │ ├── XFPresenter.h │ │ │ │ │ ├── XFPresenter.m │ │ │ │ │ ├── XFRouting.h │ │ │ │ │ └── XFRouting.m │ │ │ │ │ ├── Manager │ │ │ │ │ ├── XFRoutingLinkManager.h │ │ │ │ │ ├── XFRoutingLinkManager.m │ │ │ │ │ ├── XFVIPERModuleAssembly.h │ │ │ │ │ └── XFVIPERModuleAssembly.m │ │ │ │ │ └── Recognizer │ │ │ │ │ ├── XFVIPERModuleReflect.h │ │ │ │ │ └── XFVIPERModuleReflect.m │ │ │ └── Route │ │ │ │ └── URLRoute │ │ │ │ ├── XFURLParse.h │ │ │ │ ├── XFURLParse.m │ │ │ │ ├── XFURLRoute.h │ │ │ │ └── XFURLRoute.m │ │ │ ├── Util │ │ │ ├── NSObject+XFLegoCopy.h │ │ │ ├── NSObject+XFLegoCopy.m │ │ │ ├── NSObject+XFLegoInvokeMethod.h │ │ │ ├── NSObject+XFLegoInvokeMethod.m │ │ │ ├── NSObject+XFLegoSwizzle.h │ │ │ └── NSObject+XFLegoSwizzle.m │ │ │ ├── XFLegoConfig.h │ │ │ ├── XFLegoConfig.m │ │ │ ├── XFLegoMarco.h │ │ │ └── XFLegoVIPER.h │ │ └── PluginExtension │ │ ├── ReactiveCocoa │ │ ├── RACSignal+ErrorAlter.h │ │ └── RACSignal+ErrorAlter.m │ │ └── XFSettings │ │ ├── BDJCircleImageCell.h │ │ └── BDJCircleImageCell.m ├── Info.plist └── PrefixHeader.pch └── 百思不得姐Tests ├── Info.plist └── MainTests.m /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | Pods 3 | 开发资料 -------------------------------------------------------------------------------- /ScreenShot/usage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/ScreenShot/usage.gif -------------------------------------------------------------------------------- /百思不得姐.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /百思不得姐.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /百思不得姐.xcworkspace/xcuserdata/yizzuide.xcuserdatad/IDEFindNavigatorScopes.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon29x29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon29x29.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x~ipad.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon40x40~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon40x40~ipad.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon50x50@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon50x50@2x~ipad.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon50x50~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon50x50~ipad.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon57x57.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon57x57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon57x57@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x-1.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon72x72@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon72x72@2x~ipad.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon72x72~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon72x72~ipad.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon76x76@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon76x76@2x~ipad.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon76x76~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/AppIcon.appiconset/AppIcon76x76~ipad.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/Profile_manIcon.imageset/Profile_manIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/Profile_manIcon.imageset/Profile_manIcon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/Profile_manIcon.imageset/Profile_manIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/Profile_manIcon.imageset/Profile_manIcon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/Profile_manIcon.imageset/Profile_manIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/Profile_manIcon.imageset/Profile_manIcon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/Profile_womanIcon.imageset/Profile_womanIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/Profile_womanIcon.imageset/Profile_womanIcon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/Profile_womanIcon.imageset/Profile_womanIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/Profile_womanIcon.imageset/Profile_womanIcon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/Profile_womanIcon.imageset/Profile_womanIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/Profile_womanIcon.imageset/Profile_womanIcon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-bg.imageset/comment-bar-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-bg.imageset/comment-bar-bg.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-bg.imageset/comment-bar-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-bg.imageset/comment-bar-bg@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard-click.imageset/comment-bar-keyboard-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard-click.imageset/comment-bar-keyboard-click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard-click.imageset/comment-bar-keyboard-click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard-click.imageset/comment-bar-keyboard-click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard-click.imageset/comment-bar-keyboard-click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard-click.imageset/comment-bar-keyboard-click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard.imageset/comment-bar-keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard.imageset/comment-bar-keyboard.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard.imageset/comment-bar-keyboard@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard.imageset/comment-bar-keyboard@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard.imageset/comment-bar-keyboard@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-keyboard.imageset/comment-bar-keyboard@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-record-click.imageset/comment-bar-record-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-record-click.imageset/comment-bar-record-click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-record-click.imageset/comment-bar-record-click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-record-click.imageset/comment-bar-record-click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-record-click.imageset/comment-bar-record-click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-record-click.imageset/comment-bar-record-click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-record.imageset/comment-bar-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-record.imageset/comment-bar-record.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-record.imageset/comment-bar-record@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-record.imageset/comment-bar-record@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-record.imageset/comment-bar-record@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-record.imageset/comment-bar-record@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-voice-click.imageset/comment-bar-voice-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-voice-click.imageset/comment-bar-voice-click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-voice-click.imageset/comment-bar-voice-click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-voice-click.imageset/comment-bar-voice-click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-voice-click.imageset/comment-bar-voice-click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-voice-click.imageset/comment-bar-voice-click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-voice.imageset/comment-bar-voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-voice.imageset/comment-bar-voice.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-voice.imageset/comment-bar-voice@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-voice.imageset/comment-bar-voice@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment-bar-voice.imageset/comment-bar-voice@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment-bar-voice.imageset/comment-bar-voice@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/commentLikeButton.imageset/commentLikeButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/commentLikeButton.imageset/commentLikeButton.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/commentLikeButton.imageset/commentLikeButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/commentLikeButton.imageset/commentLikeButton@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/commentLikeButtonClick.imageset/commentLikeButtonClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/commentLikeButtonClick.imageset/commentLikeButtonClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/commentLikeButtonClick.imageset/commentLikeButtonClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/commentLikeButtonClick.imageset/commentLikeButtonClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon.imageset/comment_bar_at_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon.imageset/comment_bar_at_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon.imageset/comment_bar_at_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon.imageset/comment_bar_at_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon.imageset/comment_bar_at_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon.imageset/comment_bar_at_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon_click.imageset/comment_bar_at_icon_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon_click.imageset/comment_bar_at_icon_click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon_click.imageset/comment_bar_at_icon_click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon_click.imageset/comment_bar_at_icon_click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon_click.imageset/comment_bar_at_icon_click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_bar_at_icon_click.imageset/comment_bar_at_icon_click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon.imageset/comment_nav_item_share_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon.imageset/comment_nav_item_share_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon.imageset/comment_nav_item_share_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon.imageset/comment_nav_item_share_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon.imageset/comment_nav_item_share_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon.imageset/comment_nav_item_share_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon_click.imageset/comment_nav_item_share_icon_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon_click.imageset/comment_nav_item_share_icon_click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon_click.imageset/comment_nav_item_share_icon_click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon_click.imageset/comment_nav_item_share_icon_click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon_click.imageset/comment_nav_item_share_icon_click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Comment/comment_nav_item_share_icon_click.imageset/comment_nav_item_share_icon_click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/Profile_AddV_authen.imageset/Profile_AddV_authen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/Profile_AddV_authen.imageset/Profile_AddV_authen.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/Profile_AddV_authen.imageset/Profile_AddV_authen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/Profile_AddV_authen.imageset/Profile_AddV_authen@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/Profile_AddV_authen.imageset/Profile_AddV_authen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/Profile_AddV_authen.imageset/Profile_AddV_authen@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cell-button-line.imageset/cell-button-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cell-button-line.imageset/cell-button-line.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cell-button-line.imageset/cell-button-line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cell-button-line.imageset/cell-button-line@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cell-content-line.imageset/cell-content-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cell-content-line.imageset/cell-content-line.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cell-content-line.imageset/cell-content-line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cell-content-line.imageset/cell-content-line@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowClickIcon.imageset/cellFollowClickIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowClickIcon.imageset/cellFollowClickIcon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowClickIcon.imageset/cellFollowClickIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowClickIcon.imageset/cellFollowClickIcon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowClickIcon.imageset/cellFollowClickIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowClickIcon.imageset/cellFollowClickIcon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowDisableIcon.imageset/cellFollowDisableIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowDisableIcon.imageset/cellFollowDisableIcon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowDisableIcon.imageset/cellFollowDisableIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowDisableIcon.imageset/cellFollowDisableIcon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowDisableIcon.imageset/cellFollowDisableIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowDisableIcon.imageset/cellFollowDisableIcon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellmorebtnclick.imageset/cellmorebtnclick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellmorebtnclick.imageset/cellmorebtnclick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellmorebtnclick.imageset/cellmorebtnclick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellmorebtnclick.imageset/cellmorebtnclick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellmorebtnnormal.imageset/cellmorebtnnormal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellmorebtnnormal.imageset/cellmorebtnnormal.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/cellmorebtnnormal.imageset/cellmorebtnnormal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/cellmorebtnnormal.imageset/cellmorebtnnormal@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/common-gif.imageset/common-gif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/common-gif.imageset/common-gif.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/common-gif.imageset/common-gif@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/common-gif.imageset/common-gif@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/defaultUserIcon.imageset/defaultUserIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/defaultUserIcon.imageset/defaultUserIcon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/defaultUserIcon.imageset/defaultUserIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/defaultUserIcon.imageset/defaultUserIcon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/defaultUserIcon.imageset/defaultUserIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/defaultUserIcon.imageset/defaultUserIcon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/imageBackground.imageset/imageBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/imageBackground.imageset/imageBackground.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/imageBackground.imageset/imageBackground@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/imageBackground.imageset/imageBackground@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/imageBackground.imageset/imageBackground@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/imageBackground.imageset/imageBackground@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellBackground.imageset/mainCellBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellBackground.imageset/mainCellBackground.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellBackground.imageset/mainCellBackground@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellBackground.imageset/mainCellBackground@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellCai.imageset/mainCellCai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellCai.imageset/mainCellCai.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellCai.imageset/mainCellCai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellCai.imageset/mainCellCai@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellCaiClick.imageset/mainCellCaiClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellCaiClick.imageset/mainCellCaiClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellCaiClick.imageset/mainCellCaiClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellCaiClick.imageset/mainCellCaiClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellComment.imageset/mainCellComment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellComment.imageset/mainCellComment.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellComment.imageset/mainCellComment@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellComment.imageset/mainCellComment@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellCommentClick.imageset/mainCellCommentClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellCommentClick.imageset/mainCellCommentClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellCommentClick.imageset/mainCellCommentClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellCommentClick.imageset/mainCellCommentClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellDing.imageset/mainCellDing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellDing.imageset/mainCellDing.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellDing.imageset/mainCellDing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellDing.imageset/mainCellDing@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellDingClick.imageset/mainCellDingClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellDingClick.imageset/mainCellDingClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellDingClick.imageset/mainCellDingClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellDingClick.imageset/mainCellDingClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellShare.imageset/mainCellShare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellShare.imageset/mainCellShare.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellShare.imageset/mainCellShare@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellShare.imageset/mainCellShare@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellShareClick.imageset/mainCellShareClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellShareClick.imageset/mainCellShareClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/mainCellShareClick.imageset/mainCellShareClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/mainCellShareClick.imageset/mainCellShareClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButton.imageset/playButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButton.imageset/playButton.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButton.imageset/playButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButton.imageset/playButton@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButton.imageset/playButton@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButton.imageset/playButton@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonClick.imageset/playButtonClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonClick.imageset/playButtonClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonClick.imageset/playButtonClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonClick.imageset/playButtonClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonClick.imageset/playButtonClick@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonClick.imageset/playButtonClick@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonPause.imageset/playButtonPause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonPause.imageset/playButtonPause.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonPause.imageset/playButtonPause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonPause.imageset/playButtonPause@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonPause.imageset/playButtonPause@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonPause.imageset/playButtonPause@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/post_placeholderImage.imageset/post_placeholderImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/post_placeholderImage.imageset/post_placeholderImage.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/post_placeholderImage.imageset/post_placeholderImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/post_placeholderImage.imageset/post_placeholderImage@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/post_placeholderImage.imageset/post_placeholderImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/post_placeholderImage.imageset/post_placeholderImage@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/see-big-picture-background.imageset/see-big-picture-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/see-big-picture-background.imageset/see-big-picture-background.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/see-big-picture-background.imageset/see-big-picture-background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/see-big-picture-background.imageset/see-big-picture-background@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/see-big-picture.imageset/see-big-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/see-big-picture.imageset/see-big-picture.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/see-big-picture.imageset/see-big-picture@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/see-big-picture.imageset/see-big-picture@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/see-big-picture.imageset/see-big-picture@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/see-big-picture.imageset/see-big-picture@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/show_image_back_icon.imageset/show_image_back_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/show_image_back_icon.imageset/show_image_back_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/show_image_back_icon.imageset/show_image_back_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/show_image_back_icon.imageset/show_image_back_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/show_image_back_icon.imageset/show_image_back_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/show_image_back_icon.imageset/show_image_back_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/tagicon.imageset/tagicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/tagicon.imageset/tagicon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/tagicon.imageset/tagicon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/tagicon.imageset/tagicon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/tagicon.imageset/tagicon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/tagicon.imageset/tagicon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/video-play.imageset/video-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/video-play.imageset/video-play.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/video-play.imageset/video-play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/video-play.imageset/video-play@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Essence/video-play.imageset/video-play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Essence/video-play.imageset/video-play@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/FollowBtnBg.imageset/FollowBtnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/FollowBtnBg.imageset/FollowBtnBg.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/FollowBtnBg.imageset/FollowBtnBg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/FollowBtnBg.imageset/FollowBtnBg@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/FollowBtnClickBg.imageset/FollowBtnClickBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/FollowBtnClickBg.imageset/FollowBtnClickBg.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/FollowBtnClickBg.imageset/FollowBtnClickBg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/FollowBtnClickBg.imageset/FollowBtnClickBg@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/friendsTrend_login.imageset/friendsTrend_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/friendsTrend_login.imageset/friendsTrend_login.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/friendsTrend_login.imageset/friendsTrend_login@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/friendsTrend_login.imageset/friendsTrend_login@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/friendsTrend_login_click.imageset/friendsTrend_login_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/friendsTrend_login_click.imageset/friendsTrend_login_click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/friendsTrend_login_click.imageset/friendsTrend_login_click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/friendsTrend_login_click.imageset/friendsTrend_login_click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/header_cry_icon.imageset/header_cry_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/header_cry_icon.imageset/header_cry_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/FriendTrends/header_cry_icon.imageset/header_cry_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/FriendTrends/header_cry_icon.imageset/header_cry_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage-568h@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage-700@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage-700@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage-800-667h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage-800-667h@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage-800-Portrait-736h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage-800-Portrait-736h@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/loginBtnBg.imageset/loginBtnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/loginBtnBg.imageset/loginBtnBg.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/loginBtnBg.imageset/loginBtnBg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/loginBtnBg.imageset/loginBtnBg@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/loginBtnBgClick.imageset/loginBtnBgClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/loginBtnBgClick.imageset/loginBtnBgClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/loginBtnBgClick.imageset/loginBtnBgClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/loginBtnBgClick.imageset/loginBtnBgClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon.imageset/login_QQ_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon.imageset/login_QQ_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon.imageset/login_QQ_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon.imageset/login_QQ_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon.imageset/login_QQ_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon.imageset/login_QQ_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon_click.imageset/login_QQ_icon_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon_click.imageset/login_QQ_icon_click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon_click.imageset/login_QQ_icon_click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon_click.imageset/login_QQ_icon_click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon_click.imageset/login_QQ_icon_click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_QQ_icon_click.imageset/login_QQ_icon_click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_close_icon.imageset/login_close_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_close_icon.imageset/login_close_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_close_icon.imageset/login_close_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_close_icon.imageset/login_close_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_close_icon.imageset/login_close_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_close_icon.imageset/login_close_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_background.imageset/login_register_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_background.imageset/login_register_background.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_background.imageset/login_register_background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_background.imageset/login_register_background@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_background.imageset/login_register_background@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_background.imageset/login_register_background@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_button.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "login_register_button.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 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_button.imageset/login_register_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_button.imageset/login_register_button.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_button_click.imageset/login_register_button_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_button_click.imageset/login_register_button_click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_left_line.imageset/login_register_left_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_left_line.imageset/login_register_left_line.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_left_line.imageset/login_register_left_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_left_line.imageset/login_register_left_line@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_left_line.imageset/login_register_left_line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_left_line.imageset/login_register_left_line@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_right_line.imageset/login_register_right_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_right_line.imageset/login_register_right_line.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_right_line.imageset/login_register_right_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_right_line.imageset/login_register_right_line@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_register_right_line.imageset/login_register_right_line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_register_right_line.imageset/login_register_right_line@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_rgister_textfield_bg.imageset/login_rgister_textfield_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_rgister_textfield_bg.imageset/login_rgister_textfield_bg.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_rgister_textfield_bg.imageset/login_rgister_textfield_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_rgister_textfield_bg.imageset/login_rgister_textfield_bg@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_rgister_textfield_bg.imageset/login_rgister_textfield_bg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_rgister_textfield_bg.imageset/login_rgister_textfield_bg@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon.imageset/login_sina_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon.imageset/login_sina_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon.imageset/login_sina_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon.imageset/login_sina_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon.imageset/login_sina_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon.imageset/login_sina_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon_click.imageset/login_sina_icon_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon_click.imageset/login_sina_icon_click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon_click.imageset/login_sina_icon_click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon_click.imageset/login_sina_icon_click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon_click.imageset/login_sina_icon_click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_sina_icon_click.imageset/login_sina_icon_click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon.imageset/login_tecent_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon.imageset/login_tecent_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon.imageset/login_tecent_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon.imageset/login_tecent_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon.imageset/login_tecent_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon.imageset/login_tecent_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon_click.imageset/login_tecent_icon_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon_click.imageset/login_tecent_icon_click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon_click.imageset/login_tecent_icon_click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon_click.imageset/login_tecent_icon_click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon_click.imageset/login_tecent_icon_click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/LoginRegister/login_tecent_icon_click.imageset/login_tecent_icon_click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTagSubIcon.imageset/MainTagSubIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTagSubIcon.imageset/MainTagSubIcon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTagSubIcon.imageset/MainTagSubIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTagSubIcon.imageset/MainTagSubIcon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTagSubIcon.imageset/MainTagSubIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTagSubIcon.imageset/MainTagSubIcon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTagSubIconClick.imageset/MainTagSubIconClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTagSubIconClick.imageset/MainTagSubIconClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTagSubIconClick.imageset/MainTagSubIconClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTagSubIconClick.imageset/MainTagSubIconClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTagSubIconClick.imageset/MainTagSubIconClick@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTagSubIconClick.imageset/MainTagSubIconClick@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon-click.imageset/friendsRecommentIcon-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon-click.imageset/friendsRecommentIcon-click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon-click.imageset/friendsRecommentIcon-click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon-click.imageset/friendsRecommentIcon-click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon-click.imageset/friendsRecommentIcon-click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon-click.imageset/friendsRecommentIcon-click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon.imageset/friendsRecommentIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon.imageset/friendsRecommentIcon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon.imageset/friendsRecommentIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon.imageset/friendsRecommentIcon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon.imageset/friendsRecommentIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/friendsRecommentIcon.imageset/friendsRecommentIcon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-moon-icon-click.imageset/mine-moon-icon-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-moon-icon-click.imageset/mine-moon-icon-click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-moon-icon-click.imageset/mine-moon-icon-click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-moon-icon-click.imageset/mine-moon-icon-click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-moon-icon.imageset/mine-moon-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-moon-icon.imageset/mine-moon-icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-moon-icon.imageset/mine-moon-icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-moon-icon.imageset/mine-moon-icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-moon-icon.imageset/mine-moon-icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-moon-icon.imageset/mine-moon-icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-setting-icon-click.imageset/mine-setting-icon-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-setting-icon-click.imageset/mine-setting-icon-click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-setting-icon-click.imageset/mine-setting-icon-click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-setting-icon-click.imageset/mine-setting-icon-click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-setting-icon-click.imageset/mine-setting-icon-click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-setting-icon-click.imageset/mine-setting-icon-click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-setting-icon.imageset/mine-setting-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-setting-icon.imageset/mine-setting-icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-setting-icon.imageset/mine-setting-icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-setting-icon.imageset/mine-setting-icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-setting-icon.imageset/mine-setting-icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-setting-icon.imageset/mine-setting-icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-sun-icon-click.imageset/mine-sun-icon-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-sun-icon-click.imageset/mine-sun-icon-click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-sun-icon-click.imageset/mine-sun-icon-click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-sun-icon-click.imageset/mine-sun-icon-click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-sun-icon-click.imageset/mine-sun-icon-click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-sun-icon-click.imageset/mine-sun-icon-click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/nav_coin_icon_click.imageset/nav_coin_icon_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/nav_coin_icon_click.imageset/nav_coin_icon_click.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/nav_coin_icon_click.imageset/nav_coin_icon_click@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/nav_coin_icon_click.imageset/nav_coin_icon_click@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/nav_coin_icon_click.imageset/nav_coin_icon_click@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/nav_coin_icon_click.imageset/nav_coin_icon_click@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/navigationButtonReturn.imageset/navigationButtonReturn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/navigationButtonReturn.imageset/navigationButtonReturn.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/navigationButtonReturn.imageset/navigationButtonReturn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/navigationButtonReturn.imageset/navigationButtonReturn@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/navigationButtonReturn.imageset/navigationButtonReturn@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/navigationButtonReturn.imageset/navigationButtonReturn@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/navigationButtonReturnClick.imageset/navigationButtonReturnClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/navigationButtonReturnClick.imageset/navigationButtonReturnClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/navigationButtonReturnClick.imageset/navigationButtonReturnClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/navigationButtonReturnClick.imageset/navigationButtonReturnClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/navigationButtonReturnClick.imageset/navigationButtonReturnClick@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/navigationButtonReturnClick.imageset/navigationButtonReturnClick@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Navigation/navigationbarBackgroundWhite.imageset/navigationbarBackgroundWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Navigation/navigationbarBackgroundWhite.imageset/navigationbarBackgroundWhite.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-bg-select.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "play-voice-bg-select.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 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-bg-select.imageset/play-voice-bg-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-bg-select.imageset/play-voice-bg-select.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-bgN.imageset/play-voice-bgN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-bgN.imageset/play-voice-bgN.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-bgN.imageset/play-voice-bgN@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-bgN.imageset/play-voice-bgN@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-icon-0.imageset/play-voice-icon-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-icon-0.imageset/play-voice-icon-0.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-icon-0.imageset/play-voice-icon-0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-icon-0.imageset/play-voice-icon-0@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-icon-1.imageset/play-voice-icon-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-icon-1.imageset/play-voice-icon-1.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-icon-1.imageset/play-voice-icon-1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-icon-1.imageset/play-voice-icon-1@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-icon-2.imageset/play-voice-icon-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-icon-2.imageset/play-voice-icon-2.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-icon-2.imageset/play-voice-icon-2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-icon-2.imageset/play-voice-icon-2@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-icon-3.imageset/play-voice-icon-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-icon-3.imageset/play-voice-icon-3.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-icon-3.imageset/play-voice-icon-3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-icon-3.imageset/play-voice-icon-3@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play.imageset/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play.imageset/play.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play.imageset/play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play.imageset/play@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Play/play.imageset/play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Play/play.imageset/play@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/chose_tag_close_icon.imageset/chose_tag_close_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/chose_tag_close_icon.imageset/chose_tag_close_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/chose_tag_close_icon.imageset/chose_tag_close_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/chose_tag_close_icon.imageset/chose_tag_close_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/chose_tag_close_icon.imageset/chose_tag_close_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/chose_tag_close_icon.imageset/chose_tag_close_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-#.imageset/post-#.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-#.imageset/post-#.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-#.imageset/post-#@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-#.imageset/post-#@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-#.imageset/post-#@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-#.imageset/post-#@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-#N.imageset/post-#N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-#N.imageset/post-#N.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-#N.imageset/post-#N@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-#N.imageset/post-#N@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-#N.imageset/post-#N@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-#N.imageset/post-#N@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-@.imageset/post-@.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-@.imageset/post-@.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-@.imageset/post-@@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-@.imageset/post-@@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-@.imageset/post-@@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-@.imageset/post-@@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-@N.imageset/post-@N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-@N.imageset/post-@N.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-@N.imageset/post-@N@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-@N.imageset/post-@N@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-@N.imageset/post-@N@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-@N.imageset/post-@N@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-tag-bg.imageset/post-tag-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-tag-bg.imageset/post-tag-bg.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/post-tag-bg.imageset/post-tag-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/post-tag-bg.imageset/post-tag-bg@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/app_slogan.imageset/app_slogan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/app_slogan.imageset/app_slogan.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/app_slogan.imageset/app_slogan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/app_slogan.imageset/app_slogan@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/app_slogan.imageset/app_slogan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/app_slogan.imageset/app_slogan@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-audio.imageset/publish-audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-audio.imageset/publish-audio.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-audio.imageset/publish-audio@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-audio.imageset/publish-audio@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-audio.imageset/publish-audio@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-audio.imageset/publish-audio@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-offline.imageset/publish-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-offline.imageset/publish-offline.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-offline.imageset/publish-offline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-offline.imageset/publish-offline@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-offline.imageset/publish-offline@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-offline.imageset/publish-offline@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-picture.imageset/publish-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-picture.imageset/publish-picture.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-picture.imageset/publish-picture@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-picture.imageset/publish-picture@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-picture.imageset/publish-picture@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-picture.imageset/publish-picture@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-review.imageset/publish-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-review.imageset/publish-review.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-review.imageset/publish-review@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-review.imageset/publish-review@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-review.imageset/publish-review@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-review.imageset/publish-review@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-text.imageset/publish-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-text.imageset/publish-text.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-text.imageset/publish-text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-text.imageset/publish-text@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-text.imageset/publish-text@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-text.imageset/publish-text@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-video.imageset/publish-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-video.imageset/publish-video.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-video.imageset/publish-video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-video.imageset/publish-video@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/publish-video.imageset/publish-video@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/publish-video.imageset/publish-video@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareBottomBackground.imageset/shareBottomBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareBottomBackground.imageset/shareBottomBackground.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareBottomBackground.imageset/shareBottomBackground@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareBottomBackground.imageset/shareBottomBackground@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareBottomBackground.imageset/shareBottomBackground@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareBottomBackground.imageset/shareBottomBackground@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareButtonCancel.imageset/shareButtonCancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareButtonCancel.imageset/shareButtonCancel.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareButtonCancel.imageset/shareButtonCancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareButtonCancel.imageset/shareButtonCancel@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareButtonCancel.imageset/shareButtonCancel@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareButtonCancel.imageset/shareButtonCancel@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareButtonCancelClick.imageset/shareButtonCancelClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareButtonCancelClick.imageset/shareButtonCancelClick.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareButtonCancelClick.imageset/shareButtonCancelClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareButtonCancelClick.imageset/shareButtonCancelClick@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Publish/shareButtonCancelClick.imageset/shareButtonCancelClick@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Publish/shareButtonCancelClick.imageset/shareButtonCancelClick@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidebg.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "pushguidebg.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 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidebg.imageset/pushguidebg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidebg.imageset/pushguidebg.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_essence_click_icon.imageset/tabBar_essence_click_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_essence_click_icon.imageset/tabBar_essence_click_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_essence_click_icon.imageset/tabBar_essence_click_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_essence_click_icon.imageset/tabBar_essence_click_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_essence_click_icon.imageset/tabBar_essence_click_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_essence_click_icon.imageset/tabBar_essence_click_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_essence_icon.imageset/tabBar_essence_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_essence_icon.imageset/tabBar_essence_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_essence_icon.imageset/tabBar_essence_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_essence_icon.imageset/tabBar_essence_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_essence_icon.imageset/tabBar_essence_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_essence_icon.imageset/tabBar_essence_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_click_icon.imageset/tabBar_friendTrends_click_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_click_icon.imageset/tabBar_friendTrends_click_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_click_icon.imageset/tabBar_friendTrends_click_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_click_icon.imageset/tabBar_friendTrends_click_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_click_icon.imageset/tabBar_friendTrends_click_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_click_icon.imageset/tabBar_friendTrends_click_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_icon.imageset/tabBar_friendTrends_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_icon.imageset/tabBar_friendTrends_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_icon.imageset/tabBar_friendTrends_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_icon.imageset/tabBar_friendTrends_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_icon.imageset/tabBar_friendTrends_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_friendTrends_icon.imageset/tabBar_friendTrends_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_me_click_icon.imageset/tabBar_me_click_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_me_click_icon.imageset/tabBar_me_click_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_me_click_icon.imageset/tabBar_me_click_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_me_click_icon.imageset/tabBar_me_click_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_me_click_icon.imageset/tabBar_me_click_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_me_click_icon.imageset/tabBar_me_click_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_new_click_icon.imageset/tabBar_new_click_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_new_click_icon.imageset/tabBar_new_click_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_new_click_icon.imageset/tabBar_new_click_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_new_click_icon.imageset/tabBar_new_click_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_new_click_icon.imageset/tabBar_new_click_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_new_click_icon.imageset/tabBar_new_click_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_new_icon.imageset/tabBar_new_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_new_icon.imageset/tabBar_new_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_new_icon.imageset/tabBar_new_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_new_icon.imageset/tabBar_new_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_new_icon.imageset/tabBar_new_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_new_icon.imageset/tabBar_new_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_publish_click_icon.imageset/tabBar_publish_click_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_publish_click_icon.imageset/tabBar_publish_click_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_publish_click_icon.imageset/tabBar_publish_click_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_publish_click_icon.imageset/tabBar_publish_click_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_publish_click_icon.imageset/tabBar_publish_click_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_publish_click_icon.imageset/tabBar_publish_click_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_publish_icon.imageset/tabBar_publish_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_publish_icon.imageset/tabBar_publish_icon.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_publish_icon.imageset/tabBar_publish_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_publish_icon.imageset/tabBar_publish_icon@2x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabBar_publish_icon.imageset/tabBar_publish_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabBar_publish_icon.imageset/tabBar_publish_icon@3x.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabbar-light.imageset/tabbar-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabbar-light.imageset/tabbar-light.png -------------------------------------------------------------------------------- /百思不得姐/Assets.xcassets/TabBar/tabbar-light.imageset/tabbar-light@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizzuide/BDJProjectExample/739adfc1ff412975d68f62a8a69cc41491516d77/百思不得姐/Assets.xcassets/TabBar/tabbar-light.imageset/tabbar-light@2x.png -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/ABSLayer/UI/Image/UIImageView+BDJExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImageView+BDJExtension.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/4. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImageView (BDJExtension) 12 | /** 13 | * 设置头像 14 | * 15 | * @param url 远程URL 16 | */ 17 | - (void)setProfileWithURL:(NSURL *)url; 18 | @end 19 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/ABSLayer/UI/Progress/BDJProgressView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJProgressView.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/25. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | // 封装第三方库带来的风险 12 | @interface BDJProgressView : DALabeledCircularProgressView 13 | 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Essence/Application Logic/DataManager/BDJEssenceDataManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJEssenceDataManager.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFDataManager.h" 10 | #import "BDJEssenceDataManagerPort.h" 11 | 12 | @interface BDJEssenceDataManager : XFDataManager 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Essence/Application Logic/DataManager/BDJEssenceDataManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJEssenceDataManager.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | 10 | #import "BDJEssenceDataManager.h" 11 | 12 | @interface BDJEssenceDataManager () 13 | 14 | @end 15 | 16 | @implementation BDJEssenceDataManager 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Essence/Application Logic/Interactor/BDJEssenceInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJEssenceInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJEssenceInteractorPort.h" 11 | 12 | @interface BDJEssenceInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Essence/Module Interface/BDJEssenceDataManagerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJEssenceDataManagerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFDataManagerPort.h" 11 | 12 | @protocol BDJEssenceDataManagerPort 13 | 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Essence/Module Interface/BDJEssenceInteractorPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJEssenceInteractorPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFInteractorPort.h" 11 | 12 | @protocol BDJEssenceInteractorPort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Essence/Module Interface/BDJEssenceUserInterfacePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJEssenceUserInterfacePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFUserInterfacePort.h" 11 | 12 | @protocol BDJEssenceUserInterfacePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Essence/Module Interface/BDJEssenceWireFramePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJEssenceWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJEssenceWireFramePort 13 | 14 | - (void)transition2RecommendTag; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Essence/User Interface/Wireframe/BDJEssenceRouting.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJEssenceRouting.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFRouting.h" 11 | #import "BDJEssenceWireframePort.h" 12 | 13 | @interface BDJEssenceRouting : XFRouting 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/Application Logic/DataManager/BDJPostDataManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostDataManager.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFDataManager.h" 10 | #import "BDJPostDataManagerPort.h" 11 | 12 | 13 | @interface BDJPostDataManager : XFDataManager 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/Application Logic/Interactor/BDJPostInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJPostInteractorPort.h" 11 | 12 | @interface BDJPostInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/Application Logic/Provider/BDJPostCmtModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCommentModel.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/29. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJPostCmtModel.h" 10 | 11 | @implementation BDJPostCmtModel 12 | 13 | + (NSDictionary *)mj_replacedKeyFromPropertyName 14 | { 15 | return @{ 16 | @"ID":@"id", 17 | }; 18 | } 19 | @end 20 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/Application Logic/Provider/BDJUserModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJUserModel.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/29. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJUserModel.h" 10 | 11 | @implementation BDJUserModel 12 | 13 | + (NSDictionary *)mj_replacedKeyFromPropertyName 14 | { 15 | return @{ 16 | @"ID":@"id", 17 | }; 18 | } 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/Module Interface/BDJPostUserInterfacePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostUserInterfacePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFUserInterfacePort.h" 11 | 12 | @protocol BDJPostUserInterfacePort 13 | 14 | - (void)needChange2ReloadDataState; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/Module Interface/BDJPostWireframePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJPostWireFramePort 13 | 14 | - (void)transition2PostPictureBrowse; 15 | - (void)transition2PostComment; 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/Express/BDJPicturePostRenderItem.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPicturePostRenderItem.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/23. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJPicturePostRenderItem.h" 10 | 11 | @implementation BDJPicturePostRenderItem 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/Express/BDJPostExpressPack.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostExpressPack.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/24. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFExpressPack.h" 10 | 11 | // 自定义可计算高度的渲染数据包 12 | @interface BDJPostExpressPack : XFExpressPack 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/Express/BDJPostFrame.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostFrame.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/24. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJPostFrame.h" 10 | 11 | @implementation BDJPostFrame 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/Presenter/BDJPostPresenter.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostPresenter.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJPostEventHandlerPort.h" 10 | #import "XFPresenter.h" 11 | 12 | 13 | @interface BDJPostPresenter : XFPresenter 14 | 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/View/BDJPostActivity.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostActivity.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #import "XFActivity.h" 12 | #import "BDJPostUserInterfacePort.h" 13 | 14 | 15 | @interface BDJPostActivity : UITableViewController 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/View/BDJPostCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCell.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/22. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFExpressPiecePort.h" 11 | 12 | @interface BDJPostCell : UITableViewCell 13 | 14 | @property (nonatomic, weak) XFExpressPiece *expressPiece; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/View/BDJPostPictureView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostPictureView.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/25. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFExpressPiecePort.h" 11 | 12 | @interface BDJPostPictureView : UIView 13 | 14 | @property (nonatomic, weak) XFExpressPiece *expressPiece; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/View/BDJPostVideoView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostVideoView.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/28. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFExpressPiecePort.h" 11 | 12 | @interface BDJPostVideoView : UIView 13 | 14 | @property (nonatomic, weak) XFExpressPiece *expressPiece; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/View/BDJPostVoiceView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostVoiceView.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/28. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFExpressPiecePort.h" 11 | 12 | @interface BDJPostVoiceView : UIView 13 | 14 | @property (nonatomic, weak) XFExpressPiece *expressPiece; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/Post/User Interface/Wireframe/BDJPostRouting.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostRouting.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFRouting.h" 11 | #import "BDJPostWireframePort.h" 12 | 13 | @interface BDJPostRouting : XFRouting 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/PostComment/Application Logic/DataManager/BDJPostCommentDataManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCommentDataManager.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/29. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFDataManager.h" 10 | #import "BDJPostCommentDataManagerPort.h" 11 | 12 | @interface BDJPostCommentDataManager : XFDataManager 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/PostComment/Application Logic/Interactor/BDJPostCommentInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCommentInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/29. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJPostCommentInteractorPort.h" 11 | 12 | @interface BDJPostCommentInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/PostComment/Module Interface/BDJPostCommentWireframePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCommentWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/29. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJPostCommentWireFramePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/PostComment/User Interface/Express/BDJPostCmtRenderData.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCmtRenderData.m 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/11/30. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJPostCmtRenderData.h" 10 | 11 | @implementation BDJPostCmtRenderData 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/PostComment/User Interface/View/BDJPostCmtCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCmtCell.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/1. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFExpressPiecePort.h" 11 | 12 | @interface BDJPostCmtCell : UITableViewCell 13 | 14 | @property (nonatomic, weak) XFExpressPiece *expressPiece; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/PostComment/User Interface/View/BDJPostCmtHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCmtHeaderView.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/1. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJPostCmtHeaderView : UITableViewHeaderFooterView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/Post/PostComment/User Interface/Wireframe/BDJPostCommentRouting.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPostCommentRouting.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/29. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | 10 | #import "BDJPostCommentRouting.h" 11 | 12 | @implementation BDJPostCommentRouting 13 | 14 | // 组装模块 15 | XF_AutoAssemblyModule_Fast 16 | 17 | - (void)dealloc 18 | { 19 | XF_Debug_M(); 20 | } 21 | @end 22 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/Application Logic/Interactor/BDJRecommendTagInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJRecommendTagInteractorPort.h" 11 | 12 | @interface BDJRecommendTagInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/Application Logic/Provider/BDJRecommendTagModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagModel.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJRecommendTagModel.h" 10 | 11 | @implementation BDJRecommendTagModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/Module Interface/BDJRecommendTagDataManagerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagDataManagerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFDataManagerPort.h" 11 | 12 | @protocol BDJRecommendTagDataManagerPort 13 | 14 | - (RACSignal *)grabRecommendTag; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/Module Interface/BDJRecommendTagEventHandlerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagEventHandlerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFEventHandlerPort.h" 11 | 12 | @protocol BDJRecommendTagEventHandlerPort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/Module Interface/BDJRecommendTagInteractorPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagInteractorPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFInteractorPort.h" 11 | 12 | @protocol BDJRecommendTagInteractorPort 13 | 14 | - (RACSignal *)fetchRecommendTag; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/Module Interface/BDJRecommendTagUserInterfacePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagUserInterfacePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFUserInterfacePort.h" 11 | 12 | @protocol BDJRecommendTagUserInterfacePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/Module Interface/BDJRecommendTagWireframePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJRecommendTagWireFramePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/User Interface/Express/BDJRCTagRenderItem.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRCTagRenderItem.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJRCTagRenderItem.h" 10 | 11 | @implementation BDJRCTagRenderItem 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/User Interface/Presenter/BDJRecommendTagPresenter.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagPresenter.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJRecommendTagEventHandlerPort.h" 10 | #import "XFPresenter.h" 11 | 12 | 13 | @interface BDJRecommendTagPresenter : XFPresenter 14 | 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/User Interface/View/BDJRCTagCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRCTagCellTableViewCell.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class BDJRCTagRenderItem; 12 | @interface BDJRCTagCell : UITableViewCell 13 | 14 | @property (nonatomic, weak) BDJRCTagRenderItem *renderItem; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Essence/RecommendTag/User Interface/Wireframe/BDJRecommendTagRouting.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendTagRouting.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/16. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFRouting.h" 11 | #import "BDJRecommendTagWireframePort.h" 12 | 13 | @interface BDJRecommendTagRouting : XFRouting 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendTrends/Application Logic/DataManager/BDJFriendTrendsDataManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJFriendTrendsDataManager.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFDataManager.h" 10 | #import "BDJFriendTrendsDataManagerPort.h" 11 | 12 | @interface BDJFriendTrendsDataManager : XFDataManager 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendTrends/Application Logic/DataManager/BDJFriendTrendsDataManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJFriendTrendsDataManager.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | 10 | #import "BDJFriendTrendsDataManager.h" 11 | 12 | @interface BDJFriendTrendsDataManager () 13 | 14 | @end 15 | 16 | @implementation BDJFriendTrendsDataManager 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendTrends/Application Logic/Interactor/BDJFriendTrendsInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJFriendTrendsInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJFriendTrendsInteractorPort.h" 11 | 12 | @interface BDJFriendTrendsInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendTrends/Module Interface/BDJFriendTrendsDataManagerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJFriendTrendsDataManagerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFDataManagerPort.h" 11 | 12 | @protocol BDJFriendTrendsDataManagerPort 13 | 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendTrends/Module Interface/BDJFriendTrendsInteractorPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJFriendTrendsInteractorPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFInteractorPort.h" 11 | 12 | @protocol BDJFriendTrendsInteractorPort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendTrends/Module Interface/BDJFriendTrendsUserInterfacePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJFriendTrendsUserInterfacePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFUserInterfacePort.h" 11 | 12 | @protocol BDJFriendTrendsUserInterfacePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/Application Logic/Provider/BDJRecommandUserModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommandUserModel.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/14. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJRecommandUserModel.h" 10 | 11 | @implementation BDJRecommandUserModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/Module Interface/BDJFriendsRecommentWireframePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJFriendsRecommentWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/12. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJFriendsRecommentWireFramePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/Express/BDJCategoryRenderItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJCategoryRenderItem.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/13. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJCategoryRenderItem : NSObject 12 | // 分类显示名 13 | @property (nonatomic, copy) NSString *name; 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/Express/BDJCategoryRenderItem.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJCategoryRenderItem.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/13. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJCategoryRenderItem.h" 10 | 11 | @implementation BDJCategoryRenderItem 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/Express/BDJRCUserRenderData.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRCUserRenderData.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/15. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFRenderData.h" 10 | 11 | @interface BDJRCUserRenderData : XFRenderData 12 | 13 | @property (nonatomic, assign, getter=isLoadFinish) BOOL loadFinish; 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/Express/BDJRCUserRenderData.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRCUserRenderData.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/15. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJRCUserRenderData.h" 10 | 11 | @implementation BDJRCUserRenderData 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/Express/BDJRCUserRenderItem.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRCUserRenderItem.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/14. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJRCUserRenderItem.h" 10 | 11 | @implementation BDJRCUserRenderItem 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/View/BDJRCCategoryTableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRCCategoryTableView.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/14. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJRCCategoryTableView : UITableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/View/BDJRCUserTableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRCUserTableView.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/14. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJRCUserTableView : UITableView 12 | /** 13 | * 触发下拉效果 14 | */ 15 | - (void)beginHeaderRefreshing; 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/View/BDJRecommendCategoryCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJCategoryCell.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/13. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class BDJCategoryRenderItem; 12 | @interface BDJRecommendCategoryCell : UITableViewCell 13 | 14 | @property (nonatomic, weak) BDJCategoryRenderItem *renderItem; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/FriendTrends/FriendsRecomment/User Interface/View/BDJRecommendUserCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJRecommendUserCell.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/14. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class BDJRCUserRenderItem; 12 | @interface BDJRecommendUserCell : UITableViewCell 13 | 14 | @property (nonatomic, weak) BDJRCUserRenderItem *renderItem; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/Application Logic/DataManager/BDJIndexTabDataManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabDataManager.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFDataManager.h" 10 | #import "BDJIndexTabDataManagerPort.h" 11 | 12 | @interface BDJIndexTabDataManager : XFDataManager 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/Application Logic/DataManager/BDJIndexTabDataManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabDataManager.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | 10 | #import "BDJIndexTabDataManager.h" 11 | 12 | @interface BDJIndexTabDataManager () 13 | 14 | @end 15 | 16 | @implementation BDJIndexTabDataManager 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/Application Logic/Interactor/BDJIndexTabInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJIndexTabInteractorPort.h" 11 | 12 | @interface BDJIndexTabInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/Module Interface/BDJIndexTabDataManagerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabDataManagerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFDataManagerPort.h" 11 | 12 | @protocol BDJIndexTabDataManagerPort 13 | 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/Module Interface/BDJIndexTabEventHandlerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabEventHandlerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFEventHandlerPort.h" 11 | 12 | @protocol BDJIndexTabEventHandlerPort 13 | 14 | - (void)didPublishButtonClickAction; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/Module Interface/BDJIndexTabInteractorPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabInteractorPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFInteractorPort.h" 11 | 12 | @protocol BDJIndexTabInteractorPort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/Module Interface/BDJIndexTabUserInterfacePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabUserInterfacePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFUserInterfacePort.h" 11 | 12 | @protocol BDJIndexTabUserInterfacePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/Module Interface/BDJIndexTabWireframePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJIndexTabWireframePort 13 | 14 | - (void)transition2Publish; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/User Interface/Presenter/BDJIndexTabPresenter.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabPresenter.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJIndexTabEventHandlerPort.h" 10 | #import "XFPresenter.h" 11 | 12 | 13 | @interface BDJIndexTabPresenter : XFPresenter 14 | 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/User Interface/View/BDJIndexTabActivity.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabActivity.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #import "UIViewController+XFLego.h" 12 | #import "BDJIndexTabUserInterfacePort.h" 13 | 14 | 15 | @interface BDJIndexTabActivity : UITabBarController 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/IndexTab/User Interface/Wireframe/BDJIndexTabRouting.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJIndexTabRouting.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFRouting.h" 11 | #import "BDJIndexTabWireframePort.h" 12 | 13 | @interface BDJIndexTabRouting : XFRouting 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/Application Logic/DataManager/BDJMeDataManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeDataManager.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFDataManager.h" 10 | #import "BDJMeDataManagerPort.h" 11 | 12 | @interface BDJMeDataManager : XFDataManager 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/Application Logic/Interactor/BDJMeInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJMeInteractorPort.h" 11 | 12 | @interface BDJMeInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/Application Logic/Provider/BDJTopicProvider.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicProvider.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/6. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class XFRenderData,BDJTopicModel; 12 | @interface BDJTopicProvider : NSObject 13 | 14 | + (XFRenderData *)collectRenderDataFromArray:(NSArray *)array; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/Module Interface/BDJMeDataManagerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeDataManagerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFDataManagerPort.h" 11 | 12 | @protocol BDJMeDataManagerPort 13 | 14 | - (RACSignal *)grabTopics; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/Module Interface/BDJMeInteractorPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeInteractorPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFInteractorPort.h" 11 | 12 | @protocol BDJMeInteractorPort 13 | 14 | - (RACSignal *)fetchTopics; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/Module Interface/BDJMeUserInterfacePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeUserInterfacePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFUserInterfacePort.h" 11 | 12 | @protocol BDJMeUserInterfacePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/Module Interface/BDJMeWireframePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJMeWireFramePort 13 | 14 | - (void)transition2BrowserWithURL:(NSString *)url; 15 | - (void)transition2Setting; 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/Express/BDJTopicExpressPack.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicExpressPack.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/8. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFExpressPack.h" 10 | 11 | @interface BDJTopicExpressPack : XFExpressPack 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/Express/BDJTopicFrame.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicFrame.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/8. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJTopicFrame : NSObject 12 | 13 | @property (nonatomic, assign) CGRect topicF; 14 | @property (nonatomic, assign) CGFloat maxH; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/Express/BDJTopicFrame.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicFrame.m 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/8. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJTopicFrame.h" 10 | 11 | @implementation BDJTopicFrame 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/Express/BDJTopicRenderItem.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicRenderItem.m 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/6. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJTopicRenderItem.h" 10 | 11 | @implementation BDJTopicRenderItem 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/Presenter/BDJMePresenter.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMePresenter.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJMeEventHandlerPort.h" 10 | #import "XFPresenter.h" 11 | 12 | 13 | @interface BDJMePresenter : XFPresenter 14 | 15 | @property (nonatomic, strong) RACCommand *settingCommand; 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/View/BDJMeActivity.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeActivity.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #import "XFActivity.h" 12 | #import "BDJMeUserInterfacePort.h" 13 | 14 | 15 | @interface BDJMeActivity : XFActivity 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/View/BDJMeFooterView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeFooterView.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/8. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #define SqaureMaxCols 4 12 | 13 | @class XFExpressPiece; 14 | @interface BDJMeFooterView : UIView 15 | 16 | @property (nonatomic, strong) NSArray *expressPeices; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/View/BDJWebBrowserViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJWebViewController.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/8. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFComponentViewController.h" 11 | 12 | @interface BDJWebBrowserViewController : XFComponentViewController 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Me/User Interface/Wireframe/BDJMeRouting.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJMeRouting.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFRouting.h" 11 | #import "BDJMeWireframePort.h" 12 | 13 | @interface BDJMeRouting : XFRouting 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Me/Setting/BDJSettingViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJSettingViewController.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2017/2/15. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFComponentViewController.h" 10 | 11 | @interface BDJSettingViewController : XFComponentViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/Application Logic/DataManager/BDJNewDataManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewDataManager.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFDataManager.h" 10 | #import "BDJNewDataManagerPort.h" 11 | 12 | @interface BDJNewDataManager : XFDataManager 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/Application Logic/DataManager/BDJNewDataManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewDataManager.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | 10 | #import "BDJNewDataManager.h" 11 | 12 | @interface BDJNewDataManager () 13 | 14 | @end 15 | 16 | @implementation BDJNewDataManager 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/Application Logic/Interactor/BDJNewInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJNewInteractorPort.h" 11 | 12 | @interface BDJNewInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/Module Interface/BDJNewDataManagerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewDataManagerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFDataManagerPort.h" 11 | 12 | @protocol BDJNewDataManagerPort 13 | 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/Module Interface/BDJNewEventHandlerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewEventHandlerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFEventHandlerPort.h" 11 | 12 | @protocol BDJNewEventHandlerPort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/Module Interface/BDJNewInteractorPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewInteractorPort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFInteractorPort.h" 11 | 12 | @protocol BDJNewInteractorPort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/Module Interface/BDJNewUserInterfacePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewUserInterfacePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFUserInterfacePort.h" 11 | 12 | @protocol BDJNewUserInterfacePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/Module Interface/BDJNewWireframePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJNewWireFramePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/User Interface/Presenter/BDJNewPresenter.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewPresenter.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJNewEventHandlerPort.h" 10 | #import "BDJEssencePresenter.h" 11 | 12 | 13 | @interface BDJNewPresenter : BDJEssencePresenter 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/User Interface/View/BDJNewActivity.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewActivity.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "BDJNewUserInterfacePort.h" 11 | #import "BDJEssenceActivity.h" 12 | 13 | @interface BDJNewActivity : BDJEssenceActivity 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/User Interface/Wireframe/BDJNewRouting.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewRouting.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "BDJNewWireframePort.h" 11 | #import "BDJEssenceRouting.h" 12 | 13 | @interface BDJNewRouting : BDJEssenceRouting 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/New/New/User Interface/Wireframe/BDJNewRouting.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNewRouting.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | 10 | #import "BDJNewRouting.h" 11 | 12 | @implementation BDJNewRouting 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/Publish/Controller/BDJPublishViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPublishViewController.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/17. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFComponentViewController.h" 11 | 12 | // 继承可运行组件控制器XFComponentViewController 13 | @interface BDJPublishViewController : XFComponentViewController 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/PublishContent/Application Logic/Interactor/BDJPublishContentInteractor.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPublishContentInteractor.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/15. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | #import "BDJPublishContentInteractorPort.h" 11 | 12 | @interface BDJPublishContentInteractor : XFInteractor 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/PublishContent/Module Interface/BDJPublishContentDataManagerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPublishContentDataManagerPort.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/15. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFDataManagerPort.h" 11 | 12 | @protocol BDJPublishContentDataManagerPort 13 | 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/PublishContent/Module Interface/BDJPublishContentInteractorPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPublishContentInteractorPort.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/15. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFInteractorPort.h" 11 | 12 | @protocol BDJPublishContentInteractorPort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/PublishContent/Module Interface/BDJPublishContentUserInterfacePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPublishContentUserInterfacePort.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/15. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFUserInterfacePort.h" 11 | 12 | @protocol BDJPublishContentUserInterfacePort 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/PublishContent/Module Interface/BDJPublishContentWireframePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPublishContentWireframePort.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/15. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFWireFramePort.h" 11 | 12 | @protocol BDJPublishContentWireFramePort 13 | 14 | - (void)transition2TopicTag; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/PublishContent/User Interface/View/BDJTagAccessoryView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTagAccessoryView.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2017/2/11. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJTagAccessoryView : UIView 12 | 13 | @property (nonatomic, strong) NSArray *tagNames; 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/TopicTag/Interface/BDJTopicTagViewProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicTagViewProtocol.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2017/2/13. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #ifndef BDJTopicTagViewProtocol_h 10 | #define BDJTopicTagViewProtocol_h 11 | 12 | @protocol BDJTopicTagViewProtocol 13 | 14 | @end 15 | 16 | #endif /* BDJTopicTagViewProtocol_h */ 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/TopicTag/View/BDJTopicTagTextField.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicTagTextField.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2017/2/13. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJTopicTagTextField : UITextField 12 | 13 | @property (nonatomic, copy) void (^deleteBlock)(); 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/TopicTag/View/BDJTopicTagViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicTagViewController.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2017/2/13. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "LEViewController.h" 10 | #import "BDJTopicTagViewProtocol.h" 11 | 12 | @interface BDJTopicTagViewController : LEViewController 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/Publish/TopicTag/ViewModel/BDJTopicTagViewModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicTagViewModel.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2017/2/13. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "LEViewModel.h" 10 | #import "BDJTopicTagDataDriverProtocol.h" 11 | 12 | @interface BDJTopicTagViewModel : LEViewModel 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Components/UserCenter/SignIn/Controller/BDJSignInViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJSignInViewController.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/17. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFComponentViewController.h" 11 | 12 | @interface BDJSignInViewController : XFComponentViewController 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/Services/BDJTopicService.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJTopicService.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/6. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJTopicService : NSObject 12 | 13 | - (RACSignal *)pullTopics; 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/UIControls/BDJNavigationController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJNavigationController.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/11. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJNavigationController : UINavigationController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Application/UIControls/BDJPushGuideView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPushGuideView.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJPushGuideView : UIView 12 | 13 | + (instancetype)pushGuideView; 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Foundation/Config/RequestAPI/BDJAPI.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJAPI.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/13. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #define HostURL(path) @"http://api.budejie.com/"#path 12 | #define API_Main HostURL(api/api_open.php) 13 | 14 | @interface BDJAPI : NSObject 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Foundation/Config/RequestAPI/BDJAPI.m: -------------------------------------------------------------------------------- 1 | // 2 | // BDJAPI.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/13. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "BDJAPI.h" 10 | 11 | 12 | @implementation BDJAPI 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Foundation/Config/RouteURL/BDJAppURLRegister.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJAppURLRegister.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJAppURLRegister : NSObject 12 | 13 | + (void)urlRegister; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Foundation/Loader/BDJAPPLoader.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJAPPLoader.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJAPPLoader : NSObject 12 | 13 | + (void)loadForWindow:(UIWindow *)window; 14 | + (void)loadForLaunchOptions:(NSDictionary *)launchOptions; 15 | + (void)loadForGlobal; 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Foundation/Loader/BDJPushGuideLoader.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJPushGuideLoader.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/18. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJPushGuideLoader : NSObject 12 | 13 | + (void)showPushGuideViewOnWindow:(UIWindow *)window; 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Foundation/Main/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. 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 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Foundation/Main/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/9. 6 | // Copyright © 2016年 yizzuide. 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 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Category/CALayer+Player.h: -------------------------------------------------------------------------------- 1 | // 2 | // CALayer+Player.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2017/2/20. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CALayer (Player) 12 | /** 13 | * 暂止动画 14 | * 15 | */ 16 | - (void)pauseLayer:(CALayer*)layer; 17 | /** 18 | * 继续动画 19 | * 20 | */ 21 | - (void)resumeLayer:(CALayer*)layer; 22 | @end 23 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Category/UIImage+Size.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+Size.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/26. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImage (Size) 12 | /** 13 | * 获得图处最上段 14 | * 15 | * @param dest 裁剪大小 16 | * 17 | */ 18 | - (UIImage *)topPartImageForDestSize:(CGSize)dest; 19 | /** 20 | * 图形图 21 | * 22 | */ 23 | - (UIImage *)cricle; 24 | @end 25 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Cus/XFPHTextField.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFPHTextField.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/17. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface XFPHTextField : UITextField 12 | /** 13 | * 占位颜色 14 | */ 15 | @property (nonatomic, strong) UIColor *placeHolderColor; 16 | /** 17 | * 占位聚焦颜色 18 | */ 19 | @property (nonatomic, strong) UIColor *placeHolderFocusColor; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Cus/XFStatWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFStatWindow.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/2. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface XFStatWindow : NSObject 12 | 13 | + (void)show; 14 | + (void)hide; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Cus/XFTextView.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFTextView.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2017/2/9. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface XFTextView : UITextView 12 | // 占位文本 13 | @property (nonatomic, copy) NSString *placeholderText; 14 | // 占位文本颜色 15 | @property (nonatomic, strong) UIColor *placeholderColor; 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Cus/XFVerticalButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFVerticalButton.h 3 | // 百思不得姐 4 | // 5 | // Created by 付星 on 2016/11/17. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface XFVerticalButton : UIButton 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/HJCornerRadius/HJCornerRadius.h: -------------------------------------------------------------------------------- 1 | // 2 | // HJCornerRadius.h 3 | // HJImageViewDemo 4 | // 5 | // Created by haijiao on 16/3/10. 6 | // Copyright © 2016年 olinone. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImageView (HJCornerRadius) 12 | 13 | @property (nonatomic, assign) CGFloat aliCornerRadius; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Core/Component/Express/XFExpressPiece.m: -------------------------------------------------------------------------------- 1 | // 2 | // XFRenderItem.m 3 | // XFLegoVIPERE 4 | // 5 | // Created by 付星 on 2016/10/20. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFExpressPiece.h" 10 | 11 | @implementation XFExpressPiece 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Core/Component/Express/XFExpressPiecePort.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFExpressPiecePort.h 3 | // XFLegoVIPER 4 | // 5 | // Created by 付星 on 2016/11/28. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFExpressPiece.h" 10 | 11 | /** 12 | * 子视图渲染包协议 13 | */ 14 | @protocol XFExpressPiecePort 15 | 16 | @property (nonatomic, weak) XFExpressPiece *expressPiece; 17 | @end 18 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Core/Component/Express/XFRenderData.m: -------------------------------------------------------------------------------- 1 | // 2 | // XFRenderData.m 3 | // XFLegoVIPERE 4 | // 5 | // Created by 付星 on 2016/10/20. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFRenderData.h" 10 | 11 | @implementation XFRenderData 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Core/Component/Express/XFRenderItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFRenderItem.h 3 | // XFLegoVIPERE 4 | // 5 | // Created by 付星 on 2016/10/20. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 页面列表每行的显示数据,这个必需继承自定义 13 | */ 14 | @interface XFRenderItem : NSObject 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Core/Component/Express/XFRenderItem.m: -------------------------------------------------------------------------------- 1 | // 2 | // XFRenderItem.m 3 | // XFLegoVIPERE 4 | // 5 | // Created by 付星 on 2016/10/20. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFRenderItem.h" 10 | 11 | @implementation XFRenderItem 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Core/Component/Manager/NSObject+XFPipe.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+XFPipe.h 3 | // XFLegoVIPER 4 | // 5 | // Created by Yizzuide on 2018/1/18. 6 | // Copyright © 2018年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFPipePort.h" 11 | 12 | @interface NSObject (XFPipe) 13 | 14 | @property (nonatomic, weak) id pipe; 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Emitter/XFApplicationEmitter.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFApplicationEmitter.h 3 | // XFLegoVIPER 4 | // 5 | // Created by Yizzuide on 2018/1/18. 6 | // Copyright © 2018年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFEmitterPlug.h" 11 | 12 | @interface XFApplicationEmitter : NSObject 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/MVC/Handler/XFControllerHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFControllerHandler.h 3 | // XFLegoVIPER 4 | // 5 | // Created by Yizzuide on 2017/1/23. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFComponentHandlerPlug.h" 11 | 12 | @interface XFControllerHandler : NSObject 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/MVVM/Extra/LEMVVMNavigationController.h: -------------------------------------------------------------------------------- 1 | // 2 | // LEVMNavigationController.h 3 | // TZEducation 4 | // 5 | // Created by Yizzuide on 2017/9/26. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LEMVVMNavigationController : UINavigationController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/MVVM/Handler/LEMVVMModuleHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // LEMVVMModuleHandler.h 3 | // XFLegoVIPER 4 | // 5 | // Created by Yizzuide on 2017/1/28. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFComponentHandlerPlug.h" 11 | 12 | @interface LEMVVMModuleHandler : NSObject 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/MVVM/MVVMModule/Layer/LEViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // LEViewController.h 3 | // XFLegoVIPER 4 | // 5 | // Created by Yizzuide on 2017/1/29. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UIViewController+LEView.h" 11 | #import "XFUInterfaceFactory.h" 12 | 13 | @interface LEViewController : UIViewController 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/MVVM/MVVMModule/Layer/LEViewController.m: -------------------------------------------------------------------------------- 1 | // 2 | // LEViewController.m 3 | // XFLegoVIPER 4 | // 5 | // Created by Yizzuide on 2017/1/29. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "LEViewController.h" 10 | 11 | @interface LEViewController () 12 | 13 | @end 14 | 15 | @implementation LEViewController 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/Handler/XFVIPERModuleHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFVIPERModuleHandler.h 3 | // XFLegoVIPER 4 | // 5 | // Created by Yizzuide on 2017/1/23. 6 | // Copyright © 2017年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFComponentHandlerPlug.h" 11 | 12 | @interface XFVIPERModuleHandler : NSObject 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/VIPERModule/Interface/XFDataManagerPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFDataManagerPort.h 3 | // XFLegoVIPER 4 | // 5 | // Created by yizzuide on 15/12/22. 6 | // Copyright © 2015年 yizzuide. All rights reserved. 7 | // 8 | 9 | #ifndef XFDataManagerPort_h 10 | #define XFDataManagerPort_h 11 | 12 | @protocol XFDataManagerPort 13 | 14 | @end 15 | 16 | #endif /* XFDataManagerPort_h */ 17 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/VIPERModule/Interface/XFInteractorPort.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFInteractorPort.h 3 | // XFLegoVIPER 4 | // 5 | // Created by yizzuide on 15/12/22. 6 | // Copyright © 2015年 yizzuide. All rights reserved. 7 | // 8 | 9 | #ifndef XFInteractorPort_h 10 | #define XFInteractorPort_h 11 | 12 | @protocol XFInteractorPort 13 | 14 | @end 15 | 16 | 17 | #endif /* XFInteractorPort_h */ 18 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/VIPERModule/Layer/UIView+XFLego.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIView+XFLego.m 3 | // XFLegoVIPER 4 | // 5 | // Created by 付星 on 16/8/26. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "UIView+XFLego.h" 10 | 11 | @implementation UIView (XFLego) 12 | 13 | - (id)eventHandler 14 | { 15 | return self.dispatcher; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/VIPERModule/Layer/XFActivity.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFActivity.h 3 | // XFLegoVIPER 4 | // 5 | // Created by yizzuide on 15/12/21. 6 | // Copyright © 2015年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UIViewController+XFLego.h" 11 | 12 | @interface XFActivity : UIViewController 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/VIPERModule/Layer/XFActivity.m: -------------------------------------------------------------------------------- 1 | // 2 | // XFActivity.m 3 | // XFLegoVIPER 4 | // 5 | // Created by yizzuide on 15/12/21. 6 | // Copyright © 2015年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFActivity.h" 10 | 11 | @implementation XFActivity 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/VIPERModule/Layer/XFDataManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // XFDataManager.h 3 | // XFLegoVIPER 4 | // 5 | // Created by 付星 on 16/8/24. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "XFDataManagerPort.h" 11 | 12 | @interface XFDataManager : NSObject 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/VIPERModule/Layer/XFDataManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // XFDataManager.m 3 | // XFLegoVIPER 4 | // 5 | // Created by 付星 on 16/8/24. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFDataManager.h" 10 | 11 | @implementation XFDataManager 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Extension/Modules/VIPER/VIPERModule/Layer/XFInteractor.m: -------------------------------------------------------------------------------- 1 | // 2 | // XFInteractor.m 3 | // XFLegoVIPER 4 | // 5 | // Created by yizzuide on 15/12/22. 6 | // Copyright © 2015年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import "XFInteractor.h" 10 | 11 | @implementation XFInteractor 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/Lib/XFLegoVIPER/Util/NSObject+XFLegoCopy.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+XFLegoCopy.h 3 | // XFLegoVIPER 4 | // 5 | // Created by 付星 on 2016/10/26. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSObject (XFLegoCopy) 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /百思不得姐/Classes/Public/PluginExtension/XFSettings/BDJCircleImageCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BDJCircleImageCell.h 3 | // 百思不得姐 4 | // 5 | // Created by Yizzuide on 2016/12/6. 6 | // Copyright © 2016年 yizzuide. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BDJCircleImageCell : XFSettingCell 12 | 13 | @end 14 | --------------------------------------------------------------------------------