├── .gitignore ├── BSJProject.xcodeproj ├── project.pbxproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── BSJProject.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── BSJProject ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── AppIcon29x29.png │ │ ├── AppIcon29x29@2x.png │ │ ├── AppIcon29x29@2x~ipad.png │ │ ├── AppIcon29x29@3x.png │ │ ├── AppIcon29x29~ipad.png │ │ ├── AppIcon40x40@2x.png │ │ ├── AppIcon40x40@2x~ipad.png │ │ ├── AppIcon40x40@3x.png │ │ ├── AppIcon40x40~ipad.png │ │ ├── AppIcon50x50@2x~ipad.png │ │ ├── AppIcon50x50~ipad.png │ │ ├── AppIcon57x57.png │ │ ├── AppIcon57x57@2x.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 │ │ ├── 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 │ │ ├── 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 │ ├── Mine │ │ ├── Contents.json │ │ ├── mine-icon-activity.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-icon-activity.png │ │ │ └── mine-icon-activity@2x.png │ │ ├── mine-icon-feedback.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-icon-feedback.png │ │ │ └── mine-icon-feedback@2x.png │ │ ├── mine-icon-manhua.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-icon-manhua.png │ │ │ └── mine-icon-manhua@2x.png │ │ ├── mine-icon-more.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-icon-more.png │ │ │ └── mine-icon-more@2x.png │ │ ├── mine-icon-nearby.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-icon-nearby.png │ │ │ └── mine-icon-nearby@2x.png │ │ ├── mine-icon-preview.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-icon-preview.png │ │ │ └── mine-icon-preview@2x.png │ │ ├── mine-icon-recentHot.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-icon-recentHot.png │ │ │ └── mine-icon-recentHot@2x.png │ │ ├── mine-icon-search.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-icon-search.png │ │ │ └── mine-icon-search@2x.png │ │ ├── mine-my-post.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-my-post.png │ │ │ └── mine-my-post@2x.png │ │ ├── mine-setting-iconN.imageset │ │ │ ├── Contents.json │ │ │ ├── mine-setting-iconN.png │ │ │ ├── mine-setting-iconN@2x.png │ │ │ └── mine-setting-iconN@3x.png │ │ ├── mine_icon_nearby.imageset │ │ │ ├── Contents.json │ │ │ ├── mine_icon_nearby.png │ │ │ └── mine_icon_nearby@2x.png │ │ ├── mine_icon_random.imageset │ │ │ ├── Contents.json │ │ │ ├── mine_icon_random.png │ │ │ └── mine_icon_random@2x.png │ │ ├── mine_msg_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── mine_msg_icon.png │ │ │ ├── mine_msg_icon@2x.png │ │ │ └── mine_msg_icon@3x.png │ │ └── setup-head-default.imageset │ │ │ ├── Contents.json │ │ │ ├── setup-head-default.png │ │ │ └── setup-head-default@2x.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 │ │ ├── Contents.json │ │ ├── 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-1 │ │ ├── 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 │ ├── 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 │ ├── 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 │ ├── TabBarIcon │ │ ├── Contents.json │ │ ├── account_highlight.imageset │ │ │ ├── Contents.json │ │ │ └── account_highlight@2x.png │ │ ├── account_normal.imageset │ │ │ ├── Contents.json │ │ │ └── account_normal@2x.png │ │ ├── home_highlight.imageset │ │ │ ├── Contents.json │ │ │ └── home_highlight@2x.png │ │ ├── home_normal.imageset │ │ │ ├── Contents.json │ │ │ └── home_normal@2x.png │ │ ├── message_highlight.imageset │ │ │ ├── Contents.json │ │ │ └── message_highlight@2x.png │ │ ├── message_normal.imageset │ │ │ ├── Contents.json │ │ │ └── message_normal@2x.png │ │ ├── mycity_highlight.imageset │ │ │ ├── Contents.json │ │ │ └── mycity_highlight@2x.png │ │ ├── mycity_normal.imageset │ │ │ ├── Contents.json │ │ │ └── mycity_normal@2x.png │ │ ├── post_normal.imageset │ │ │ ├── Contents.json │ │ │ └── post_normal@2x.png │ │ ├── tabbar_background.imageset │ │ │ ├── Contents.json │ │ │ └── tabbar_background@2x.png │ │ └── tapbar_top_line.imageset │ │ │ ├── Contents.json │ │ │ └── tapbar_top_line@2x.png │ ├── ZFPlayer_repeat_video.imageset │ │ ├── Contents.json │ │ ├── ZFPlayer_repeat_video.png │ │ ├── ZFPlayer_repeat_video@2x.png │ │ └── ZFPlayer_repeat_video@3x.png │ ├── arrow_.imageset │ │ ├── Contents.json │ │ └── arrow_12.140703517588px_1199164_easyicon.net.png │ ├── common_noNetWork.imageset │ │ ├── Contents.json │ │ ├── common_noNetWork@2x.png │ │ └── common_noNetWork@3x.png │ ├── common_noRecord.imageset │ │ ├── Contents.json │ │ ├── common_noRecord@2x.png │ │ └── common_noRecord@3x.png │ ├── homePage │ │ ├── Contents.json │ │ ├── gb_imageView.imageset │ │ │ ├── Contents.json │ │ │ └── gb_imageView.png │ │ └── selected.imageset │ │ │ ├── Contents.json │ │ │ └── selected.png │ ├── loading_bgView.imageset │ │ ├── Contents.json │ │ └── loading_bgView.png │ ├── new_allPause_44x44_.imageset │ │ ├── Contents.json │ │ ├── new_allPause_44x44_@2x.png │ │ └── new_allPause_44x44_@3x.png │ ├── new_allPlay_44x44_.imageset │ │ ├── Contents.json │ │ ├── new_allPlay_44x44_@2x.png │ │ └── new_allPlay_44x44_@3x.png │ ├── player │ │ ├── Contents.json │ │ ├── cdImage.imageset │ │ │ ├── Contents.json │ │ │ └── cdImage.png │ │ ├── cdImage2.imageset │ │ │ ├── Contents.json │ │ │ └── cdImage2.png │ │ ├── cdImage3.imageset │ │ │ ├── Contents.json │ │ │ └── cdImage3.png │ │ ├── changzhen_1.imageset │ │ │ ├── Contents.json │ │ │ └── changzhen_1@2x.png │ │ ├── changzhen_2.imageset │ │ │ ├── Contents.json │ │ │ └── changzhen_2@2x.png │ │ ├── changzhen_3.imageset │ │ │ ├── Contents.json │ │ │ └── changzhen_3@2x.png │ │ ├── diepian.imageset │ │ │ ├── Contents.json │ │ │ └── diepian@2x.png │ │ ├── next.imageset │ │ │ ├── Contents.json │ │ │ └── next.png │ │ ├── pause_overCD.imageset │ │ │ ├── Contents.json │ │ │ └── pause_overCD@2x.png │ │ ├── play_overCD.imageset │ │ │ ├── Contents.json │ │ │ └── play_overCD@2x.png │ │ └── prev.imageset │ │ │ ├── Contents.json │ │ │ └── prev.png │ └── tab_bar.imageset │ │ ├── Contents.json │ │ ├── tab_bar.png │ │ ├── tab_bar@2x.png │ │ └── tab_bar@3x.png ├── BSJProject.entitlements ├── Base.lproj │ └── LaunchScreen.storyboard ├── Classes │ ├── Category │ │ ├── GVUserDefaults+SUP.h │ │ ├── GVUserDefaults+SUP.m │ │ ├── JiaCategory │ │ │ ├── CoreData │ │ │ │ ├── NSFetchRequest │ │ │ │ │ ├── NSFetchRequest+Extensions.h │ │ │ │ │ └── NSFetchRequest+Extensions.m │ │ │ │ ├── NSManagedObject │ │ │ │ │ ├── NSManagedObject+DictionaryExport.h │ │ │ │ │ ├── NSManagedObject+DictionaryExport.m │ │ │ │ │ ├── NSManagedObject+Extensions.h │ │ │ │ │ └── NSManagedObject+Extensions.m │ │ │ │ ├── NSManagedObjectContext │ │ │ │ │ ├── NSManagedObjectContext+Extensions.h │ │ │ │ │ ├── NSManagedObjectContext+Extensions.m │ │ │ │ │ ├── NSManagedObjectContext+FetchRequestsConstructors.h │ │ │ │ │ ├── NSManagedObjectContext+FetchRequestsConstructors.m │ │ │ │ │ ├── NSManagedObjectContext+Fetching.h │ │ │ │ │ ├── NSManagedObjectContext+Fetching.m │ │ │ │ │ ├── NSManagedObjectContext+ObjectClear.h │ │ │ │ │ └── NSManagedObjectContext+ObjectClear.m │ │ │ │ └── NSPersistentStoreCoordinator │ │ │ │ │ ├── NSPersistentStoreCoordinator+Custom.h │ │ │ │ │ └── NSPersistentStoreCoordinator+Custom.m │ │ │ ├── CoreLocation │ │ │ │ ├── CLLocation │ │ │ │ │ ├── CLLocation+CH1903.h │ │ │ │ │ └── CLLocation+CH1903.m │ │ │ │ └── CLLocationManager │ │ │ │ │ ├── CLLocationManager+Blocks.h │ │ │ │ │ └── CLLocationManager+Blocks.m │ │ │ ├── Foundation │ │ │ │ ├── NSArray │ │ │ │ │ ├── NSArray+Block.h │ │ │ │ │ ├── NSArray+Block.m │ │ │ │ │ ├── NSArray+SafeAccess.h │ │ │ │ │ └── NSArray+SafeAccess.m │ │ │ │ ├── NSBundle │ │ │ │ │ ├── NSBundle+AppIcon.h │ │ │ │ │ └── NSBundle+AppIcon.m │ │ │ │ ├── NSData │ │ │ │ │ ├── NSData+APNSToken.h │ │ │ │ │ ├── NSData+APNSToken.m │ │ │ │ │ ├── NSData+Base64.h │ │ │ │ │ ├── NSData+Base64.m │ │ │ │ │ ├── NSData+Encrypt.h │ │ │ │ │ ├── NSData+Encrypt.m │ │ │ │ │ ├── NSData+Hash.h │ │ │ │ │ ├── NSData+Hash.m │ │ │ │ │ ├── NSData+SDDataCache.h │ │ │ │ │ ├── NSData+SDDataCache.m │ │ │ │ │ ├── NSData+zlib.h │ │ │ │ │ └── NSData+zlib.m │ │ │ │ ├── NSDate │ │ │ │ │ ├── NSDate+CupertinoYankee.h │ │ │ │ │ ├── NSDate+CupertinoYankee.m │ │ │ │ │ ├── NSDate+Extension.h │ │ │ │ │ ├── NSDate+Extension.m │ │ │ │ │ ├── NSDate+Formatter.h │ │ │ │ │ ├── NSDate+Formatter.m │ │ │ │ │ ├── NSDate+InternetDateTime.h │ │ │ │ │ ├── NSDate+InternetDateTime.m │ │ │ │ │ ├── NSDate+Reporting.h │ │ │ │ │ ├── NSDate+Reporting.m │ │ │ │ │ ├── NSDate+TimeAgo.h │ │ │ │ │ ├── NSDate+TimeAgo.m │ │ │ │ │ ├── NSDate+Utilities.h │ │ │ │ │ ├── NSDate+Utilities.m │ │ │ │ │ └── NSDateTimeAgo.bundle │ │ │ │ │ │ ├── ar.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── bg.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── cs.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── da.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── es.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── fi.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── gre.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── he.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── hu.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── is.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── ja.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── ko.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── lv.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── nb.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── nl.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── pl.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── pt-PT.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── pt.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── ro.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── sk.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── sq.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── sv.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── th.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── tr.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── uk.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── vi.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ ├── zh-Hans.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ │ └── NSDateTimeAgo.strings │ │ │ │ ├── NSDateFormatter │ │ │ │ │ ├── NSDateFormatter+Make.h │ │ │ │ │ └── NSDateFormatter+Make.m │ │ │ │ ├── NSDictionary │ │ │ │ │ ├── NSDictionary+Block.h │ │ │ │ │ ├── NSDictionary+Block.m │ │ │ │ │ ├── NSDictionary+JSONString.h │ │ │ │ │ ├── NSDictionary+JSONString.m │ │ │ │ │ ├── NSDictionary+Merge.h │ │ │ │ │ ├── NSDictionary+Merge.m │ │ │ │ │ ├── NSDictionary+SafeAccess.h │ │ │ │ │ ├── NSDictionary+SafeAccess.m │ │ │ │ │ ├── NSDictionary+URL.h │ │ │ │ │ ├── NSDictionary+URL.m │ │ │ │ │ ├── NSDictionary+XML.h │ │ │ │ │ └── NSDictionary+XML.m │ │ │ │ ├── NSException │ │ │ │ │ ├── NSException+Trace.h │ │ │ │ │ └── NSException+Trace.m │ │ │ │ ├── NSFileHandle │ │ │ │ │ ├── NSFileHandle+readLine.h │ │ │ │ │ └── NSFileHandle+readLine.m │ │ │ │ ├── NSFileManager │ │ │ │ │ ├── NSFileManager+Paths.h │ │ │ │ │ └── NSFileManager+Paths.m │ │ │ │ ├── NSHTTPCookieStorage │ │ │ │ │ ├── NSHTTPCookieStorage+FreezeDry.h │ │ │ │ │ └── NSHTTPCookieStorage+FreezeDry.m │ │ │ │ ├── NSIndexPath │ │ │ │ │ ├── NSIndexPath+Offset.h │ │ │ │ │ └── NSIndexPath+Offset.m │ │ │ │ ├── NSInvocation │ │ │ │ │ ├── NSInvocation+Bb.h │ │ │ │ │ ├── NSInvocation+Bb.m │ │ │ │ │ ├── NSInvocation+Block.h │ │ │ │ │ └── NSInvocation+Block.m │ │ │ │ ├── NSNotificationCenter │ │ │ │ │ ├── NSNotificationCenter+MainThread.h │ │ │ │ │ └── NSNotificationCenter+MainThread.m │ │ │ │ ├── NSNumber │ │ │ │ │ ├── NSDecimalNumber+CalculatingByString.h │ │ │ │ │ ├── NSDecimalNumber+CalculatingByString.m │ │ │ │ │ ├── NSDecimalNumber+Extensions.h │ │ │ │ │ ├── NSDecimalNumber+Extensions.m │ │ │ │ │ ├── NSNumber+CGFloat.h │ │ │ │ │ ├── NSNumber+CGFloat.m │ │ │ │ │ ├── NSNumber+RomanNumerals.h │ │ │ │ │ ├── NSNumber+RomanNumerals.m │ │ │ │ │ ├── NSNumber+Round.h │ │ │ │ │ └── NSNumber+Round.m │ │ │ │ ├── NSObject │ │ │ │ │ ├── NSObject+AddProperty.h │ │ │ │ │ ├── NSObject+AddProperty.m │ │ │ │ │ ├── NSObject+AppInfo.h │ │ │ │ │ ├── NSObject+AppInfo.m │ │ │ │ │ ├── NSObject+AssociatedObject.h │ │ │ │ │ ├── NSObject+AssociatedObject.m │ │ │ │ │ ├── NSObject+AutoCoding.h │ │ │ │ │ ├── NSObject+AutoCoding.m │ │ │ │ │ ├── NSObject+Blocks.h │ │ │ │ │ ├── NSObject+Blocks.m │ │ │ │ │ ├── NSObject+EasyCopy.h │ │ │ │ │ ├── NSObject+EasyCopy.m │ │ │ │ │ ├── NSObject+GCD.h │ │ │ │ │ ├── NSObject+GCD.m │ │ │ │ │ ├── NSObject+KVOBlocks.h │ │ │ │ │ ├── NSObject+KVOBlocks.m │ │ │ │ │ ├── NSObject+MKBlockTimer.h │ │ │ │ │ ├── NSObject+MKBlockTimer.m │ │ │ │ │ ├── NSObject+Reflection.h │ │ │ │ │ ├── NSObject+Reflection.m │ │ │ │ │ ├── NSObject+Runtime.h │ │ │ │ │ └── NSObject+Runtime.m │ │ │ │ ├── NSRunLoop │ │ │ │ │ ├── NSRunLoop+PerformBlock.h │ │ │ │ │ └── NSRunLoop+PerformBlock.m │ │ │ │ ├── NSSet │ │ │ │ │ ├── NSSet+Block.h │ │ │ │ │ └── NSSet+Block.m │ │ │ │ ├── NSString │ │ │ │ │ ├── NSMutableString+Ruby.h │ │ │ │ │ ├── NSMutableString+Ruby.m │ │ │ │ │ ├── NSString+Base64.h │ │ │ │ │ ├── NSString+Base64.m │ │ │ │ │ ├── NSString+Contains.h │ │ │ │ │ ├── NSString+Contains.m │ │ │ │ │ ├── NSString+DictionaryValue.h │ │ │ │ │ ├── NSString+DictionaryValue.m │ │ │ │ │ ├── NSString+Emoji.h │ │ │ │ │ ├── NSString+Emoji.m │ │ │ │ │ ├── NSString+Encrypt.h │ │ │ │ │ ├── NSString+Encrypt.m │ │ │ │ │ ├── NSString+Hash.h │ │ │ │ │ ├── NSString+Hash.m │ │ │ │ │ ├── NSString+MIME.h │ │ │ │ │ ├── NSString+MIME.m │ │ │ │ │ ├── NSString+Matcher.h │ │ │ │ │ ├── NSString+Matcher.m │ │ │ │ │ ├── NSString+Pinyin.h │ │ │ │ │ ├── NSString+Pinyin.m │ │ │ │ │ ├── NSString+RegexCategory.h │ │ │ │ │ ├── NSString+RegexCategory.m │ │ │ │ │ ├── NSString+RemoveEmoji.h │ │ │ │ │ ├── NSString+RemoveEmoji.m │ │ │ │ │ ├── NSString+Ruby.h │ │ │ │ │ ├── NSString+Ruby.m │ │ │ │ │ ├── NSString+Score.h │ │ │ │ │ ├── NSString+Score.m │ │ │ │ │ ├── NSString+Size.h │ │ │ │ │ ├── NSString+Size.m │ │ │ │ │ ├── NSString+Trims.h │ │ │ │ │ ├── NSString+Trims.m │ │ │ │ │ ├── NSString+UUID.h │ │ │ │ │ ├── NSString+UUID.m │ │ │ │ │ ├── NSString+UrlEncode.h │ │ │ │ │ ├── NSString+UrlEncode.m │ │ │ │ │ ├── NSString+XML.h │ │ │ │ │ └── NSString+XML.m │ │ │ │ ├── NSTimer │ │ │ │ │ ├── NSTimer+Addition.h │ │ │ │ │ ├── NSTimer+Addition.m │ │ │ │ │ ├── NSTimer+Blocks.h │ │ │ │ │ └── NSTimer+Blocks.m │ │ │ │ ├── NSURL │ │ │ │ │ ├── NSURL+Param.h │ │ │ │ │ ├── NSURL+Param.m │ │ │ │ │ ├── NSURL+QueryDictionary.h │ │ │ │ │ └── NSURL+QueryDictionary.m │ │ │ │ ├── NSURLConnection │ │ │ │ │ ├── NSURLConnection+SelfSigned.h │ │ │ │ │ └── NSURLConnection+SelfSigned.m │ │ │ │ ├── NSURLRequest │ │ │ │ │ ├── NSMutableURLRequest+Upload.h │ │ │ │ │ ├── NSMutableURLRequest+Upload.m │ │ │ │ │ ├── NSURLRequest+ParamsFromDictionary.h │ │ │ │ │ └── NSURLRequest+ParamsFromDictionary.m │ │ │ │ └── NSUserDefaults │ │ │ │ │ ├── NSUserDefaults+SafeAccess.h │ │ │ │ │ ├── NSUserDefaults+SafeAccess.m │ │ │ │ │ ├── NSUserDefaults+iCloudSync.h │ │ │ │ │ └── NSUserDefaults+iCloudSync.m │ │ │ ├── MapKit │ │ │ │ └── MKMapView │ │ │ │ │ ├── MKMapView+BetterMaps.h │ │ │ │ │ ├── MKMapView+BetterMaps.m │ │ │ │ │ ├── MKMapView+MoveLogo.h │ │ │ │ │ ├── MKMapView+MoveLogo.m │ │ │ │ │ ├── MKMapView+ZoomLevel.h │ │ │ │ │ └── MKMapView+ZoomLevel.m │ │ │ └── QuartzCore │ │ │ │ ├── CAAnimation │ │ │ │ ├── CAAnimation+Blocks.h │ │ │ │ ├── CAAnimation+Blocks.m │ │ │ │ ├── CAAnimation+EasingEquations.h │ │ │ │ └── CAAnimation+EasingEquations.m │ │ │ │ ├── CALayer │ │ │ │ ├── CALayer+UIColor.h │ │ │ │ └── CALayer+UIColor.m │ │ │ │ ├── CAMediaTimingFunction │ │ │ │ ├── CAMediaTimingFunction+AdditionalEquations.h │ │ │ │ └── CAMediaTimingFunction+AdditionalEquations.m │ │ │ │ ├── CAShapeLayer │ │ │ │ ├── CAShapeLayer+UIBezierPath.h │ │ │ │ └── CAShapeLayer+UIBezierPath.m │ │ │ │ └── CATransaction │ │ │ │ ├── CATransaction+AnimateWithDuration.h │ │ │ │ └── CATransaction+AnimateWithDuration.m │ │ ├── MBProgressHUD+SUP.h │ │ ├── MBProgressHUD+SUP.m │ │ ├── NSDate+SUPExtension.h │ │ ├── NSDate+SUPExtension.m │ │ ├── NSDecimalNumber+Addtion.h │ │ ├── NSDecimalNumber+Addtion.m │ │ ├── SUPTestView.h │ │ ├── SUPTestView.m │ │ ├── SySafeCategory │ │ │ ├── JRSwizzle.h │ │ │ ├── JRSwizzle.m │ │ │ ├── SYSafeCategory.h │ │ │ └── SYSafeCategory.m │ │ ├── UIBarButtonItem+SUPExtension.h │ │ ├── UIBarButtonItem+SUPExtension.m │ │ ├── UIButton+SUP.h │ │ ├── UIButton+SUP.m │ │ ├── UIColor+Random.h │ │ ├── UIColor+Random.m │ │ ├── UIImage+SUPExtension.h │ │ ├── UIImage+SUPExtension.m │ │ ├── UIImageView+FitNet.h │ │ ├── UIImageView+FitNet.m │ │ ├── UIImageView+SUPExtension.h │ │ ├── UIImageView+SUPExtension.m │ │ ├── UITextView+WZB.h │ │ ├── UITextView+WZB.m │ │ ├── UIView+GestureCallback.h │ │ ├── UIView+GestureCallback.m │ │ ├── UIView+SUPNjHuFrame.h │ │ ├── UIView+SUPNjHuFrame.m │ │ ├── UIView │ │ │ ├── UIView+Animation.h │ │ │ ├── UIView+Animation.m │ │ │ ├── UIView+BlockGesture.h │ │ │ ├── UIView+BlockGesture.m │ │ │ ├── UIView+Constraints.h │ │ │ ├── UIView+Constraints.m │ │ │ ├── UIView+CustomBorder.h │ │ │ ├── UIView+CustomBorder.m │ │ │ ├── UIView+Debug.h │ │ │ ├── UIView+Debug.m │ │ │ ├── UIView+FDCollapsibleConstraints.h │ │ │ ├── UIView+FDCollapsibleConstraints.m │ │ │ ├── UIView+Find.h │ │ │ ├── UIView+Find.m │ │ │ ├── UIView+Nib.h │ │ │ ├── UIView+Nib.m │ │ │ ├── UIView+Recursion.h │ │ │ ├── UIView+Recursion.m │ │ │ ├── UIView+Screenshot.h │ │ │ ├── UIView+Screenshot.m │ │ │ ├── UIView+ViewController.h │ │ │ ├── UIView+ViewController.m │ │ │ ├── UIView+Visuals.h │ │ │ ├── UIView+Visuals.m │ │ │ ├── UIView+draggable.h │ │ │ └── UIView+draggable.m │ │ ├── UIViewController+DDPopUpViewController.h │ │ ├── UIViewController+DDPopUpViewController.m │ │ ├── UIWindow+CurrentViewController.h │ │ └── UIWindow+CurrentViewController.m │ ├── Essence(精华) │ │ ├── Controller │ │ │ ├── BSJCommentPageViewController.h │ │ │ ├── BSJCommentPageViewController.m │ │ │ ├── BSJCommentPageViewController.xib │ │ │ ├── BSJPictureShowViewController.h │ │ │ ├── BSJPictureShowViewController.m │ │ │ ├── BSJTopicViewController.h │ │ │ ├── BSJTopicViewController.m │ │ │ ├── SUPEssenceViewController.h │ │ │ ├── SUPEssenceViewController.m │ │ │ ├── SUPRecommendTagsViewController.h │ │ │ └── SUPRecommendTagsViewController.m │ │ ├── Model │ │ │ ├── BSJComment.h │ │ │ ├── BSJComment.m │ │ │ ├── BSJRecommendCategory.h │ │ │ ├── BSJRecommendCategory.m │ │ │ ├── BSJRecommendUser.h │ │ │ ├── BSJRecommendUser.m │ │ │ ├── BSJTopic.h │ │ │ ├── BSJTopic.m │ │ │ ├── BSJTopicTopComent.h │ │ │ ├── BSJTopicTopComent.m │ │ │ ├── BSJTopicViewModel.h │ │ │ ├── BSJTopicViewModel.m │ │ │ ├── BSJUser.h │ │ │ ├── BSJUser.m │ │ │ ├── SUPRecommendTag.h │ │ │ └── SUPRecommendTag.m │ │ └── View │ │ │ ├── BSJRecommendUserCell.h │ │ │ ├── BSJRecommendUserCell.m │ │ │ ├── BSJRecommendUserCell.xib │ │ │ ├── BSJTopicCmtCell.h │ │ │ ├── BSJTopicCmtCell.m │ │ │ ├── BSJTopicCmtCell.xib │ │ │ ├── BSJTopicPictureView.h │ │ │ ├── BSJTopicPictureView.m │ │ │ ├── BSJTopicPictureView.xib │ │ │ ├── BSJTopicVideoView.h │ │ │ ├── BSJTopicVideoView.m │ │ │ ├── BSJTopicVoiceView.h │ │ │ ├── BSJTopicVoiceView.m │ │ │ ├── SUPCommentHeaderView.h │ │ │ ├── SUPCommentHeaderView.m │ │ │ ├── SUPRecommendTagCell.h │ │ │ ├── SUPRecommendTagCell.m │ │ │ ├── SUPRecommendTagCell.xib │ │ │ ├── SUPTopicCell.h │ │ │ ├── SUPTopicCell.m │ │ │ └── SUPTopicCell.xib │ ├── FriendTrends(关注) │ │ ├── Controller │ │ │ ├── SUPFriendTrendsViewController.h │ │ │ ├── SUPFriendTrendsViewController.m │ │ │ ├── SUPFriendTrendsViewController.xib │ │ │ ├── SUPLoginRegisterViewController.h │ │ │ ├── SUPLoginRegisterViewController.m │ │ │ ├── SUPLoginRegisterViewController.xib │ │ │ ├── SUPRecommendViewController.h │ │ │ ├── SUPRecommendViewController.m │ │ │ └── SUPRecommendViewController.xib │ │ ├── Model │ │ │ ├── SUPRecommendCategory.h │ │ │ ├── SUPRecommendCategory.m │ │ │ ├── SUPRecommendUser.h │ │ │ └── SUPRecommendUser.m │ │ └── View │ │ │ ├── SUPRecommendCategoryCell.h │ │ │ ├── SUPRecommendCategoryCell.m │ │ │ ├── SUPRecommendCategoryCell.xib │ │ │ ├── SUPRecommendUserCell.h │ │ │ ├── SUPRecommendUserCell.m │ │ │ ├── SUPRecommendUserCell.xib │ │ │ ├── SUPTextField.h │ │ │ └── SUPTextField.m │ ├── Helpers │ │ ├── AlertViewManager(弹对话框) │ │ │ ├── UIPlaceHolderTextView │ │ │ │ ├── UIPlaceHolderTextView.h │ │ │ │ └── UIPlaceHolderTextView.m │ │ │ ├── WJYAlertInputTextView.h │ │ │ ├── WJYAlertInputTextView.m │ │ │ ├── WJYAlertView.h │ │ │ └── WJYAlertView.m │ │ ├── JXTAlertController.h │ │ ├── JXTAlertController.m │ │ ├── PresentAnimator.h │ │ ├── PresentAnimator.m │ │ ├── SUPEasyBlankPageView.h │ │ ├── SUPEasyBlankPageView.m │ │ ├── SUPUMengHelper.h │ │ ├── SUPUMengHelper.m │ │ ├── YBEventCalendar.h │ │ ├── YBEventCalendar.m │ │ ├── YYFPSLabel(刷新率) │ │ │ ├── YYFPSLabel.h │ │ │ └── YYFPSLabel.m │ │ ├── 广告页 │ │ │ ├── AdvertiseHelper.h │ │ │ ├── AdvertiseHelper.m │ │ │ ├── AdvertiseView.h │ │ │ └── AdvertiseView.m │ │ ├── 欢迎页 │ │ │ ├── PLMMPRIKImages │ │ │ │ ├── intro_0.jpg │ │ │ │ ├── intro_1.jpg │ │ │ │ ├── intro_2.jpg │ │ │ │ └── intro_3.jpg │ │ │ ├── SUPIntroductoryPagesHelper.h │ │ │ ├── SUPIntroductoryPagesHelper.m │ │ │ ├── SUPIntroductoryPagesView.h │ │ │ └── SUPIntroductoryPagesView.m │ │ └── 获取版本 │ │ │ ├── SUPGuidePushView.h │ │ │ ├── SUPGuidePushView.m │ │ │ └── SUPGuidePushView.xib │ ├── MJDownload │ │ ├── MJDownload.h │ │ ├── MJDownloadConst.h │ │ ├── MJDownloadConst.m │ │ ├── MJDownloadManager.h │ │ ├── MJDownloadManager.m │ │ ├── NSString+MJDownload.h │ │ └── NSString+MJDownload.m │ ├── Main │ │ ├── SUPTabBarController.h │ │ ├── SUPTabBarController.m │ │ └── View │ │ │ ├── CYLPlusButtonSubclass.h │ │ │ ├── CYLPlusButtonSubclass.m │ │ │ ├── PublicView.h │ │ │ ├── PublicView.m │ │ │ ├── PublicView.xib │ │ │ ├── SUPAddTagViewController.h │ │ │ ├── SUPAddTagViewController.m │ │ │ ├── SUPPostWordViewController.h │ │ │ ├── SUPPostWordViewController.m │ │ │ ├── SUPPublicViewController.h │ │ │ ├── SUPPublicViewController.m │ │ │ ├── SUPPublicViewController.xib │ │ │ ├── SUPVersionButton.h │ │ │ ├── SUPVersionButton.m │ │ │ ├── View │ │ │ ├── SUPAddTagToolbar.h │ │ │ ├── SUPAddTagToolbar.m │ │ │ ├── SUPAddTagToolbar.xib │ │ │ ├── SUPPlaceholderTextView.h │ │ │ ├── SUPPlaceholderTextView.m │ │ │ ├── SUPTagButton.h │ │ │ ├── SUPTagButton.m │ │ │ ├── SUPTagTextField.h │ │ │ └── SUPTagTextField.m │ │ │ └── XMGAddTagToolbar.m │ ├── Me(我) │ │ ├── Controller │ │ │ ├── SUPMeViewController.h │ │ │ ├── SUPMeViewController.m │ │ │ ├── SUPMeViewController.xib │ │ │ ├── SUPSettingViewController.h │ │ │ ├── SUPSettingViewController.m │ │ │ ├── SUPWebViewContr.h │ │ │ ├── SUPWebViewContr.m │ │ │ └── SUPWebViewContr.xib │ │ ├── Model │ │ │ ├── BSJMeSquare.h │ │ │ ├── BSJMeSquare.m │ │ │ ├── SUPSquare.h │ │ │ └── SUPSquare.m │ │ └── View │ │ │ ├── BSJMeSquareCell.h │ │ │ ├── BSJMeSquareCell.m │ │ │ ├── BSJMeSquareCell.xib │ │ │ ├── SUPCollectionViewCell.h │ │ │ ├── SUPCollectionViewCell.m │ │ │ ├── SUPCollectionViewCell.xib │ │ │ ├── SUPMeCell.h │ │ │ ├── SUPMeCell.m │ │ │ ├── SUPMeFooterView.h │ │ │ ├── SUPMeFooterView.m │ │ │ ├── SUPSqaureButton.h │ │ │ └── SUPSqaureButton.m │ ├── Network │ │ ├── SUPBaseRequest.h │ │ ├── SUPBaseRequest.m │ │ ├── SUPBaseResponse.h │ │ ├── SUPBaseResponse.m │ │ ├── SUPRequestManager.h │ │ └── SUPRequestManager.m │ ├── New(新帖) │ │ └── Controller │ │ │ ├── SUPAudioVoiceViewController.h │ │ │ ├── SUPAudioVoiceViewController.m │ │ │ ├── SUPNewViewController.h │ │ │ └── SUPNewViewController.m │ ├── Other │ │ ├── BSJ.h │ │ ├── BSJ.m │ │ ├── BSJSQLiteManager.h │ │ ├── BSJSQLiteManager.m │ │ ├── BSJTopicListDAL.h │ │ ├── BSJTopicListDAL.m │ │ ├── NSString+Size.h │ │ ├── NSString+Size.m │ │ ├── SUPLoginTool.h │ │ ├── SUPLoginTool.m │ │ ├── SUPTopWindow.h │ │ └── SUPTopWindow.m │ ├── SUPAppDelegate.h │ ├── SUPAppDelegate.m │ ├── SUPBase │ │ ├── BaseControllers │ │ │ ├── SUPBaseViewController.h │ │ │ ├── SUPBaseViewController.m │ │ │ ├── SUPCollectionViewController.h │ │ │ ├── SUPCollectionViewController.m │ │ │ ├── SUPNavUIBaseViewController.h │ │ │ ├── SUPNavUIBaseViewController.m │ │ │ ├── SUPNavigationController.h │ │ │ ├── SUPNavigationController.m │ │ │ ├── SUPRefreshTableViewController.h │ │ │ ├── SUPRefreshTableViewController.m │ │ │ ├── SUPRequestBaseViewController.h │ │ │ ├── SUPRequestBaseViewController.m │ │ │ ├── SUPStaticTableViewController.h │ │ │ ├── SUPStaticTableViewController.m │ │ │ ├── SUPTableViewController.h │ │ │ ├── SUPTableViewController.m │ │ │ ├── SUPTextViewController.h │ │ │ ├── SUPTextViewController.m │ │ │ ├── SUPWebViewController.h │ │ │ └── SUPWebViewController.m │ │ ├── BaseModels │ │ │ ├── SUPItemSection.h │ │ │ ├── SUPItemSection.m │ │ │ ├── SUPSettingCell.h │ │ │ ├── SUPSettingCell.m │ │ │ ├── SUPWordArrowItem.h │ │ │ ├── SUPWordArrowItem.m │ │ │ ├── SUPWordItem.h │ │ │ └── SUPWordItem.m │ │ ├── BaseViews │ │ │ ├── SUPAutoRefreshFooter.h │ │ │ ├── SUPAutoRefreshFooter.m │ │ │ ├── SUPElementsFlowLayout.h │ │ │ ├── SUPElementsFlowLayout.m │ │ │ ├── SUPHorizontalFlowLayout.h │ │ │ ├── SUPHorizontalFlowLayout.m │ │ │ ├── SUPNavigationBar.h │ │ │ ├── SUPNavigationBar.m │ │ │ ├── SUPNormalRefreshHeader.h │ │ │ ├── SUPNormalRefreshHeader.m │ │ │ ├── SUPVerticalFlowLayout.h │ │ │ └── SUPVerticalFlowLayout.m │ │ └── 登录 │ │ │ ├── SUPLoginViewController.h │ │ │ ├── SUPLoginViewController.m │ │ │ └── SUPLoginViewController.xib │ ├── SUPXGMVideo.h │ ├── SUPXGMVideo.m │ ├── Service │ │ ├── BSJRecommendSevice.h │ │ ├── BSJRecommendSevice.m │ │ ├── BSJTopicCmtService.h │ │ ├── BSJTopicCmtService.m │ │ ├── BSJTopicService.h │ │ └── BSJTopicService.m │ ├── 视频播放 │ │ ├── Controller │ │ │ ├── VIDCollectionViewController.h │ │ │ ├── VIDCollectionViewController.m │ │ │ ├── VIDDownLoadViewController.h │ │ │ ├── VIDDownLoadViewController.m │ │ │ ├── VIDListViewController.h │ │ │ ├── VIDListViewController.m │ │ │ ├── VIDMoviePlayerViewController.h │ │ │ ├── VIDMoviePlayerViewController.m │ │ │ ├── VIDTableViewController.h │ │ │ ├── VIDTableViewController.m │ │ │ └── VideoDemo.storyboard │ │ ├── Tool │ │ │ ├── VIDCachesTool.h │ │ │ └── VIDCachesTool.m │ │ └── View │ │ │ ├── VIDDownLoadedCell.h │ │ │ ├── VIDDownLoadedCell.m │ │ │ ├── VIDDownLoadingCell.h │ │ │ └── VIDDownLoadingCell.m │ └── 音频播放 │ │ ├── Base │ │ ├── CFBaseController.h │ │ └── CFBaseController.m │ │ ├── CFHeader.h │ │ ├── Category │ │ ├── UIButton+BlockUI.h │ │ ├── UIButton+BlockUI.m │ │ ├── UIImage+ImageHandle.h │ │ ├── UIImage+ImageHandle.m │ │ ├── UIView+Frame.h │ │ └── UIView+Frame.m │ │ ├── Model │ │ ├── CFStreamerModel.h │ │ └── CFStreamerModel.m │ │ ├── Player │ │ ├── Controller │ │ │ ├── CFPlayerController.h │ │ │ └── CFPlayerController.m │ │ └── View │ │ │ ├── CFCDView.h │ │ │ ├── CFCDView.m │ │ │ ├── CFRotationView.h │ │ │ ├── CFRotationView.m │ │ │ ├── CFSliderView.h │ │ │ └── CFSliderView.m │ │ ├── User │ │ ├── CFUser.h │ │ └── CFUser.m │ │ ├── ViewController.h │ │ └── ViewController.m ├── Info.plist ├── PrefixHeader.pch ├── ThirdLibs │ ├── GCD │ │ ├── GCD.h │ │ ├── GCDGroup.h │ │ ├── GCDGroup.m │ │ ├── GCDQueue.h │ │ ├── GCDQueue.m │ │ ├── GCDSemaphore.h │ │ ├── GCDSemaphore.m │ │ ├── GCDTimer.h │ │ └── GCDTimer.m │ ├── SDPhotoBrowser │ │ ├── SDBrowserImageView.h │ │ ├── SDBrowserImageView.m │ │ ├── SDPhotoBrowser.h │ │ ├── SDPhotoBrowser.m │ │ ├── SDPhotoBrowserConfig.h │ │ ├── SDWaitingView.h │ │ └── SDWaitingView.m │ ├── ZFPlayer │ │ └── Classes │ │ │ ├── AVPlayer │ │ │ ├── ZFAVPlayerManager.h │ │ │ └── ZFAVPlayerManager.m │ │ │ ├── ControlView │ │ │ ├── UIImageView+ZFCache.h │ │ │ ├── UIImageView+ZFCache.m │ │ │ ├── UIView+ZFFrame.h │ │ │ ├── UIView+ZFFrame.m │ │ │ ├── ZFLandScapeControlView.h │ │ │ ├── ZFLandScapeControlView.m │ │ │ ├── ZFLoadingView.h │ │ │ ├── ZFLoadingView.m │ │ │ ├── ZFNetworkSpeedMonitor.h │ │ │ ├── ZFNetworkSpeedMonitor.m │ │ │ ├── ZFPlayer.bundle │ │ │ │ ├── ZFPlayer_back_full@2x.png │ │ │ │ ├── ZFPlayer_back_full@3x.png │ │ │ │ ├── ZFPlayer_bottom_shadow.png │ │ │ │ ├── ZFPlayer_brightness@2x.png │ │ │ │ ├── ZFPlayer_brightness@3x.png │ │ │ │ ├── ZFPlayer_close@2x.png │ │ │ │ ├── ZFPlayer_close@3x.png │ │ │ │ ├── ZFPlayer_closeWatch@2x.png │ │ │ │ ├── ZFPlayer_closeWatch@3x.png │ │ │ │ ├── ZFPlayer_fast_backward@2x.png │ │ │ │ ├── ZFPlayer_fast_backward@3x.png │ │ │ │ ├── ZFPlayer_fast_forward@2x.png │ │ │ │ ├── ZFPlayer_fast_forward@3x.png │ │ │ │ ├── ZFPlayer_fullscreen@2x.png │ │ │ │ ├── ZFPlayer_fullscreen@3x.png │ │ │ │ ├── ZFPlayer_lock-nor@2x.png │ │ │ │ ├── ZFPlayer_lock-nor@3x.png │ │ │ │ ├── ZFPlayer_muted@2x.png │ │ │ │ ├── ZFPlayer_muted@3x.png │ │ │ │ ├── ZFPlayer_next@2x.png │ │ │ │ ├── ZFPlayer_next@3x.png │ │ │ │ ├── ZFPlayer_pause@2x.png │ │ │ │ ├── ZFPlayer_pause@3x.png │ │ │ │ ├── ZFPlayer_play@2x.png │ │ │ │ ├── ZFPlayer_play@3x.png │ │ │ │ ├── ZFPlayer_shrinkscreen@2x.png │ │ │ │ ├── ZFPlayer_shrinkscreen@3x.png │ │ │ │ ├── ZFPlayer_slider.png │ │ │ │ ├── ZFPlayer_slider@2x.png │ │ │ │ ├── ZFPlayer_slider@3x.png │ │ │ │ ├── ZFPlayer_top_shadow.png │ │ │ │ ├── ZFPlayer_unlock-nor@2x.png │ │ │ │ ├── ZFPlayer_unlock-nor@3x.png │ │ │ │ ├── ZFPlayer_volume@2x.png │ │ │ │ ├── ZFPlayer_volume@3x.png │ │ │ │ ├── new_allPause_44x44_@2x.png │ │ │ │ ├── new_allPause_44x44_@3x.png │ │ │ │ ├── new_allPlay_44x44_@2x.png │ │ │ │ └── new_allPlay_44x44_@3x.png │ │ │ ├── ZFPlayerControlView.h │ │ │ ├── ZFPlayerControlView.m │ │ │ ├── ZFPortraitControlView.h │ │ │ ├── ZFPortraitControlView.m │ │ │ ├── ZFSliderView.h │ │ │ ├── ZFSliderView.m │ │ │ ├── ZFSmallFloatControlView.h │ │ │ ├── ZFSmallFloatControlView.m │ │ │ ├── ZFSpeedLoadingView.h │ │ │ ├── ZFSpeedLoadingView.m │ │ │ ├── ZFUtilities.h │ │ │ ├── ZFUtilities.m │ │ │ ├── ZFVolumeBrightnessView.h │ │ │ └── ZFVolumeBrightnessView.m │ │ │ ├── Core │ │ │ ├── UIScrollView+ZFPlayer.h │ │ │ ├── UIScrollView+ZFPlayer.m │ │ │ ├── UIViewController+ZFPlayerRotation.m │ │ │ ├── ZFFloatView.h │ │ │ ├── ZFFloatView.m │ │ │ ├── ZFKVOController.h │ │ │ ├── ZFKVOController.m │ │ │ ├── ZFOrientationObserver.h │ │ │ ├── ZFOrientationObserver.m │ │ │ ├── ZFPlayer.h │ │ │ ├── ZFPlayerController.h │ │ │ ├── ZFPlayerController.m │ │ │ ├── ZFPlayerGestureControl.h │ │ │ ├── ZFPlayerGestureControl.m │ │ │ ├── ZFPlayerLogManager.h │ │ │ ├── ZFPlayerLogManager.m │ │ │ ├── ZFPlayerMediaControl.h │ │ │ ├── ZFPlayerMediaPlayback.h │ │ │ ├── ZFPlayerNotification.h │ │ │ ├── ZFPlayerNotification.m │ │ │ ├── ZFPlayerView.h │ │ │ ├── ZFPlayerView.m │ │ │ ├── ZFReachabilityManager.h │ │ │ └── ZFReachabilityManager.m │ │ │ ├── KSYMediaPlayer │ │ │ ├── KSMediaPlayerManager.h │ │ │ └── KSMediaPlayerManager.m │ │ │ └── ijkplayer │ │ │ ├── ZFIJKPlayerManager.h │ │ │ └── ZFIJKPlayerManager.m │ ├── ZJScrollPageView │ │ ├── UIView+ZJFrame.h │ │ ├── UIView+ZJFrame.m │ │ ├── UIViewController+ZJScrollPageController.h │ │ ├── UIViewController+ZJScrollPageController.m │ │ ├── ZJCollectionView.h │ │ ├── ZJCollectionView.m │ │ ├── ZJContentView.h │ │ ├── ZJContentView.m │ │ ├── ZJScrollPageView.h │ │ ├── ZJScrollPageView.m │ │ ├── ZJScrollPageViewDelegate.h │ │ ├── ZJScrollSegmentView.h │ │ ├── ZJScrollSegmentView.m │ │ ├── ZJSegmentStyle.h │ │ ├── ZJSegmentStyle.m │ │ ├── ZJTitleView.h │ │ └── ZJTitleView.m │ └── lib │ │ └── Foundation+Log.m └── main.m ├── LICENSE ├── Podfile ├── Podfile.lock ├── Pods ├── AFNetworking │ ├── AFNetworking │ │ ├── AFHTTPSessionManager.h │ │ ├── AFHTTPSessionManager.m │ │ ├── AFNetworkReachabilityManager.h │ │ ├── AFNetworkReachabilityManager.m │ │ ├── AFNetworking.h │ │ ├── AFSecurityPolicy.h │ │ ├── AFSecurityPolicy.m │ │ ├── AFURLRequestSerialization.h │ │ ├── AFURLRequestSerialization.m │ │ ├── AFURLResponseSerialization.h │ │ ├── AFURLResponseSerialization.m │ │ ├── AFURLSessionManager.h │ │ └── AFURLSessionManager.m │ ├── LICENSE │ ├── README.md │ └── UIKit+AFNetworking │ │ ├── AFAutoPurgingImageCache.h │ │ ├── AFAutoPurgingImageCache.m │ │ ├── AFImageDownloader.h │ │ ├── AFImageDownloader.m │ │ ├── AFNetworkActivityIndicatorManager.h │ │ ├── AFNetworkActivityIndicatorManager.m │ │ ├── UIActivityIndicatorView+AFNetworking.h │ │ ├── UIActivityIndicatorView+AFNetworking.m │ │ ├── UIButton+AFNetworking.h │ │ ├── UIButton+AFNetworking.m │ │ ├── UIImage+AFNetworking.h │ │ ├── UIImageView+AFNetworking.h │ │ ├── UIImageView+AFNetworking.m │ │ ├── UIKit+AFNetworking.h │ │ ├── UIProgressView+AFNetworking.h │ │ ├── UIProgressView+AFNetworking.m │ │ ├── UIRefreshControl+AFNetworking.h │ │ ├── UIRefreshControl+AFNetworking.m │ │ ├── UIWebView+AFNetworking.h │ │ └── UIWebView+AFNetworking.m ├── CYLTabBarController │ ├── CYLTabBarController │ │ ├── CYLConstants.h │ │ ├── CYLPlusButton.h │ │ ├── CYLPlusButton.m │ │ ├── CYLTabBar.h │ │ ├── CYLTabBar.m │ │ ├── CYLTabBarController.h │ │ ├── CYLTabBarController.m │ │ ├── UIControl+CYLTabBarControllerExtention.h │ │ ├── UIControl+CYLTabBarControllerExtention.m │ │ ├── UITabBarItem+CYLTabBarControllerExtention.h │ │ ├── UITabBarItem+CYLTabBarControllerExtention.m │ │ ├── UIView+CYLTabBarControllerExtention.h │ │ ├── UIView+CYLTabBarControllerExtention.m │ │ ├── UIViewController+CYLTabBarControllerExtention.h │ │ └── UIViewController+CYLTabBarControllerExtention.m │ ├── LICENSE │ └── README.md ├── DACircularProgress │ ├── DACircularProgress │ │ ├── DACircularProgressView.h │ │ ├── DACircularProgressView.m │ │ ├── DALabeledCircularProgressView.h │ │ └── DALabeledCircularProgressView.m │ ├── LICENSE.md │ └── README.md ├── FDFullscreenPopGesture │ ├── FDFullscreenPopGesture │ │ ├── UINavigationController+FDFullscreenPopGesture.h │ │ └── UINavigationController+FDFullscreenPopGesture.m │ ├── LICENSE │ └── README.md ├── FLAnimatedImage │ ├── FLAnimatedImage │ │ ├── FLAnimatedImage.h │ │ ├── FLAnimatedImage.m │ │ ├── FLAnimatedImageView.h │ │ └── FLAnimatedImageView.m │ ├── LICENSE │ └── README.md ├── FMDB │ ├── LICENSE.txt │ ├── README.markdown │ └── src │ │ └── fmdb │ │ ├── FMDB.h │ │ ├── FMDatabase.h │ │ ├── FMDatabase.m │ │ ├── FMDatabaseAdditions.h │ │ ├── FMDatabaseAdditions.m │ │ ├── FMDatabasePool.h │ │ ├── FMDatabasePool.m │ │ ├── FMDatabaseQueue.h │ │ ├── FMDatabaseQueue.m │ │ ├── FMResultSet.h │ │ └── FMResultSet.m ├── FreeStreamer │ ├── FreeStreamer │ │ └── FreeStreamer │ │ │ ├── FSAudioController.h │ │ │ ├── FSAudioController.m │ │ │ ├── FSAudioStream.h │ │ │ ├── FSAudioStream.mm │ │ │ ├── FSCheckContentTypeRequest.h │ │ │ ├── FSCheckContentTypeRequest.m │ │ │ ├── FSParsePlaylistRequest.h │ │ │ ├── FSParsePlaylistRequest.m │ │ │ ├── FSParseRssPodcastFeedRequest.h │ │ │ ├── FSParseRssPodcastFeedRequest.m │ │ │ ├── FSPlaylistItem.h │ │ │ ├── FSPlaylistItem.m │ │ │ ├── FSXMLHttpRequest.h │ │ │ ├── FSXMLHttpRequest.m │ │ │ ├── audio_queue.cpp │ │ │ ├── audio_queue.h │ │ │ ├── audio_stream.cpp │ │ │ ├── audio_stream.h │ │ │ ├── caching_stream.cpp │ │ │ ├── caching_stream.h │ │ │ ├── file_output.cpp │ │ │ ├── file_output.h │ │ │ ├── file_stream.cpp │ │ │ ├── file_stream.h │ │ │ ├── http_stream.cpp │ │ │ ├── http_stream.h │ │ │ ├── id3_parser.cpp │ │ │ ├── id3_parser.h │ │ │ ├── input_stream.cpp │ │ │ ├── input_stream.h │ │ │ ├── stream_configuration.cpp │ │ │ └── stream_configuration.h │ ├── LICENSE.txt │ └── README.markdown ├── GVUserDefaults │ ├── GVUserDefaults │ │ ├── GVUserDefaults.h │ │ └── GVUserDefaults.m │ ├── LICENSE │ └── README.md ├── Headers │ ├── Private │ │ ├── AFNetworking │ │ │ ├── AFAutoPurgingImageCache.h │ │ │ ├── AFHTTPSessionManager.h │ │ │ ├── AFImageDownloader.h │ │ │ ├── AFNetworkActivityIndicatorManager.h │ │ │ ├── AFNetworkReachabilityManager.h │ │ │ ├── AFNetworking.h │ │ │ ├── AFSecurityPolicy.h │ │ │ ├── AFURLRequestSerialization.h │ │ │ ├── AFURLResponseSerialization.h │ │ │ ├── AFURLSessionManager.h │ │ │ ├── UIActivityIndicatorView+AFNetworking.h │ │ │ ├── UIButton+AFNetworking.h │ │ │ ├── UIImage+AFNetworking.h │ │ │ ├── UIImageView+AFNetworking.h │ │ │ ├── UIKit+AFNetworking.h │ │ │ ├── UIProgressView+AFNetworking.h │ │ │ ├── UIRefreshControl+AFNetworking.h │ │ │ └── UIWebView+AFNetworking.h │ │ ├── CYLTabBarController │ │ │ ├── CYLConstants.h │ │ │ ├── CYLPlusButton.h │ │ │ ├── CYLTabBar.h │ │ │ ├── CYLTabBarController.h │ │ │ ├── UIControl+CYLTabBarControllerExtention.h │ │ │ ├── UITabBarItem+CYLTabBarControllerExtention.h │ │ │ ├── UIView+CYLTabBarControllerExtention.h │ │ │ └── UIViewController+CYLTabBarControllerExtention.h │ │ ├── DACircularProgress │ │ │ ├── DACircularProgressView.h │ │ │ └── DALabeledCircularProgressView.h │ │ ├── FDFullscreenPopGesture │ │ │ └── UINavigationController+FDFullscreenPopGesture.h │ │ ├── FLAnimatedImage │ │ │ ├── FLAnimatedImage.h │ │ │ └── FLAnimatedImageView.h │ │ ├── FMDB │ │ │ ├── FMDB.h │ │ │ ├── FMDatabase.h │ │ │ ├── FMDatabaseAdditions.h │ │ │ ├── FMDatabasePool.h │ │ │ ├── FMDatabaseQueue.h │ │ │ └── FMResultSet.h │ │ ├── FreeStreamer │ │ │ ├── FSAudioController.h │ │ │ ├── FSAudioStream.h │ │ │ ├── FSCheckContentTypeRequest.h │ │ │ ├── FSParsePlaylistRequest.h │ │ │ ├── FSParseRssPodcastFeedRequest.h │ │ │ ├── FSPlaylistItem.h │ │ │ ├── FSXMLHttpRequest.h │ │ │ ├── audio_queue.h │ │ │ ├── audio_stream.h │ │ │ ├── caching_stream.h │ │ │ ├── file_output.h │ │ │ ├── file_stream.h │ │ │ ├── http_stream.h │ │ │ ├── id3_parser.h │ │ │ ├── input_stream.h │ │ │ └── stream_configuration.h │ │ ├── GVUserDefaults │ │ │ └── GVUserDefaults.h │ │ ├── IQKeyboardManager │ │ │ ├── IQBarButtonItem.h │ │ │ ├── IQKeyboardManager.h │ │ │ ├── IQKeyboardManagerConstants.h │ │ │ ├── IQKeyboardManagerConstantsInternal.h │ │ │ ├── IQKeyboardReturnKeyHandler.h │ │ │ ├── IQNSArray+Sort.h │ │ │ ├── IQPreviousNextView.h │ │ │ ├── IQTextView.h │ │ │ ├── IQTitleBarButtonItem.h │ │ │ ├── IQToolbar.h │ │ │ ├── IQUIScrollView+Additions.h │ │ │ ├── IQUITextFieldView+Additions.h │ │ │ ├── IQUIView+Hierarchy.h │ │ │ ├── IQUIView+IQKeyboardToolbar.h │ │ │ ├── IQUIViewController+Additions.h │ │ │ └── IQUIWindow+Hierarchy.h │ │ ├── M13ProgressSuite │ │ │ ├── M13ProgressConsole.h │ │ │ ├── M13ProgressHUD.h │ │ │ ├── M13ProgressView.h │ │ │ ├── M13ProgressViewBar.h │ │ │ ├── M13ProgressViewBorderedBar.h │ │ │ ├── M13ProgressViewFilteredImage.h │ │ │ ├── M13ProgressViewImage.h │ │ │ ├── M13ProgressViewLetterpress.h │ │ │ ├── M13ProgressViewMetro.h │ │ │ ├── M13ProgressViewMetroDotPolygon.h │ │ │ ├── M13ProgressViewPie.h │ │ │ ├── M13ProgressViewRadiative.h │ │ │ ├── M13ProgressViewRing.h │ │ │ ├── M13ProgressViewSegmentedBar.h │ │ │ ├── M13ProgressViewSegmentedRing.h │ │ │ ├── M13ProgressViewStripedBar.h │ │ │ ├── UIApplication+M13ProgressSuite.h │ │ │ ├── UIImage+ImageEffects.h │ │ │ └── UINavigationController+M13ProgressViewBar.h │ │ ├── MBProgressHUD │ │ │ └── MBProgressHUD.h │ │ ├── MJExtension │ │ │ ├── MJExtension.h │ │ │ ├── MJExtensionConst.h │ │ │ ├── MJFoundation.h │ │ │ ├── MJProperty.h │ │ │ ├── MJPropertyKey.h │ │ │ ├── MJPropertyType.h │ │ │ ├── NSObject+MJClass.h │ │ │ ├── NSObject+MJCoding.h │ │ │ ├── NSObject+MJKeyValue.h │ │ │ ├── NSObject+MJProperty.h │ │ │ └── NSString+MJExtension.h │ │ ├── MJRefresh │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshGifHeader.h │ │ │ ├── MJRefreshHeader.h │ │ │ ├── MJRefreshNormalHeader.h │ │ │ ├── MJRefreshStateHeader.h │ │ │ ├── NSBundle+MJRefresh.h │ │ │ ├── UIScrollView+MJExtension.h │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ └── UIView+MJExtension.h │ │ ├── Masonry │ │ │ ├── MASCompositeConstraint.h │ │ │ ├── MASConstraint+Private.h │ │ │ ├── MASConstraint.h │ │ │ ├── MASConstraintMaker.h │ │ │ ├── MASLayoutConstraint.h │ │ │ ├── MASUtilities.h │ │ │ ├── MASViewAttribute.h │ │ │ ├── MASViewConstraint.h │ │ │ ├── Masonry.h │ │ │ ├── NSArray+MASAdditions.h │ │ │ ├── NSArray+MASShorthandAdditions.h │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ │ ├── View+MASAdditions.h │ │ │ ├── View+MASShorthandAdditions.h │ │ │ └── ViewController+MASAdditions.h │ │ ├── NJKWebViewProgress │ │ │ ├── NJKWebViewProgress.h │ │ │ └── NJKWebViewProgressView.h │ │ ├── Reachability │ │ │ └── Reachability.h │ │ ├── SDWebImage │ │ │ ├── FLAnimatedImageView+WebCache.h │ │ │ ├── NSButton+WebCache.h │ │ │ ├── NSData+ImageContentType.h │ │ │ ├── NSImage+WebCache.h │ │ │ ├── SDImageCache.h │ │ │ ├── SDImageCacheConfig.h │ │ │ ├── SDWebImageCoder.h │ │ │ ├── SDWebImageCoderHelper.h │ │ │ ├── SDWebImageCodersManager.h │ │ │ ├── SDWebImageCompat.h │ │ │ ├── SDWebImageDownloader.h │ │ │ ├── SDWebImageDownloaderOperation.h │ │ │ ├── SDWebImageFrame.h │ │ │ ├── SDWebImageGIFCoder.h │ │ │ ├── SDWebImageImageIOCoder.h │ │ │ ├── SDWebImageManager.h │ │ │ ├── SDWebImageOperation.h │ │ │ ├── SDWebImagePrefetcher.h │ │ │ ├── SDWebImageTransition.h │ │ │ ├── UIButton+WebCache.h │ │ │ ├── UIImage+ForceDecode.h │ │ │ ├── UIImage+GIF.h │ │ │ ├── UIImage+MultiFormat.h │ │ │ ├── UIImageView+HighlightedWebCache.h │ │ │ ├── UIImageView+WebCache.h │ │ │ ├── UIView+WebCache.h │ │ │ └── UIView+WebCacheOperation.h │ │ ├── SVProgressHUD │ │ │ ├── SVIndefiniteAnimatedView.h │ │ │ ├── SVProgressAnimatedView.h │ │ │ ├── SVProgressHUD.h │ │ │ └── SVRadialGradientLayer.h │ │ ├── Toast │ │ │ ├── Toast.h │ │ │ └── UIView+Toast.h │ │ ├── YYCategories │ │ │ ├── CALayer+YYAdd.h │ │ │ ├── NSArray+YYAdd.h │ │ │ ├── NSBundle+YYAdd.h │ │ │ ├── NSData+YYAdd.h │ │ │ ├── NSDate+YYAdd.h │ │ │ ├── NSDictionary+YYAdd.h │ │ │ ├── NSKeyedUnarchiver+YYAdd.h │ │ │ ├── NSNotificationCenter+YYAdd.h │ │ │ ├── NSNumber+YYAdd.h │ │ │ ├── NSObject+YYAdd.h │ │ │ ├── NSObject+YYAddForARC.h │ │ │ ├── NSObject+YYAddForKVO.h │ │ │ ├── NSString+YYAdd.h │ │ │ ├── NSThread+YYAdd.h │ │ │ ├── NSTimer+YYAdd.h │ │ │ ├── UIApplication+YYAdd.h │ │ │ ├── UIBarButtonItem+YYAdd.h │ │ │ ├── UIBezierPath+YYAdd.h │ │ │ ├── UIColor+YYAdd.h │ │ │ ├── UIControl+YYAdd.h │ │ │ ├── UIDevice+YYAdd.h │ │ │ ├── UIFont+YYAdd.h │ │ │ ├── UIGestureRecognizer+YYAdd.h │ │ │ ├── UIImage+YYAdd.h │ │ │ ├── UIScreen+YYAdd.h │ │ │ ├── UIScrollView+YYAdd.h │ │ │ ├── UITableView+YYAdd.h │ │ │ ├── UITextField+YYAdd.h │ │ │ ├── UIView+YYAdd.h │ │ │ ├── YYCGUtilities.h │ │ │ ├── YYCategories.h │ │ │ └── YYCategoriesMacro.h │ │ ├── YYImage │ │ │ ├── YYAnimatedImageView.h │ │ │ ├── YYFrameImage.h │ │ │ ├── YYImage.h │ │ │ ├── YYImageCoder.h │ │ │ └── YYSpriteSheetImage.h │ │ ├── YYText │ │ │ ├── NSAttributedString+YYText.h │ │ │ ├── NSParagraphStyle+YYText.h │ │ │ ├── UIPasteboard+YYText.h │ │ │ ├── UIView+YYText.h │ │ │ ├── YYLabel.h │ │ │ ├── YYText.h │ │ │ ├── YYTextArchiver.h │ │ │ ├── YYTextAsyncLayer.h │ │ │ ├── YYTextAttribute.h │ │ │ ├── YYTextContainerView.h │ │ │ ├── YYTextDebugOption.h │ │ │ ├── YYTextEffectWindow.h │ │ │ ├── YYTextInput.h │ │ │ ├── YYTextKeyboardManager.h │ │ │ ├── YYTextLayout.h │ │ │ ├── YYTextLine.h │ │ │ ├── YYTextMagnifier.h │ │ │ ├── YYTextParser.h │ │ │ ├── YYTextRubyAnnotation.h │ │ │ ├── YYTextRunDelegate.h │ │ │ ├── YYTextSelectionView.h │ │ │ ├── YYTextTransaction.h │ │ │ ├── YYTextUtilities.h │ │ │ ├── YYTextView.h │ │ │ └── YYTextWeakProxy.h │ │ └── pop │ │ │ ├── FloatConversion.h │ │ │ ├── POP.h │ │ │ ├── POPAction.h │ │ │ ├── POPAnimatableProperty.h │ │ │ ├── POPAnimatablePropertyTypes.h │ │ │ ├── POPAnimation.h │ │ │ ├── POPAnimationEvent.h │ │ │ ├── POPAnimationEventInternal.h │ │ │ ├── POPAnimationExtras.h │ │ │ ├── POPAnimationInternal.h │ │ │ ├── POPAnimationPrivate.h │ │ │ ├── POPAnimationRuntime.h │ │ │ ├── POPAnimationTracer.h │ │ │ ├── POPAnimationTracerInternal.h │ │ │ ├── POPAnimator.h │ │ │ ├── POPAnimatorPrivate.h │ │ │ ├── POPBasicAnimation.h │ │ │ ├── POPBasicAnimationInternal.h │ │ │ ├── POPCGUtils.h │ │ │ ├── POPCustomAnimation.h │ │ │ ├── POPDecayAnimation.h │ │ │ ├── POPDecayAnimationInternal.h │ │ │ ├── POPDefines.h │ │ │ ├── POPGeometry.h │ │ │ ├── POPLayerExtras.h │ │ │ ├── POPMath.h │ │ │ ├── POPPropertyAnimation.h │ │ │ ├── POPPropertyAnimationInternal.h │ │ │ ├── POPSpringAnimation.h │ │ │ ├── POPSpringAnimationInternal.h │ │ │ ├── POPSpringSolver.h │ │ │ ├── POPVector.h │ │ │ ├── TransformationMatrix.h │ │ │ └── UnitBezier.h │ └── Public │ │ ├── AFNetworking │ │ ├── AFAutoPurgingImageCache.h │ │ ├── AFHTTPSessionManager.h │ │ ├── AFImageDownloader.h │ │ ├── AFNetworkActivityIndicatorManager.h │ │ ├── AFNetworkReachabilityManager.h │ │ ├── AFNetworking.h │ │ ├── AFSecurityPolicy.h │ │ ├── AFURLRequestSerialization.h │ │ ├── AFURLResponseSerialization.h │ │ ├── AFURLSessionManager.h │ │ ├── UIActivityIndicatorView+AFNetworking.h │ │ ├── UIButton+AFNetworking.h │ │ ├── UIImage+AFNetworking.h │ │ ├── UIImageView+AFNetworking.h │ │ ├── UIKit+AFNetworking.h │ │ ├── UIProgressView+AFNetworking.h │ │ ├── UIRefreshControl+AFNetworking.h │ │ └── UIWebView+AFNetworking.h │ │ ├── CYLTabBarController │ │ ├── CYLConstants.h │ │ ├── CYLPlusButton.h │ │ ├── CYLTabBar.h │ │ ├── CYLTabBarController.h │ │ ├── UIControl+CYLTabBarControllerExtention.h │ │ ├── UITabBarItem+CYLTabBarControllerExtention.h │ │ ├── UIView+CYLTabBarControllerExtention.h │ │ └── UIViewController+CYLTabBarControllerExtention.h │ │ ├── DACircularProgress │ │ ├── DACircularProgressView.h │ │ └── DALabeledCircularProgressView.h │ │ ├── FDFullscreenPopGesture │ │ └── UINavigationController+FDFullscreenPopGesture.h │ │ ├── FLAnimatedImage │ │ ├── FLAnimatedImage.h │ │ └── FLAnimatedImageView.h │ │ ├── FMDB │ │ ├── FMDB.h │ │ ├── FMDatabase.h │ │ ├── FMDatabaseAdditions.h │ │ ├── FMDatabasePool.h │ │ ├── FMDatabaseQueue.h │ │ └── FMResultSet.h │ │ ├── FreeStreamer │ │ ├── FSAudioController.h │ │ ├── FSAudioStream.h │ │ ├── FSCheckContentTypeRequest.h │ │ ├── FSParsePlaylistRequest.h │ │ ├── FSParseRssPodcastFeedRequest.h │ │ ├── FSPlaylistItem.h │ │ └── FSXMLHttpRequest.h │ │ ├── GVUserDefaults │ │ └── GVUserDefaults.h │ │ ├── IQKeyboardManager │ │ ├── IQBarButtonItem.h │ │ ├── IQKeyboardManager.h │ │ ├── IQKeyboardManagerConstants.h │ │ ├── IQKeyboardReturnKeyHandler.h │ │ ├── IQPreviousNextView.h │ │ ├── IQTextView.h │ │ ├── IQTitleBarButtonItem.h │ │ ├── IQToolbar.h │ │ ├── IQUIScrollView+Additions.h │ │ ├── IQUITextFieldView+Additions.h │ │ ├── IQUIView+Hierarchy.h │ │ ├── IQUIView+IQKeyboardToolbar.h │ │ ├── IQUIViewController+Additions.h │ │ └── IQUIWindow+Hierarchy.h │ │ ├── M13ProgressSuite │ │ ├── M13ProgressConsole.h │ │ ├── M13ProgressHUD.h │ │ ├── M13ProgressView.h │ │ ├── M13ProgressViewBar.h │ │ ├── M13ProgressViewBorderedBar.h │ │ ├── M13ProgressViewFilteredImage.h │ │ ├── M13ProgressViewImage.h │ │ ├── M13ProgressViewLetterpress.h │ │ ├── M13ProgressViewMetro.h │ │ ├── M13ProgressViewMetroDotPolygon.h │ │ ├── M13ProgressViewPie.h │ │ ├── M13ProgressViewRadiative.h │ │ ├── M13ProgressViewRing.h │ │ ├── M13ProgressViewSegmentedBar.h │ │ ├── M13ProgressViewSegmentedRing.h │ │ ├── M13ProgressViewStripedBar.h │ │ ├── UIApplication+M13ProgressSuite.h │ │ ├── UIImage+ImageEffects.h │ │ └── UINavigationController+M13ProgressViewBar.h │ │ ├── MBProgressHUD │ │ └── MBProgressHUD.h │ │ ├── MJExtension │ │ ├── MJExtension.h │ │ ├── MJExtensionConst.h │ │ ├── MJFoundation.h │ │ ├── MJProperty.h │ │ ├── MJPropertyKey.h │ │ ├── MJPropertyType.h │ │ ├── NSObject+MJClass.h │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJProperty.h │ │ └── NSString+MJExtension.h │ │ ├── MJRefresh │ │ ├── MJRefresh.h │ │ ├── MJRefreshAutoFooter.h │ │ ├── MJRefreshAutoGifFooter.h │ │ ├── MJRefreshAutoNormalFooter.h │ │ ├── MJRefreshAutoStateFooter.h │ │ ├── MJRefreshBackFooter.h │ │ ├── MJRefreshBackGifFooter.h │ │ ├── MJRefreshBackNormalFooter.h │ │ ├── MJRefreshBackStateFooter.h │ │ ├── MJRefreshComponent.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshFooter.h │ │ ├── MJRefreshGifHeader.h │ │ ├── MJRefreshHeader.h │ │ ├── MJRefreshNormalHeader.h │ │ ├── MJRefreshStateHeader.h │ │ ├── NSBundle+MJRefresh.h │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJRefresh.h │ │ └── UIView+MJExtension.h │ │ ├── Masonry │ │ ├── MASCompositeConstraint.h │ │ ├── MASConstraint+Private.h │ │ ├── MASConstraint.h │ │ ├── MASConstraintMaker.h │ │ ├── MASLayoutConstraint.h │ │ ├── MASUtilities.h │ │ ├── MASViewAttribute.h │ │ ├── MASViewConstraint.h │ │ ├── Masonry.h │ │ ├── NSArray+MASAdditions.h │ │ ├── NSArray+MASShorthandAdditions.h │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ ├── View+MASAdditions.h │ │ ├── View+MASShorthandAdditions.h │ │ └── ViewController+MASAdditions.h │ │ ├── NJKWebViewProgress │ │ ├── NJKWebViewProgress.h │ │ └── NJKWebViewProgressView.h │ │ ├── Reachability │ │ └── Reachability.h │ │ ├── SDWebImage │ │ ├── FLAnimatedImageView+WebCache.h │ │ ├── NSButton+WebCache.h │ │ ├── NSData+ImageContentType.h │ │ ├── NSImage+WebCache.h │ │ ├── SDImageCache.h │ │ ├── SDImageCacheConfig.h │ │ ├── SDWebImageCoder.h │ │ ├── SDWebImageCoderHelper.h │ │ ├── SDWebImageCodersManager.h │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageFrame.h │ │ ├── SDWebImageGIFCoder.h │ │ ├── SDWebImageImageIOCoder.h │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── SDWebImageTransition.h │ │ ├── UIButton+WebCache.h │ │ ├── UIImage+ForceDecode.h │ │ ├── UIImage+GIF.h │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+WebCache.h │ │ ├── UIView+WebCache.h │ │ └── UIView+WebCacheOperation.h │ │ ├── SVProgressHUD │ │ ├── SVIndefiniteAnimatedView.h │ │ ├── SVProgressAnimatedView.h │ │ ├── SVProgressHUD.h │ │ └── SVRadialGradientLayer.h │ │ ├── Toast │ │ ├── Toast.h │ │ └── UIView+Toast.h │ │ ├── YYCategories │ │ ├── CALayer+YYAdd.h │ │ ├── NSArray+YYAdd.h │ │ ├── NSBundle+YYAdd.h │ │ ├── NSData+YYAdd.h │ │ ├── NSDate+YYAdd.h │ │ ├── NSDictionary+YYAdd.h │ │ ├── NSKeyedUnarchiver+YYAdd.h │ │ ├── NSNotificationCenter+YYAdd.h │ │ ├── NSNumber+YYAdd.h │ │ ├── NSObject+YYAdd.h │ │ ├── NSObject+YYAddForARC.h │ │ ├── NSObject+YYAddForKVO.h │ │ ├── NSString+YYAdd.h │ │ ├── NSThread+YYAdd.h │ │ ├── NSTimer+YYAdd.h │ │ ├── UIApplication+YYAdd.h │ │ ├── UIBarButtonItem+YYAdd.h │ │ ├── UIBezierPath+YYAdd.h │ │ ├── UIColor+YYAdd.h │ │ ├── UIControl+YYAdd.h │ │ ├── UIDevice+YYAdd.h │ │ ├── UIFont+YYAdd.h │ │ ├── UIGestureRecognizer+YYAdd.h │ │ ├── UIImage+YYAdd.h │ │ ├── UIScreen+YYAdd.h │ │ ├── UIScrollView+YYAdd.h │ │ ├── UITableView+YYAdd.h │ │ ├── UITextField+YYAdd.h │ │ ├── UIView+YYAdd.h │ │ ├── YYCGUtilities.h │ │ ├── YYCategories.h │ │ └── YYCategoriesMacro.h │ │ ├── YYImage │ │ ├── YYAnimatedImageView.h │ │ ├── YYFrameImage.h │ │ ├── YYImage.h │ │ ├── YYImageCoder.h │ │ └── YYSpriteSheetImage.h │ │ ├── YYText │ │ ├── NSAttributedString+YYText.h │ │ ├── NSParagraphStyle+YYText.h │ │ ├── UIPasteboard+YYText.h │ │ ├── UIView+YYText.h │ │ ├── YYLabel.h │ │ ├── YYText.h │ │ ├── YYTextArchiver.h │ │ ├── YYTextAsyncLayer.h │ │ ├── YYTextAttribute.h │ │ ├── YYTextContainerView.h │ │ ├── YYTextDebugOption.h │ │ ├── YYTextEffectWindow.h │ │ ├── YYTextInput.h │ │ ├── YYTextKeyboardManager.h │ │ ├── YYTextLayout.h │ │ ├── YYTextLine.h │ │ ├── YYTextMagnifier.h │ │ ├── YYTextParser.h │ │ ├── YYTextRubyAnnotation.h │ │ ├── YYTextRunDelegate.h │ │ ├── YYTextSelectionView.h │ │ ├── YYTextTransaction.h │ │ ├── YYTextUtilities.h │ │ ├── YYTextView.h │ │ └── YYTextWeakProxy.h │ │ └── pop │ │ ├── POP.h │ │ ├── POPAnimatableProperty.h │ │ ├── POPAnimatablePropertyTypes.h │ │ ├── POPAnimation.h │ │ ├── POPAnimationEvent.h │ │ ├── POPAnimationExtras.h │ │ ├── POPAnimationTracer.h │ │ ├── POPAnimator.h │ │ ├── POPBasicAnimation.h │ │ ├── POPCustomAnimation.h │ │ ├── POPDecayAnimation.h │ │ ├── POPDefines.h │ │ ├── POPGeometry.h │ │ ├── POPLayerExtras.h │ │ ├── POPPropertyAnimation.h │ │ └── POPSpringAnimation.h ├── IQKeyboardManager │ ├── IQKeyboardManager │ │ ├── Categories │ │ │ ├── IQNSArray+Sort.h │ │ │ ├── IQNSArray+Sort.m │ │ │ ├── IQUIScrollView+Additions.h │ │ │ ├── IQUIScrollView+Additions.m │ │ │ ├── IQUITextFieldView+Additions.h │ │ │ ├── IQUITextFieldView+Additions.m │ │ │ ├── IQUIView+Hierarchy.h │ │ │ ├── IQUIView+Hierarchy.m │ │ │ ├── IQUIViewController+Additions.h │ │ │ ├── IQUIViewController+Additions.m │ │ │ ├── IQUIWindow+Hierarchy.h │ │ │ └── IQUIWindow+Hierarchy.m │ │ ├── Constants │ │ │ ├── IQKeyboardManagerConstants.h │ │ │ └── IQKeyboardManagerConstantsInternal.h │ │ ├── IQKeyboardManager.h │ │ ├── IQKeyboardManager.m │ │ ├── IQKeyboardReturnKeyHandler.h │ │ ├── IQKeyboardReturnKeyHandler.m │ │ ├── IQTextView │ │ │ ├── IQTextView.h │ │ │ └── IQTextView.m │ │ ├── IQToolbar │ │ │ ├── IQBarButtonItem.h │ │ │ ├── IQBarButtonItem.m │ │ │ ├── IQPreviousNextView.h │ │ │ ├── IQPreviousNextView.m │ │ │ ├── IQTitleBarButtonItem.h │ │ │ ├── IQTitleBarButtonItem.m │ │ │ ├── IQToolbar.h │ │ │ ├── IQToolbar.m │ │ │ ├── IQUIView+IQKeyboardToolbar.h │ │ │ └── IQUIView+IQKeyboardToolbar.m │ │ └── Resources │ │ │ └── IQKeyboardManager.bundle │ │ │ ├── IQButtonBarArrowDown@2x.png │ │ │ ├── IQButtonBarArrowDown@3x.png │ │ │ ├── IQButtonBarArrowLeft@2x.png │ │ │ ├── IQButtonBarArrowLeft@3x.png │ │ │ ├── IQButtonBarArrowRight@2x.png │ │ │ ├── IQButtonBarArrowRight@3x.png │ │ │ ├── IQButtonBarArrowUp@2x.png │ │ │ └── IQButtonBarArrowUp@3x.png │ ├── LICENSE.md │ └── README.md ├── M13ProgressSuite │ ├── Classes │ │ ├── Application │ │ │ ├── UIApplication+M13ProgressSuite.h │ │ │ └── UIApplication+M13ProgressSuite.m │ │ ├── Console │ │ │ ├── M13ProgressConsole.h │ │ │ └── M13ProgressConsole.m │ │ ├── HUD │ │ │ ├── M13ProgressHUD.h │ │ │ ├── M13ProgressHUD.m │ │ │ ├── UIImage+ImageEffects.h │ │ │ └── UIImage+ImageEffects.m │ │ ├── NavigationController │ │ │ ├── UINavigationController+M13ProgressViewBar.h │ │ │ └── UINavigationController+M13ProgressViewBar.m │ │ └── ProgressViews │ │ │ ├── M13ProgressView.h │ │ │ ├── M13ProgressView.m │ │ │ ├── M13ProgressViewBar.h │ │ │ ├── M13ProgressViewBar.m │ │ │ ├── M13ProgressViewBorderedBar.h │ │ │ ├── M13ProgressViewBorderedBar.m │ │ │ ├── M13ProgressViewFilteredImage.h │ │ │ ├── M13ProgressViewFilteredImage.m │ │ │ ├── M13ProgressViewImage.h │ │ │ ├── M13ProgressViewImage.m │ │ │ ├── M13ProgressViewLetterpress.h │ │ │ ├── M13ProgressViewLetterpress.m │ │ │ ├── M13ProgressViewMetro.h │ │ │ ├── M13ProgressViewMetro.m │ │ │ ├── M13ProgressViewMetroDotPolygon.h │ │ │ ├── M13ProgressViewMetroDotPolygon.m │ │ │ ├── M13ProgressViewPie.h │ │ │ ├── M13ProgressViewPie.m │ │ │ ├── M13ProgressViewRadiative.h │ │ │ ├── M13ProgressViewRadiative.m │ │ │ ├── M13ProgressViewRing.h │ │ │ ├── M13ProgressViewRing.m │ │ │ ├── M13ProgressViewSegmentedBar.h │ │ │ ├── M13ProgressViewSegmentedBar.m │ │ │ ├── M13ProgressViewSegmentedRing.h │ │ │ ├── M13ProgressViewSegmentedRing.m │ │ │ ├── M13ProgressViewStripedBar.h │ │ │ └── M13ProgressViewStripedBar.m │ └── README.md ├── MBProgressHUD │ ├── LICENSE │ ├── MBProgressHUD.h │ ├── MBProgressHUD.m │ └── README.mdown ├── MJExtension │ ├── LICENSE │ ├── MJExtension │ │ ├── MJExtension.h │ │ ├── MJExtensionConst.h │ │ ├── MJExtensionConst.m │ │ ├── MJFoundation.h │ │ ├── MJFoundation.m │ │ ├── MJProperty.h │ │ ├── MJProperty.m │ │ ├── MJPropertyKey.h │ │ ├── MJPropertyKey.m │ │ ├── MJPropertyType.h │ │ ├── MJPropertyType.m │ │ ├── NSObject+MJClass.h │ │ ├── NSObject+MJClass.m │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJCoding.m │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJKeyValue.m │ │ ├── NSObject+MJProperty.h │ │ ├── NSObject+MJProperty.m │ │ ├── NSString+MJExtension.h │ │ └── NSString+MJExtension.m │ └── README.md ├── MJRefresh │ ├── LICENSE │ ├── MJRefresh │ │ ├── Base │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoFooter.m │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackFooter.m │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshComponent.m │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshFooter.m │ │ │ ├── MJRefreshHeader.h │ │ │ └── MJRefreshHeader.m │ │ ├── Custom │ │ │ ├── Footer │ │ │ │ ├── Auto │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ └── Back │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ └── Header │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ └── MJRefreshStateHeader.m │ │ ├── MJRefresh.bundle │ │ │ ├── arrow@2x.png │ │ │ ├── en.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── zh-Hans.lproj │ │ │ │ └── Localizable.strings │ │ │ └── zh-Hant.lproj │ │ │ │ └── Localizable.strings │ │ ├── MJRefresh.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshConst.m │ │ ├── NSBundle+MJRefresh.h │ │ ├── NSBundle+MJRefresh.m │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJExtension.m │ │ ├── UIScrollView+MJRefresh.h │ │ ├── UIScrollView+MJRefresh.m │ │ ├── UIView+MJExtension.h │ │ └── UIView+MJExtension.m │ └── README.md ├── Manifest.lock ├── Masonry │ ├── LICENSE │ ├── Masonry │ │ ├── MASCompositeConstraint.h │ │ ├── MASCompositeConstraint.m │ │ ├── MASConstraint+Private.h │ │ ├── MASConstraint.h │ │ ├── MASConstraint.m │ │ ├── MASConstraintMaker.h │ │ ├── MASConstraintMaker.m │ │ ├── MASLayoutConstraint.h │ │ ├── MASLayoutConstraint.m │ │ ├── MASUtilities.h │ │ ├── MASViewAttribute.h │ │ ├── MASViewAttribute.m │ │ ├── MASViewConstraint.h │ │ ├── MASViewConstraint.m │ │ ├── Masonry.h │ │ ├── NSArray+MASAdditions.h │ │ ├── NSArray+MASAdditions.m │ │ ├── NSArray+MASShorthandAdditions.h │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ ├── NSLayoutConstraint+MASDebugAdditions.m │ │ ├── View+MASAdditions.h │ │ ├── View+MASAdditions.m │ │ ├── View+MASShorthandAdditions.h │ │ ├── ViewController+MASAdditions.h │ │ └── ViewController+MASAdditions.m │ └── README.md ├── NJKWebViewProgress │ ├── LICENSE │ ├── NJKWebViewProgress │ │ ├── NJKWebViewProgress.h │ │ ├── NJKWebViewProgress.m │ │ ├── NJKWebViewProgressView.h │ │ └── NJKWebViewProgressView.m │ └── README.md ├── Pods.xcodeproj │ └── project.pbxproj ├── Reachability │ ├── LICENCE.txt │ ├── README.md │ ├── Reachability.h │ └── Reachability.m ├── SDWebImage │ ├── LICENSE │ ├── README.md │ └── SDWebImage │ │ ├── FLAnimatedImage │ │ ├── FLAnimatedImageView+WebCache.h │ │ └── FLAnimatedImageView+WebCache.m │ │ ├── NSButton+WebCache.h │ │ ├── NSButton+WebCache.m │ │ ├── NSData+ImageContentType.h │ │ ├── NSData+ImageContentType.m │ │ ├── NSImage+WebCache.h │ │ ├── NSImage+WebCache.m │ │ ├── SDImageCache.h │ │ ├── SDImageCache.m │ │ ├── SDImageCacheConfig.h │ │ ├── SDImageCacheConfig.m │ │ ├── SDWebImageCoder.h │ │ ├── SDWebImageCoder.m │ │ ├── SDWebImageCoderHelper.h │ │ ├── SDWebImageCoderHelper.m │ │ ├── SDWebImageCodersManager.h │ │ ├── SDWebImageCodersManager.m │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageCompat.m │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloader.m │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageDownloaderOperation.m │ │ ├── SDWebImageFrame.h │ │ ├── SDWebImageFrame.m │ │ ├── SDWebImageGIFCoder.h │ │ ├── SDWebImageGIFCoder.m │ │ ├── SDWebImageImageIOCoder.h │ │ ├── SDWebImageImageIOCoder.m │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageManager.m │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── SDWebImagePrefetcher.m │ │ ├── SDWebImageTransition.h │ │ ├── SDWebImageTransition.m │ │ ├── UIButton+WebCache.h │ │ ├── UIButton+WebCache.m │ │ ├── UIImage+ForceDecode.h │ │ ├── UIImage+ForceDecode.m │ │ ├── UIImage+GIF.h │ │ ├── UIImage+GIF.m │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImage+MultiFormat.m │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+HighlightedWebCache.m │ │ ├── UIImageView+WebCache.h │ │ ├── UIImageView+WebCache.m │ │ ├── UIView+WebCache.h │ │ ├── UIView+WebCache.m │ │ ├── UIView+WebCacheOperation.h │ │ └── UIView+WebCacheOperation.m ├── SVProgressHUD │ ├── LICENSE.txt │ ├── README.md │ └── SVProgressHUD │ │ ├── SVIndefiniteAnimatedView.h │ │ ├── SVIndefiniteAnimatedView.m │ │ ├── SVProgressAnimatedView.h │ │ ├── SVProgressAnimatedView.m │ │ ├── SVProgressHUD.bundle │ │ ├── angle-mask.png │ │ ├── angle-mask@2x.png │ │ ├── angle-mask@3x.png │ │ ├── error.png │ │ ├── error@2x.png │ │ ├── error@3x.png │ │ ├── info.png │ │ ├── info@2x.png │ │ ├── info@3x.png │ │ ├── success.png │ │ ├── success@2x.png │ │ └── success@3x.png │ │ ├── SVProgressHUD.h │ │ ├── SVProgressHUD.m │ │ ├── SVRadialGradientLayer.h │ │ └── SVRadialGradientLayer.m ├── Target Support Files │ ├── AFNetworking │ │ ├── AFNetworking-dummy.m │ │ ├── AFNetworking-prefix.pch │ │ └── AFNetworking.xcconfig │ ├── CYLTabBarController │ │ ├── CYLTabBarController-dummy.m │ │ ├── CYLTabBarController-prefix.pch │ │ └── CYLTabBarController.xcconfig │ ├── DACircularProgress │ │ ├── DACircularProgress-dummy.m │ │ ├── DACircularProgress-prefix.pch │ │ └── DACircularProgress.xcconfig │ ├── FDFullscreenPopGesture │ │ ├── FDFullscreenPopGesture-dummy.m │ │ ├── FDFullscreenPopGesture-prefix.pch │ │ └── FDFullscreenPopGesture.xcconfig │ ├── FLAnimatedImage │ │ ├── FLAnimatedImage-dummy.m │ │ ├── FLAnimatedImage-prefix.pch │ │ └── FLAnimatedImage.xcconfig │ ├── FMDB │ │ ├── FMDB-dummy.m │ │ ├── FMDB-prefix.pch │ │ └── FMDB.xcconfig │ ├── FreeStreamer │ │ ├── FreeStreamer-dummy.m │ │ ├── FreeStreamer-prefix.pch │ │ └── FreeStreamer.xcconfig │ ├── GVUserDefaults │ │ ├── GVUserDefaults-dummy.m │ │ ├── GVUserDefaults-prefix.pch │ │ └── GVUserDefaults.xcconfig │ ├── IQKeyboardManager │ │ ├── IQKeyboardManager-dummy.m │ │ ├── IQKeyboardManager-prefix.pch │ │ └── IQKeyboardManager.xcconfig │ ├── M13ProgressSuite │ │ ├── M13ProgressSuite-dummy.m │ │ ├── M13ProgressSuite-prefix.pch │ │ └── M13ProgressSuite.xcconfig │ ├── MBProgressHUD │ │ ├── MBProgressHUD-dummy.m │ │ ├── MBProgressHUD-prefix.pch │ │ └── MBProgressHUD.xcconfig │ ├── MJExtension │ │ ├── MJExtension-dummy.m │ │ ├── MJExtension-prefix.pch │ │ └── MJExtension.xcconfig │ ├── MJRefresh │ │ ├── MJRefresh-dummy.m │ │ ├── MJRefresh-prefix.pch │ │ └── MJRefresh.xcconfig │ ├── Masonry │ │ ├── Masonry-dummy.m │ │ ├── Masonry-prefix.pch │ │ └── Masonry.xcconfig │ ├── NJKWebViewProgress │ │ ├── NJKWebViewProgress-dummy.m │ │ ├── NJKWebViewProgress-prefix.pch │ │ └── NJKWebViewProgress.xcconfig │ ├── Pods-BSJProject │ │ ├── Pods-BSJProject-acknowledgements.markdown │ │ ├── Pods-BSJProject-acknowledgements.plist │ │ ├── Pods-BSJProject-dummy.m │ │ ├── Pods-BSJProject-frameworks.sh │ │ ├── Pods-BSJProject-resources.sh │ │ ├── Pods-BSJProject.debug.xcconfig │ │ └── Pods-BSJProject.release.xcconfig │ ├── Reachability │ │ ├── Reachability-dummy.m │ │ ├── Reachability-prefix.pch │ │ └── Reachability.xcconfig │ ├── SDWebImage │ │ ├── SDWebImage-dummy.m │ │ ├── SDWebImage-prefix.pch │ │ └── SDWebImage.xcconfig │ ├── SVProgressHUD │ │ ├── SVProgressHUD-dummy.m │ │ ├── SVProgressHUD-prefix.pch │ │ └── SVProgressHUD.xcconfig │ ├── Toast │ │ ├── Toast-dummy.m │ │ ├── Toast-prefix.pch │ │ └── Toast.xcconfig │ ├── YYCategories │ │ ├── YYCategories-dummy.m │ │ ├── YYCategories-prefix.pch │ │ └── YYCategories.xcconfig │ ├── YYImage │ │ ├── YYImage-dummy.m │ │ ├── YYImage-prefix.pch │ │ └── YYImage.xcconfig │ ├── YYText │ │ ├── YYText-dummy.m │ │ ├── YYText-prefix.pch │ │ └── YYText.xcconfig │ └── pop │ │ ├── pop-dummy.m │ │ ├── pop-prefix.pch │ │ └── pop.xcconfig ├── Toast │ ├── README.md │ ├── Toast-Framework │ │ └── Toast.h │ ├── Toast │ │ ├── UIView+Toast.h │ │ └── UIView+Toast.m │ └── license ├── YYCategories │ ├── LICENSE │ ├── README.md │ └── YYCategories │ │ ├── Foundation │ │ ├── NSArray+YYAdd.h │ │ ├── NSArray+YYAdd.m │ │ ├── NSBundle+YYAdd.h │ │ ├── NSBundle+YYAdd.m │ │ ├── NSData+YYAdd.h │ │ ├── NSData+YYAdd.m │ │ ├── NSDate+YYAdd.h │ │ ├── NSDate+YYAdd.m │ │ ├── NSDictionary+YYAdd.h │ │ ├── NSDictionary+YYAdd.m │ │ ├── NSKeyedUnarchiver+YYAdd.h │ │ ├── NSKeyedUnarchiver+YYAdd.m │ │ ├── NSNotificationCenter+YYAdd.h │ │ ├── NSNotificationCenter+YYAdd.m │ │ ├── NSNumber+YYAdd.h │ │ ├── NSNumber+YYAdd.m │ │ ├── NSObject+YYAdd.h │ │ ├── NSObject+YYAdd.m │ │ ├── NSObject+YYAddForARC.h │ │ ├── NSObject+YYAddForARC.m │ │ ├── NSObject+YYAddForKVO.h │ │ ├── NSObject+YYAddForKVO.m │ │ ├── NSString+YYAdd.h │ │ ├── NSString+YYAdd.m │ │ ├── NSThread+YYAdd.h │ │ ├── NSThread+YYAdd.m │ │ ├── NSTimer+YYAdd.h │ │ └── NSTimer+YYAdd.m │ │ ├── Quartz │ │ ├── CALayer+YYAdd.h │ │ ├── CALayer+YYAdd.m │ │ ├── YYCGUtilities.h │ │ └── YYCGUtilities.m │ │ ├── UIKit │ │ ├── UIApplication+YYAdd.h │ │ ├── UIApplication+YYAdd.m │ │ ├── UIBarButtonItem+YYAdd.h │ │ ├── UIBarButtonItem+YYAdd.m │ │ ├── UIBezierPath+YYAdd.h │ │ ├── UIBezierPath+YYAdd.m │ │ ├── UIColor+YYAdd.h │ │ ├── UIColor+YYAdd.m │ │ ├── UIControl+YYAdd.h │ │ ├── UIControl+YYAdd.m │ │ ├── UIDevice+YYAdd.h │ │ ├── UIDevice+YYAdd.m │ │ ├── UIFont+YYAdd.h │ │ ├── UIFont+YYAdd.m │ │ ├── UIGestureRecognizer+YYAdd.h │ │ ├── UIGestureRecognizer+YYAdd.m │ │ ├── UIImage+YYAdd.h │ │ ├── UIImage+YYAdd.m │ │ ├── UIScreen+YYAdd.h │ │ ├── UIScreen+YYAdd.m │ │ ├── UIScrollView+YYAdd.h │ │ ├── UIScrollView+YYAdd.m │ │ ├── UITableView+YYAdd.h │ │ ├── UITableView+YYAdd.m │ │ ├── UITextField+YYAdd.h │ │ ├── UITextField+YYAdd.m │ │ ├── UIView+YYAdd.h │ │ └── UIView+YYAdd.m │ │ ├── YYCategories.h │ │ └── YYCategoriesMacro.h ├── YYImage │ ├── LICENSE │ ├── README.md │ └── YYImage │ │ ├── YYAnimatedImageView.h │ │ ├── YYAnimatedImageView.m │ │ ├── YYFrameImage.h │ │ ├── YYFrameImage.m │ │ ├── YYImage.h │ │ ├── YYImage.m │ │ ├── YYImageCoder.h │ │ ├── YYImageCoder.m │ │ ├── YYSpriteSheetImage.h │ │ └── YYSpriteSheetImage.m ├── YYText │ ├── LICENSE │ ├── README.md │ └── YYText │ │ ├── Component │ │ ├── YYTextContainerView.h │ │ ├── YYTextContainerView.m │ │ ├── YYTextDebugOption.h │ │ ├── YYTextDebugOption.m │ │ ├── YYTextEffectWindow.h │ │ ├── YYTextEffectWindow.m │ │ ├── YYTextInput.h │ │ ├── YYTextInput.m │ │ ├── YYTextKeyboardManager.h │ │ ├── YYTextKeyboardManager.m │ │ ├── YYTextLayout.h │ │ ├── YYTextLayout.m │ │ ├── YYTextLine.h │ │ ├── YYTextLine.m │ │ ├── YYTextMagnifier.h │ │ ├── YYTextMagnifier.m │ │ ├── YYTextSelectionView.h │ │ └── YYTextSelectionView.m │ │ ├── String │ │ ├── YYTextArchiver.h │ │ ├── YYTextArchiver.m │ │ ├── YYTextAttribute.h │ │ ├── YYTextAttribute.m │ │ ├── YYTextParser.h │ │ ├── YYTextParser.m │ │ ├── YYTextRubyAnnotation.h │ │ ├── YYTextRubyAnnotation.m │ │ ├── YYTextRunDelegate.h │ │ └── YYTextRunDelegate.m │ │ ├── Utility │ │ ├── NSAttributedString+YYText.h │ │ ├── NSAttributedString+YYText.m │ │ ├── NSParagraphStyle+YYText.h │ │ ├── NSParagraphStyle+YYText.m │ │ ├── UIPasteboard+YYText.h │ │ ├── UIPasteboard+YYText.m │ │ ├── UIView+YYText.h │ │ ├── UIView+YYText.m │ │ ├── YYTextAsyncLayer.h │ │ ├── YYTextAsyncLayer.m │ │ ├── YYTextTransaction.h │ │ ├── YYTextTransaction.m │ │ ├── YYTextUtilities.h │ │ ├── YYTextUtilities.m │ │ ├── YYTextWeakProxy.h │ │ └── YYTextWeakProxy.m │ │ ├── YYLabel.h │ │ ├── YYLabel.m │ │ ├── YYText.h │ │ ├── YYTextView.h │ │ └── YYTextView.m └── pop │ ├── LICENSE │ ├── README.md │ └── pop │ ├── POP.h │ ├── POPAction.h │ ├── POPAnimatableProperty.h │ ├── POPAnimatableProperty.mm │ ├── POPAnimatablePropertyTypes.h │ ├── POPAnimation.h │ ├── POPAnimation.mm │ ├── POPAnimationEvent.h │ ├── POPAnimationEvent.mm │ ├── POPAnimationEventInternal.h │ ├── POPAnimationExtras.h │ ├── POPAnimationExtras.mm │ ├── POPAnimationInternal.h │ ├── POPAnimationPrivate.h │ ├── POPAnimationRuntime.h │ ├── POPAnimationRuntime.mm │ ├── POPAnimationTracer.h │ ├── POPAnimationTracer.mm │ ├── POPAnimationTracerInternal.h │ ├── POPAnimator.h │ ├── POPAnimator.mm │ ├── POPAnimatorPrivate.h │ ├── POPBasicAnimation.h │ ├── POPBasicAnimation.mm │ ├── POPBasicAnimationInternal.h │ ├── POPCGUtils.h │ ├── POPCGUtils.mm │ ├── POPCustomAnimation.h │ ├── POPCustomAnimation.mm │ ├── POPDecayAnimation.h │ ├── POPDecayAnimation.mm │ ├── POPDecayAnimationInternal.h │ ├── POPDefines.h │ ├── POPGeometry.h │ ├── POPGeometry.mm │ ├── POPLayerExtras.h │ ├── POPLayerExtras.mm │ ├── POPMath.h │ ├── POPMath.mm │ ├── POPPropertyAnimation.h │ ├── POPPropertyAnimation.mm │ ├── POPPropertyAnimationInternal.h │ ├── POPSpringAnimation.h │ ├── POPSpringAnimation.mm │ ├── POPSpringAnimationInternal.h │ ├── POPSpringSolver.h │ ├── POPVector.h │ ├── POPVector.mm │ └── WebCore │ ├── FloatConversion.h │ ├── TransformationMatrix.cpp │ ├── TransformationMatrix.h │ └── UnitBezier.h ├── README.md └── imgs ├── QQ20190118-174446-HD.gif ├── QQ20190118-174938-HD.gif ├── QQ20190118-175346-HD.gif ├── QQ20190118-175852-HD.gif ├── QQ20190118-180154-HD.gif ├── QQ20190118-180401-HD.gif ├── QQ20190118-181228-HD.gif ├── QQ20190118-195950-HD.gif ├── QQ20190118-200137-HD.gif ├── QQ20190118-200502-HD.gif ├── WechatIMG75.png ├── WechatIMG76.png ├── WechatIMG77.png ├── WechatIMG78.png ├── WechatIMG79.png └── WechatIMG80.png /BSJProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon29x29~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon40x40~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon40x40~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon50x50@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon50x50@2x~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon50x50~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon50x50~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon57x57.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon57x57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon57x57@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon72x72@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon72x72@2x~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon72x72~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon72x72~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon76x76@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon76x76@2x~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon76x76~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/AppIcon.appiconset/AppIcon76x76~ipad.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Comment/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Comment/Profile_manIcon.imageset/Profile_manIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Comment/Profile_manIcon.imageset/Profile_manIcon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Comment/comment-bar-bg.imageset/comment-bar-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Comment/comment-bar-bg.imageset/comment-bar-bg.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Comment/comment-bar-bg.imageset/comment-bar-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Comment/comment-bar-bg.imageset/comment-bar-bg@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/cell-button-line.imageset/cell-button-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/cell-button-line.imageset/cell-button-line.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/cellFollowIcon.imageset/cellFollowIcon@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/common-gif.imageset/common-gif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/common-gif.imageset/common-gif.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/common-gif.imageset/common-gif@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/common-gif.imageset/common-gif@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/defaultUserIcon.imageset/defaultUserIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/defaultUserIcon.imageset/defaultUserIcon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/imageBackground.imageset/imageBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/imageBackground.imageset/imageBackground.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/mainCellCai.imageset/mainCellCai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/mainCellCai.imageset/mainCellCai.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/mainCellCai.imageset/mainCellCai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/mainCellCai.imageset/mainCellCai@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/mainCellCaiClick.imageset/mainCellCaiClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/mainCellCaiClick.imageset/mainCellCaiClick.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/mainCellComment.imageset/mainCellComment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/mainCellComment.imageset/mainCellComment.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/mainCellDing.imageset/mainCellDing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/mainCellDing.imageset/mainCellDing.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/mainCellDing.imageset/mainCellDing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/mainCellDing.imageset/mainCellDing@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/mainCellShare.imageset/mainCellShare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/mainCellShare.imageset/mainCellShare.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/mainCellShare.imageset/mainCellShare@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/mainCellShare.imageset/mainCellShare@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/playButton.imageset/playButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/playButton.imageset/playButton.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/playButton.imageset/playButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/playButton.imageset/playButton@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/playButton.imageset/playButton@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/playButton.imageset/playButton@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/playButtonClick.imageset/playButtonClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/playButtonClick.imageset/playButtonClick.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/playButtonPause.imageset/playButtonPause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/playButtonPause.imageset/playButtonPause.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/playButtonPlay.imageset/playButtonPlay@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/see-big-picture.imageset/see-big-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/see-big-picture.imageset/see-big-picture.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/tagicon.imageset/tagicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/tagicon.imageset/tagicon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/tagicon.imageset/tagicon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/tagicon.imageset/tagicon@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/tagicon.imageset/tagicon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/tagicon.imageset/tagicon@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/video-play.imageset/video-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/video-play.imageset/video-play.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/video-play.imageset/video-play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/video-play.imageset/video-play@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Essence/video-play.imageset/video-play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Essence/video-play.imageset/video-play@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/FriendTrends/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/FriendTrends/FollowBtnBg.imageset/FollowBtnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/FriendTrends/FollowBtnBg.imageset/FollowBtnBg.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/FriendTrends/FollowBtnBg.imageset/FollowBtnBg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/FriendTrends/FollowBtnBg.imageset/FollowBtnBg@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/LaunchImage.launchimage/LaunchImage-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/LaunchImage.launchimage/LaunchImage-568h@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/LaunchImage.launchimage/LaunchImage-700@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/LaunchImage.launchimage/LaunchImage-700@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/LaunchImage.launchimage/LaunchImage-800-667h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/LaunchImage.launchimage/LaunchImage-800-667h@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/LoginRegister/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/LoginRegister/loginBtnBg.imageset/loginBtnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/LoginRegister/loginBtnBg.imageset/loginBtnBg.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/LoginRegister/loginBtnBg.imageset/loginBtnBg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/LoginRegister/loginBtnBg.imageset/loginBtnBg@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/LoginRegister/login_QQ_icon.imageset/login_QQ_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/LoginRegister/login_QQ_icon.imageset/login_QQ_icon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-manhua.imageset/mine-icon-manhua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-manhua.imageset/mine-icon-manhua.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-manhua.imageset/mine-icon-manhua@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-manhua.imageset/mine-icon-manhua@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-more.imageset/mine-icon-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-more.imageset/mine-icon-more.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-more.imageset/mine-icon-more@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-more.imageset/mine-icon-more@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-nearby.imageset/mine-icon-nearby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-nearby.imageset/mine-icon-nearby.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-nearby.imageset/mine-icon-nearby@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-nearby.imageset/mine-icon-nearby@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-preview.imageset/mine-icon-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-preview.imageset/mine-icon-preview.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-search.imageset/mine-icon-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-search.imageset/mine-icon-search.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-icon-search.imageset/mine-icon-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-icon-search.imageset/mine-icon-search@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-my-post.imageset/mine-my-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-my-post.imageset/mine-my-post.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine-my-post.imageset/mine-my-post@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine-my-post.imageset/mine-my-post@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine_icon_nearby.imageset/mine_icon_nearby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine_icon_nearby.imageset/mine_icon_nearby.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine_icon_nearby.imageset/mine_icon_nearby@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine_icon_nearby.imageset/mine_icon_nearby@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine_icon_random.imageset/mine_icon_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine_icon_random.imageset/mine_icon_random.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine_icon_random.imageset/mine_icon_random@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine_icon_random.imageset/mine_icon_random@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine_msg_icon.imageset/mine_msg_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine_msg_icon.imageset/mine_msg_icon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine_msg_icon.imageset/mine_msg_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine_msg_icon.imageset/mine_msg_icon@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Mine/mine_msg_icon.imageset/mine_msg_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Mine/mine_msg_icon.imageset/mine_msg_icon@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/MainTagSubIcon.imageset/MainTagSubIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/MainTagSubIcon.imageset/MainTagSubIcon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/MainTitle.imageset/MainTitle@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/mine-moon-icon.imageset/mine-moon-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/mine-moon-icon.imageset/mine-moon-icon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/mine-sun-icon.imageset/mine-sun-icon@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Navigation/nav_coin_icon.imageset/nav_coin_icon@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-bg.imageset/play-voice-bg@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-bgN.imageset/play-voice-bgN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-bgN.imageset/play-voice-bgN.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-bgN.imageset/play-voice-bgN@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-bgN.imageset/play-voice-bgN@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-icon-0.imageset/play-voice-icon-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-icon-0.imageset/play-voice-icon-0.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-icon-1.imageset/play-voice-icon-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-icon-1.imageset/play-voice-icon-1.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-icon-2.imageset/play-voice-icon-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-icon-2.imageset/play-voice-icon-2.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-icon-3.imageset/play-voice-icon-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-icon-3.imageset/play-voice-icon-3.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play-voice-stop.imageset/play-voice-stop@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play.imageset/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play.imageset/play.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play.imageset/play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play.imageset/play@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Play/play.imageset/play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Play/play.imageset/play@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-#.imageset/post-#.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-#.imageset/post-#.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-#.imageset/post-#@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-#.imageset/post-#@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-#.imageset/post-#@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-#.imageset/post-#@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-#N.imageset/post-#N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-#N.imageset/post-#N.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-#N.imageset/post-#N@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-#N.imageset/post-#N@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-#N.imageset/post-#N@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-#N.imageset/post-#N@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-@.imageset/post-@.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-@.imageset/post-@.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-@.imageset/post-@@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-@.imageset/post-@@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-@.imageset/post-@@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-@.imageset/post-@@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-@N.imageset/post-@N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-@N.imageset/post-@N.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-@N.imageset/post-@N@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-@N.imageset/post-@N@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-@N.imageset/post-@N@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-@N.imageset/post-@N@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-tag-bg.imageset/post-tag-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-tag-bg.imageset/post-tag-bg.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/post-tag-bg.imageset/post-tag-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/post-tag-bg.imageset/post-tag-bg@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Post/tag_add_icon.imageset/tag_add_icon@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/app_slogan.imageset/app_slogan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/app_slogan.imageset/app_slogan.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/app_slogan.imageset/app_slogan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/app_slogan.imageset/app_slogan@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/app_slogan.imageset/app_slogan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/app_slogan.imageset/app_slogan@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-audio.imageset/publish-audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-audio.imageset/publish-audio.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-audio.imageset/publish-audio@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-audio.imageset/publish-audio@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-audio.imageset/publish-audio@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-audio.imageset/publish-audio@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-offline.imageset/publish-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-offline.imageset/publish-offline.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-picture.imageset/publish-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-picture.imageset/publish-picture.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-review.imageset/publish-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-review.imageset/publish-review.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-text.imageset/publish-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-text.imageset/publish-text.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-text.imageset/publish-text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-text.imageset/publish-text@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-text.imageset/publish-text@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-text.imageset/publish-text@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-video.imageset/publish-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-video.imageset/publish-video.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish-1/publish-video.imageset/publish-video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish-1/publish-video.imageset/publish-video@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/app_slogan.imageset/app_slogan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/app_slogan.imageset/app_slogan.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/app_slogan.imageset/app_slogan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/app_slogan.imageset/app_slogan@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/app_slogan.imageset/app_slogan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/app_slogan.imageset/app_slogan@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-audio.imageset/publish-audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-audio.imageset/publish-audio.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-audio.imageset/publish-audio@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-audio.imageset/publish-audio@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-audio.imageset/publish-audio@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-audio.imageset/publish-audio@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-offline.imageset/publish-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-offline.imageset/publish-offline.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-picture.imageset/publish-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-picture.imageset/publish-picture.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-review.imageset/publish-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-review.imageset/publish-review.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-text.imageset/publish-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-text.imageset/publish-text.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-text.imageset/publish-text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-text.imageset/publish-text@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-text.imageset/publish-text@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-text.imageset/publish-text@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-video.imageset/publish-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-video.imageset/publish-video.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-video.imageset/publish-video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-video.imageset/publish-video@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Publish/publish-video.imageset/publish-video@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Publish/publish-video.imageset/publish-video@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidebg.imageset/pushguidebg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidebg.imageset/pushguidebg.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidebot.imageset/pushguidebot@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidemid.imageset/pushguidemid@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/Pushguide/pushguidetop.imageset/pushguidetop@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBar/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/TabBar/tabBar_me_icon.imageset/tabBar_me_icon@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBar/tabBar_new_icon.imageset/tabBar_new_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/TabBar/tabBar_new_icon.imageset/tabBar_new_icon.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBar/tabbar-light.imageset/tabbar-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/TabBar/tabbar-light.imageset/tabbar-light.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBar/tabbar-light.imageset/tabbar-light@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/TabBar/tabbar-light.imageset/tabbar-light@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBarIcon/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBarIcon/home_normal.imageset/home_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/TabBarIcon/home_normal.imageset/home_normal@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/TabBarIcon/post_normal.imageset/post_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/TabBarIcon/post_normal.imageset/post_normal@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/common_noNetWork.imageset/common_noNetWork@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/common_noNetWork.imageset/common_noNetWork@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/common_noNetWork.imageset/common_noNetWork@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/common_noNetWork.imageset/common_noNetWork@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/common_noRecord.imageset/common_noRecord@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/common_noRecord.imageset/common_noRecord@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/common_noRecord.imageset/common_noRecord@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/common_noRecord.imageset/common_noRecord@3x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/homePage/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/homePage/gb_imageView.imageset/gb_imageView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/homePage/gb_imageView.imageset/gb_imageView.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/homePage/selected.imageset/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/homePage/selected.imageset/selected.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/loading_bgView.imageset/loading_bgView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/loading_bgView.imageset/loading_bgView.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/cdImage.imageset/cdImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/cdImage.imageset/cdImage.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/cdImage2.imageset/cdImage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/cdImage2.imageset/cdImage2.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/cdImage3.imageset/cdImage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/cdImage3.imageset/cdImage3.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/changzhen_1.imageset/changzhen_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/changzhen_1.imageset/changzhen_1@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/changzhen_2.imageset/changzhen_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/changzhen_2.imageset/changzhen_2@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/changzhen_3.imageset/changzhen_3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/changzhen_3.imageset/changzhen_3@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/diepian.imageset/diepian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/diepian.imageset/diepian@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/next.imageset/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/next.imageset/next.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/pause_overCD.imageset/pause_overCD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/pause_overCD.imageset/pause_overCD@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/play_overCD.imageset/play_overCD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/play_overCD.imageset/play_overCD@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/player/prev.imageset/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/player/prev.imageset/prev.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/tab_bar.imageset/tab_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/tab_bar.imageset/tab_bar.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/tab_bar.imageset/tab_bar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/tab_bar.imageset/tab_bar@2x.png -------------------------------------------------------------------------------- /BSJProject/Assets.xcassets/tab_bar.imageset/tab_bar@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Assets.xcassets/tab_bar.imageset/tab_bar@3x.png -------------------------------------------------------------------------------- /BSJProject/Classes/Helpers/欢迎页/PLMMPRIKImages/intro_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Classes/Helpers/欢迎页/PLMMPRIKImages/intro_0.jpg -------------------------------------------------------------------------------- /BSJProject/Classes/Helpers/欢迎页/PLMMPRIKImages/intro_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Classes/Helpers/欢迎页/PLMMPRIKImages/intro_1.jpg -------------------------------------------------------------------------------- /BSJProject/Classes/Helpers/欢迎页/PLMMPRIKImages/intro_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Classes/Helpers/欢迎页/PLMMPRIKImages/intro_2.jpg -------------------------------------------------------------------------------- /BSJProject/Classes/Helpers/欢迎页/PLMMPRIKImages/intro_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/BSJProject/Classes/Helpers/欢迎页/PLMMPRIKImages/intro_3.jpg -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFAutoPurgingImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/AFAutoPurgingImageCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFHTTPSessionManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFHTTPSessionManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/AFImageDownloader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFNetworkActivityIndicatorManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFNetworkReachabilityManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFNetworkReachabilityManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFSecurityPolicy.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFSecurityPolicy.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFURLRequestSerialization.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLRequestSerialization.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFURLResponseSerialization.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLResponseSerialization.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFURLSessionManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLSessionManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIActivityIndicatorView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIButton+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIButton+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIImage+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIImage+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIImageView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIImageView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIKit+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIKit+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIProgressView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIProgressView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIRefreshControl+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIWebView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/CYLTabBarController/CYLConstants.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/CYLConstants.h -------------------------------------------------------------------------------- /Pods/Headers/Private/CYLTabBarController/CYLPlusButton.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/CYLPlusButton.h -------------------------------------------------------------------------------- /Pods/Headers/Private/CYLTabBarController/CYLTabBar.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/CYLTabBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/CYLTabBarController/CYLTabBarController.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/CYLTabBarController.h -------------------------------------------------------------------------------- /Pods/Headers/Private/CYLTabBarController/UIControl+CYLTabBarControllerExtention.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/UIControl+CYLTabBarControllerExtention.h -------------------------------------------------------------------------------- /Pods/Headers/Private/CYLTabBarController/UITabBarItem+CYLTabBarControllerExtention.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/UITabBarItem+CYLTabBarControllerExtention.h -------------------------------------------------------------------------------- /Pods/Headers/Private/CYLTabBarController/UIView+CYLTabBarControllerExtention.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/UIView+CYLTabBarControllerExtention.h -------------------------------------------------------------------------------- /Pods/Headers/Private/CYLTabBarController/UIViewController+CYLTabBarControllerExtention.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/UIViewController+CYLTabBarControllerExtention.h -------------------------------------------------------------------------------- /Pods/Headers/Private/DACircularProgress/DACircularProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../DACircularProgress/DACircularProgress/DACircularProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/DACircularProgress/DALabeledCircularProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../DACircularProgress/DACircularProgress/DALabeledCircularProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.h: -------------------------------------------------------------------------------- 1 | ../../../FDFullscreenPopGesture/FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FLAnimatedImage/FLAnimatedImage.h: -------------------------------------------------------------------------------- 1 | ../../../FLAnimatedImage/FLAnimatedImage/FLAnimatedImage.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FLAnimatedImage/FLAnimatedImageView.h: -------------------------------------------------------------------------------- 1 | ../../../FLAnimatedImage/FLAnimatedImage/FLAnimatedImageView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FMDB/FMDB.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDB.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FMDB/FMDatabase.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDatabase.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FMDB/FMDatabaseAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDatabaseAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FMDB/FMDatabasePool.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDatabasePool.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FMDB/FMDatabaseQueue.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDatabaseQueue.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FMDB/FMResultSet.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMResultSet.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/FSAudioController.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSAudioController.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/FSAudioStream.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSAudioStream.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/FSCheckContentTypeRequest.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSCheckContentTypeRequest.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/FSParsePlaylistRequest.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSParsePlaylistRequest.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/FSParseRssPodcastFeedRequest.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSParseRssPodcastFeedRequest.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/FSPlaylistItem.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSPlaylistItem.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/FSXMLHttpRequest.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSXMLHttpRequest.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/audio_queue.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/audio_queue.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/audio_stream.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/audio_stream.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/caching_stream.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/caching_stream.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/file_output.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/file_output.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/file_stream.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/file_stream.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/http_stream.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/http_stream.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/id3_parser.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/id3_parser.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/input_stream.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/input_stream.h -------------------------------------------------------------------------------- /Pods/Headers/Private/FreeStreamer/stream_configuration.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/stream_configuration.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GVUserDefaults/GVUserDefaults.h: -------------------------------------------------------------------------------- 1 | ../../../GVUserDefaults/GVUserDefaults/GVUserDefaults.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQBarButtonItem.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQBarButtonItem.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQKeyboardManager.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQKeyboardManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQKeyboardManagerConstants.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Constants/IQKeyboardManagerConstants.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQKeyboardManagerConstantsInternal.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Constants/IQKeyboardManagerConstantsInternal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQKeyboardReturnKeyHandler.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQKeyboardReturnKeyHandler.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQNSArray+Sort.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQNSArray+Sort.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQPreviousNextView.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQPreviousNextView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQTextView.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQTextView/IQTextView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQTitleBarButtonItem.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQToolbar.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQToolbar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQUIScrollView+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUIScrollView+Additions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQUITextFieldView+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUITextFieldView+Additions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQUIView+Hierarchy.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUIView+Hierarchy.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQUIView+IQKeyboardToolbar.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQUIViewController+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUIViewController+Additions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/IQKeyboardManager/IQUIWindow+Hierarchy.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUIWindow+Hierarchy.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressConsole.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/Console/M13ProgressConsole.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/HUD/M13ProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewBorderedBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewBorderedBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewFilteredImage.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewFilteredImage.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewImage.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewImage.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewLetterpress.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewLetterpress.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewMetro.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewMetro.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewMetroDotPolygon.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewMetroDotPolygon.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewPie.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewPie.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewRadiative.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewRadiative.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewRing.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewRing.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewSegmentedBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewSegmentedBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewSegmentedRing.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewSegmentedRing.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/M13ProgressViewStripedBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewStripedBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/UIApplication+M13ProgressSuite.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/Application/UIApplication+M13ProgressSuite.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/UIImage+ImageEffects.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/HUD/UIImage+ImageEffects.h -------------------------------------------------------------------------------- /Pods/Headers/Private/M13ProgressSuite/UINavigationController+M13ProgressViewBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/NavigationController/UINavigationController+M13ProgressViewBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/Masonry.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/NJKWebViewProgress/NJKWebViewProgress.h: -------------------------------------------------------------------------------- 1 | ../../../NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgress.h -------------------------------------------------------------------------------- /Pods/Headers/Private/NJKWebViewProgress/NJKWebViewProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Reachability/Reachability.h: -------------------------------------------------------------------------------- 1 | ../../../Reachability/Reachability.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/FLAnimatedImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/NSButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSButton+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSData+ImageContentType.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/NSImage+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSImage+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDImageCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDImageCacheConfig.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDImageCacheConfig.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCoder.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageCoderHelper.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCoderHelper.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageCodersManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCodersManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCompat.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageFrame.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageFrame.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageGIFCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageGIFCoder.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageImageIOCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageImageIOCoder.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageTransition.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIButton+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImage+ForceDecode.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+ForceDecode.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+GIF.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVProgressAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Toast/Toast.h: -------------------------------------------------------------------------------- 1 | ../../../Toast/Toast-Framework/Toast.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Toast/UIView+Toast.h: -------------------------------------------------------------------------------- 1 | ../../../Toast/Toast/UIView+Toast.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/CALayer+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Quartz/CALayer+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSArray+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSArray+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSBundle+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSBundle+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSData+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSData+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSDate+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSDate+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSDictionary+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSDictionary+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSKeyedUnarchiver+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSKeyedUnarchiver+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSNotificationCenter+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSNotificationCenter+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSNumber+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSNumber+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSObject+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSObject+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSObject+YYAddForARC.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSObject+YYAddForARC.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSObject+YYAddForKVO.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSObject+YYAddForKVO.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSString+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSString+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSThread+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSThread+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/NSTimer+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSTimer+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIApplication+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIApplication+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIBarButtonItem+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIBarButtonItem+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIBezierPath+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIBezierPath+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIColor+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIColor+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIControl+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIControl+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIDevice+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIDevice+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIFont+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIFont+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIGestureRecognizer+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIGestureRecognizer+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIImage+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIImage+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIScreen+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIScreen+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIScrollView+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIScrollView+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UITableView+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UITableView+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UITextField+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UITextField+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/UIView+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIView+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/YYCGUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Quartz/YYCGUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/YYCategories.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/YYCategories.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYCategories/YYCategoriesMacro.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/YYCategoriesMacro.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYImage/YYAnimatedImageView.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYAnimatedImageView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYImage/YYFrameImage.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYFrameImage.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYImage/YYImage.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYImage.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYImage/YYImageCoder.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYImageCoder.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYImage/YYSpriteSheetImage.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYSpriteSheetImage.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/NSAttributedString+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/NSAttributedString+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/NSParagraphStyle+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/NSParagraphStyle+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/UIPasteboard+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/UIPasteboard+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/UIView+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/UIView+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYLabel.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYLabel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextArchiver.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextArchiver.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextAsyncLayer.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextAsyncLayer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextContainerView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextDebugOption.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextDebugOption.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextEffectWindow.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextEffectWindow.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextInput.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextInput.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextKeyboardManager.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextKeyboardManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextLayout.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextLayout.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextLine.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextLine.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextMagnifier.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextMagnifier.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextParser.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextParser.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextRubyAnnotation.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextRubyAnnotation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextRunDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextRunDelegate.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextSelectionView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextSelectionView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextTransaction.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextTransaction.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYTextView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/YYText/YYTextWeakProxy.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextWeakProxy.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/FloatConversion.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/WebCore/FloatConversion.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POP.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POP.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAction.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAction.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimatableProperty.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimatableProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimatablePropertyTypes.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimatablePropertyTypes.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimationEvent.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationEvent.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimationEventInternal.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationEventInternal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimationExtras.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationExtras.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimationInternal.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationInternal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimationPrivate.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationPrivate.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimationRuntime.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationRuntime.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimationTracer.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationTracer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimationTracerInternal.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationTracerInternal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimator.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPAnimatorPrivate.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimatorPrivate.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPBasicAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPBasicAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPBasicAnimationInternal.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPBasicAnimationInternal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPCGUtils.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPCGUtils.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPCustomAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPCustomAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPDecayAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPDecayAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPDecayAnimationInternal.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPDecayAnimationInternal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPDefines.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPDefines.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPGeometry.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPGeometry.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPLayerExtras.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPLayerExtras.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPMath.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPMath.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPPropertyAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPPropertyAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPPropertyAnimationInternal.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPPropertyAnimationInternal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPSpringAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPSpringAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPSpringAnimationInternal.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPSpringAnimationInternal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPSpringSolver.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPSpringSolver.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/POPVector.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPVector.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/TransformationMatrix.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/WebCore/TransformationMatrix.h -------------------------------------------------------------------------------- /Pods/Headers/Private/pop/UnitBezier.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/WebCore/UnitBezier.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFAutoPurgingImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/AFAutoPurgingImageCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFHTTPSessionManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFHTTPSessionManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/AFImageDownloader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFNetworkActivityIndicatorManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFNetworkReachabilityManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFNetworkReachabilityManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFSecurityPolicy.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFSecurityPolicy.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFURLRequestSerialization.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLRequestSerialization.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFURLResponseSerialization.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLResponseSerialization.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFURLSessionManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLSessionManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIActivityIndicatorView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIButton+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIButton+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIImage+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIImage+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIImageView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIImageView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIKit+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIKit+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIProgressView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIProgressView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIRefreshControl+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIWebView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/CYLTabBarController/CYLConstants.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/CYLConstants.h -------------------------------------------------------------------------------- /Pods/Headers/Public/CYLTabBarController/CYLPlusButton.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/CYLPlusButton.h -------------------------------------------------------------------------------- /Pods/Headers/Public/CYLTabBarController/CYLTabBar.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/CYLTabBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/CYLTabBarController/CYLTabBarController.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/CYLTabBarController.h -------------------------------------------------------------------------------- /Pods/Headers/Public/CYLTabBarController/UIControl+CYLTabBarControllerExtention.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/UIControl+CYLTabBarControllerExtention.h -------------------------------------------------------------------------------- /Pods/Headers/Public/CYLTabBarController/UITabBarItem+CYLTabBarControllerExtention.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/UITabBarItem+CYLTabBarControllerExtention.h -------------------------------------------------------------------------------- /Pods/Headers/Public/CYLTabBarController/UIView+CYLTabBarControllerExtention.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/UIView+CYLTabBarControllerExtention.h -------------------------------------------------------------------------------- /Pods/Headers/Public/CYLTabBarController/UIViewController+CYLTabBarControllerExtention.h: -------------------------------------------------------------------------------- 1 | ../../../CYLTabBarController/CYLTabBarController/UIViewController+CYLTabBarControllerExtention.h -------------------------------------------------------------------------------- /Pods/Headers/Public/DACircularProgress/DACircularProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../DACircularProgress/DACircularProgress/DACircularProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/DACircularProgress/DALabeledCircularProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../DACircularProgress/DACircularProgress/DALabeledCircularProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.h: -------------------------------------------------------------------------------- 1 | ../../../FDFullscreenPopGesture/FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FLAnimatedImage/FLAnimatedImage.h: -------------------------------------------------------------------------------- 1 | ../../../FLAnimatedImage/FLAnimatedImage/FLAnimatedImage.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FLAnimatedImage/FLAnimatedImageView.h: -------------------------------------------------------------------------------- 1 | ../../../FLAnimatedImage/FLAnimatedImage/FLAnimatedImageView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FMDB/FMDB.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDB.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FMDB/FMDatabase.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDatabase.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FMDB/FMDatabaseAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDatabaseAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FMDB/FMDatabasePool.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDatabasePool.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FMDB/FMDatabaseQueue.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMDatabaseQueue.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FMDB/FMResultSet.h: -------------------------------------------------------------------------------- 1 | ../../../FMDB/src/fmdb/FMResultSet.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FreeStreamer/FSAudioController.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSAudioController.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FreeStreamer/FSAudioStream.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSAudioStream.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FreeStreamer/FSCheckContentTypeRequest.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSCheckContentTypeRequest.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FreeStreamer/FSParsePlaylistRequest.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSParsePlaylistRequest.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FreeStreamer/FSParseRssPodcastFeedRequest.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSParseRssPodcastFeedRequest.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FreeStreamer/FSPlaylistItem.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSPlaylistItem.h -------------------------------------------------------------------------------- /Pods/Headers/Public/FreeStreamer/FSXMLHttpRequest.h: -------------------------------------------------------------------------------- 1 | ../../../FreeStreamer/FreeStreamer/FreeStreamer/FSXMLHttpRequest.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GVUserDefaults/GVUserDefaults.h: -------------------------------------------------------------------------------- 1 | ../../../GVUserDefaults/GVUserDefaults/GVUserDefaults.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQBarButtonItem.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQBarButtonItem.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQKeyboardManager.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQKeyboardManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQKeyboardManagerConstants.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Constants/IQKeyboardManagerConstants.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQKeyboardReturnKeyHandler.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQKeyboardReturnKeyHandler.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQPreviousNextView.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQPreviousNextView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQTextView.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQTextView/IQTextView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQTitleBarButtonItem.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQToolbar.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQToolbar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQUIScrollView+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUIScrollView+Additions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQUITextFieldView+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUITextFieldView+Additions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQUIView+Hierarchy.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUIView+Hierarchy.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQUIView+IQKeyboardToolbar.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQUIViewController+Additions.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUIViewController+Additions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/IQKeyboardManager/IQUIWindow+Hierarchy.h: -------------------------------------------------------------------------------- 1 | ../../../IQKeyboardManager/IQKeyboardManager/Categories/IQUIWindow+Hierarchy.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressConsole.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/Console/M13ProgressConsole.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/HUD/M13ProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewBorderedBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewBorderedBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewFilteredImage.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewFilteredImage.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewImage.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewImage.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewLetterpress.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewLetterpress.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewMetro.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewMetro.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewMetroDotPolygon.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewMetroDotPolygon.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewPie.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewPie.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewRadiative.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewRadiative.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewRing.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewRing.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewSegmentedBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewSegmentedBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewSegmentedRing.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewSegmentedRing.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/M13ProgressViewStripedBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/ProgressViews/M13ProgressViewStripedBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/UIApplication+M13ProgressSuite.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/Application/UIApplication+M13ProgressSuite.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/UIImage+ImageEffects.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/HUD/UIImage+ImageEffects.h -------------------------------------------------------------------------------- /Pods/Headers/Public/M13ProgressSuite/UINavigationController+M13ProgressViewBar.h: -------------------------------------------------------------------------------- 1 | ../../../M13ProgressSuite/Classes/NavigationController/UINavigationController+M13ProgressViewBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/Masonry.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/NJKWebViewProgress/NJKWebViewProgress.h: -------------------------------------------------------------------------------- 1 | ../../../NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgress.h -------------------------------------------------------------------------------- /Pods/Headers/Public/NJKWebViewProgress/NJKWebViewProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../NJKWebViewProgress/NJKWebViewProgress/NJKWebViewProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Reachability/Reachability.h: -------------------------------------------------------------------------------- 1 | ../../../Reachability/Reachability.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/FLAnimatedImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/NSButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSButton+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSData+ImageContentType.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/NSImage+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSImage+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDImageCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDImageCacheConfig.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDImageCacheConfig.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCoder.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageCoderHelper.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCoderHelper.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageCodersManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCodersManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCompat.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageFrame.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageFrame.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageGIFCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageGIFCoder.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageImageIOCoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageImageIOCoder.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageTransition.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIButton+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImage+ForceDecode.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+ForceDecode.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+GIF.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVProgressAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Toast/Toast.h: -------------------------------------------------------------------------------- 1 | ../../../Toast/Toast-Framework/Toast.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Toast/UIView+Toast.h: -------------------------------------------------------------------------------- 1 | ../../../Toast/Toast/UIView+Toast.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/CALayer+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Quartz/CALayer+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSArray+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSArray+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSBundle+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSBundle+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSData+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSData+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSDate+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSDate+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSDictionary+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSDictionary+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSKeyedUnarchiver+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSKeyedUnarchiver+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSNotificationCenter+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSNotificationCenter+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSNumber+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSNumber+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSObject+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSObject+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSObject+YYAddForARC.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSObject+YYAddForARC.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSObject+YYAddForKVO.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSObject+YYAddForKVO.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSString+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSString+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSThread+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSThread+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/NSTimer+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Foundation/NSTimer+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIApplication+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIApplication+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIBarButtonItem+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIBarButtonItem+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIBezierPath+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIBezierPath+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIColor+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIColor+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIControl+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIControl+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIDevice+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIDevice+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIFont+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIFont+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIGestureRecognizer+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIGestureRecognizer+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIImage+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIImage+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIScreen+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIScreen+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIScrollView+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIScrollView+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UITableView+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UITableView+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UITextField+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UITextField+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/UIView+YYAdd.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/UIKit/UIView+YYAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/YYCGUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/Quartz/YYCGUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/YYCategories.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/YYCategories.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYCategories/YYCategoriesMacro.h: -------------------------------------------------------------------------------- 1 | ../../../YYCategories/YYCategories/YYCategoriesMacro.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYImage/YYAnimatedImageView.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYAnimatedImageView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYImage/YYFrameImage.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYFrameImage.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYImage/YYImage.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYImage.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYImage/YYImageCoder.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYImageCoder.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYImage/YYSpriteSheetImage.h: -------------------------------------------------------------------------------- 1 | ../../../YYImage/YYImage/YYSpriteSheetImage.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/NSAttributedString+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/NSAttributedString+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/NSParagraphStyle+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/NSParagraphStyle+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/UIPasteboard+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/UIPasteboard+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/UIView+YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/UIView+YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYLabel.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYLabel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYText.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYText.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextArchiver.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextArchiver.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextAsyncLayer.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextAsyncLayer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextContainerView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextDebugOption.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextDebugOption.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextEffectWindow.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextEffectWindow.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextInput.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextInput.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextKeyboardManager.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextKeyboardManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextLayout.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextLayout.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextLine.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextLine.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextMagnifier.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextMagnifier.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextParser.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextParser.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextRubyAnnotation.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextRubyAnnotation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextRunDelegate.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/String/YYTextRunDelegate.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextSelectionView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Component/YYTextSelectionView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextTransaction.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextTransaction.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextView.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/YYTextView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/YYText/YYTextWeakProxy.h: -------------------------------------------------------------------------------- 1 | ../../../YYText/YYText/Utility/YYTextWeakProxy.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POP.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POP.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPAnimatableProperty.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimatableProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPAnimatablePropertyTypes.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimatablePropertyTypes.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPAnimationEvent.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationEvent.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPAnimationExtras.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationExtras.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPAnimationTracer.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimationTracer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPAnimator.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPBasicAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPBasicAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPCustomAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPCustomAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPDecayAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPDecayAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPDefines.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPDefines.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPGeometry.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPGeometry.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPLayerExtras.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPLayerExtras.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPPropertyAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPPropertyAnimation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/pop/POPSpringAnimation.h: -------------------------------------------------------------------------------- 1 | ../../../pop/pop/POPSpringAnimation.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/AFNetworking/AFNetworking-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_AFNetworking : NSObject 3 | @end 4 | @implementation PodsDummy_AFNetworking 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/CYLTabBarController/CYLTabBarController-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_CYLTabBarController : NSObject 3 | @end 4 | @implementation PodsDummy_CYLTabBarController 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/DACircularProgress/DACircularProgress-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_DACircularProgress : NSObject 3 | @end 4 | @implementation PodsDummy_DACircularProgress 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FDFullscreenPopGesture/FDFullscreenPopGesture-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_FDFullscreenPopGesture : NSObject 3 | @end 4 | @implementation PodsDummy_FDFullscreenPopGesture 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_FLAnimatedImage : NSObject 3 | @end 4 | @implementation PodsDummy_FLAnimatedImage 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FMDB/FMDB-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_FMDB : NSObject 3 | @end 4 | @implementation PodsDummy_FMDB 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FreeStreamer/FreeStreamer-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_FreeStreamer : NSObject 3 | @end 4 | @implementation PodsDummy_FreeStreamer 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GVUserDefaults/GVUserDefaults-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GVUserDefaults : NSObject 3 | @end 4 | @implementation PodsDummy_GVUserDefaults 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/IQKeyboardManager/IQKeyboardManager-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_IQKeyboardManager : NSObject 3 | @end 4 | @implementation PodsDummy_IQKeyboardManager 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/M13ProgressSuite/M13ProgressSuite-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_M13ProgressSuite : NSObject 3 | @end 4 | @implementation PodsDummy_M13ProgressSuite 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MBProgressHUD : NSObject 3 | @end 4 | @implementation PodsDummy_MBProgressHUD 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJExtension/MJExtension-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJExtension : NSObject 3 | @end 4 | @implementation PodsDummy_MJExtension 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJRefresh : NSObject 3 | @end 4 | @implementation PodsDummy_MJRefresh 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Masonry/Masonry-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Masonry : NSObject 3 | @end 4 | @implementation PodsDummy_Masonry 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/NJKWebViewProgress/NJKWebViewProgress-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_NJKWebViewProgress : NSObject 3 | @end 4 | @implementation PodsDummy_NJKWebViewProgress 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-BSJProject/Pods-BSJProject-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_BSJProject : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_BSJProject 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Reachability/Reachability-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Reachability : NSObject 3 | @end 4 | @implementation PodsDummy_Reachability 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_SDWebImage : NSObject 3 | @end 4 | @implementation PodsDummy_SDWebImage 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_SVProgressHUD : NSObject 3 | @end 4 | @implementation PodsDummy_SVProgressHUD 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Toast/Toast-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Toast : NSObject 3 | @end 4 | @implementation PodsDummy_Toast 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/YYCategories/YYCategories-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YYCategories : NSObject 3 | @end 4 | @implementation PodsDummy_YYCategories 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/YYImage/YYImage-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YYImage : NSObject 3 | @end 4 | @implementation PodsDummy_YYImage 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/YYText/YYText-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_YYText : NSObject 3 | @end 4 | @implementation PodsDummy_YYText 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/pop/pop-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_pop : NSObject 3 | @end 4 | @implementation PodsDummy_pop 5 | @end 6 | -------------------------------------------------------------------------------- /imgs/QQ20190118-174446-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-174446-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-174938-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-174938-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-175346-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-175346-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-175852-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-175852-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-180154-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-180154-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-180401-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-180401-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-181228-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-181228-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-195950-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-195950-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-200137-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-200137-HD.gif -------------------------------------------------------------------------------- /imgs/QQ20190118-200502-HD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/QQ20190118-200502-HD.gif -------------------------------------------------------------------------------- /imgs/WechatIMG75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/WechatIMG75.png -------------------------------------------------------------------------------- /imgs/WechatIMG76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/WechatIMG76.png -------------------------------------------------------------------------------- /imgs/WechatIMG77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/WechatIMG77.png -------------------------------------------------------------------------------- /imgs/WechatIMG78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/WechatIMG78.png -------------------------------------------------------------------------------- /imgs/WechatIMG79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/WechatIMG79.png -------------------------------------------------------------------------------- /imgs/WechatIMG80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NShunjian/iOSProjectBSJ/4c0c368664775efce0fc27089f589ad40cd6210f/imgs/WechatIMG80.png --------------------------------------------------------------------------------