├── ScreenShots ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png └── 7.png ├── WanAndroid_IOS ├── Assets.xcassets │ ├── Contents.json │ ├── Common │ │ ├── Contents.json │ │ ├── nodata.imageset │ │ │ ├── nodata@2x.png │ │ │ └── Contents.json │ │ ├── yaofan.imageset │ │ │ ├── yaofan@2x.png │ │ │ └── Contents.json │ │ ├── rank_frist.imageset │ │ │ ├── rank_frist@2x.png │ │ │ └── Contents.json │ │ ├── rank_third.imageset │ │ │ ├── rank_third@2x.png │ │ │ └── Contents.json │ │ ├── rank_second.imageset │ │ │ ├── rank_second@2x.png │ │ │ └── Contents.json │ │ ├── search_32px.imageset │ │ │ └── search_32px_26006_easyicon.net.png │ │ ├── normal_placeholder_h.imageset │ │ │ ├── normal_placeholder_h@2x.png │ │ │ └── Contents.json │ │ └── normal_placeholder_v.imageset │ │ │ ├── normal_placeholder_v@2x.png │ │ │ └── Contents.json │ ├── mine │ │ ├── Contents.json │ │ ├── pic1.jpeg │ │ ├── pic2.jpeg │ │ ├── pic3.jpeg │ │ ├── pic4.jpeg │ │ ├── mine_vip.imageset │ │ │ ├── mine_vip@2x.png │ │ │ └── Contents.json │ │ ├── mine_coin.imageset │ │ │ ├── mine_coin@2x.png │ │ │ └── Contents.json │ │ ├── mine_mail.imageset │ │ │ ├── mine_mail@2x.png │ │ │ └── Contents.json │ │ ├── mine_seal.imageset │ │ │ ├── mine_seal@2x.png │ │ │ └── Contents.json │ │ ├── mine_freed.imageset │ │ │ ├── mine_freed@2x.png │ │ │ └── Contents.json │ │ ├── mine_judge.imageset │ │ │ ├── mine_judge@2x.png │ │ │ └── Contents.json │ │ ├── mine_accout.imageset │ │ │ ├── mine_accout@2x.png │ │ │ └── Contents.json │ │ ├── mine_author.imageset │ │ │ ├── mine_author@2x.png │ │ │ └── Contents.json │ │ ├── mine_cashew.imageset │ │ │ ├── mine_cashew@2x.png │ │ │ └── Contents.json │ │ ├── mine_feedBack.imageset │ │ │ ├── mine_feedBack@2x.png │ │ │ └── Contents.json │ │ ├── mine_message.imageset │ │ │ ├── mine_message@2x.png │ │ │ └── Contents.json │ │ ├── mine_setting.imageset │ │ │ ├── mine_setting@2x.png │ │ │ └── Contents.json │ │ ├── mine_subscript.imageset │ │ │ ├── mine_subscript@2x.png │ │ │ └── Contents.json │ │ ├── mine_bg_for_boy.imageset │ │ │ ├── mine_bg_for_boy@2x.png │ │ │ └── Contents.json │ │ ├── mine_bg_for_girl.imageset │ │ │ ├── mine_bg_for_girl@2x.png │ │ │ └── Contents.json │ │ ├── all_v_avatar_18x18_.imageset │ │ │ ├── all_v_avatar_18x18_@2x.png │ │ │ ├── all_v_avatar_18x18_@3x.png │ │ │ └── Contents.json │ │ ├── history_profile_24x24_.imageset │ │ │ ├── history_profile_24x24_@2x.png │ │ │ ├── history_profile_24x24_@3x.png │ │ │ └── Contents.json │ │ ├── wallpaper_profile_night.imageset │ │ │ ├── wallpaper_profile_night@2x.jpg │ │ │ ├── wallpaper_profile_night@3x.jpg │ │ │ └── Contents.json │ │ ├── all_v_avatar_star_16x16_.imageset │ │ │ ├── all_v_avatar_star_16x16_@2x.png │ │ │ ├── all_v_avatar_star_16x16_@3x.png │ │ │ └── Contents.json │ │ ├── nighticon_profile_24x24_.imageset │ │ │ ├── nighticon_profile_24x24_@2x.png │ │ │ ├── nighticon_profile_24x24_@3x.png │ │ │ └── Contents.json │ │ ├── setting_rightarrow_8x14_.imageset │ │ │ ├── setting_rightarrow_8x14_@2x.png │ │ │ ├── setting_rightarrow_8x14_@3x.png │ │ │ └── Contents.json │ │ ├── air_download_option_20x20_.imageset │ │ │ ├── air_download_option_20x20_@2x.png │ │ │ ├── air_download_option_20x20_@3x.png │ │ │ └── Contents.json │ │ ├── dayicon_profile_night_24x24_.imageset │ │ │ ├── dayicon_profile_night_24x24_@2x.png │ │ │ ├── dayicon_profile_night_24x24_@3x.png │ │ │ └── Contents.json │ │ ├── favoriteicon_profile_24x24_.imageset │ │ │ ├── favoriteicon_profile_24x24_@2x.png │ │ │ ├── favoriteicon_profile_24x24_@3x.png │ │ │ └── Contents.json │ │ ├── history_profile_night_24x24_.imageset │ │ │ ├── history_profile_night_24x24_@2x.png │ │ │ ├── history_profile_night_24x24_@3x.png │ │ │ └── Contents.json │ │ ├── qqicon_login_profile_66x66_.imageset │ │ │ ├── qqicon_login_profile_66x66_@2x.png │ │ │ ├── qqicon_login_profile_73x73_@3x.png │ │ │ └── Contents.json │ │ ├── sinaicon_login_profile_66x66_.imageset │ │ │ ├── sinaicon_login_profile_66x66_@2x.png │ │ │ ├── sinaicon_login_profile_73x73_@3x.png │ │ │ └── Contents.json │ │ ├── setting_rightarrow_night_8x14_.imageset │ │ │ ├── setting_rightarrow_night_8x14_@2x.png │ │ │ ├── setting_rightarrow_night_8x14_@3x.png │ │ │ └── Contents.json │ │ ├── weixinicon_login_profile_66x66_.imageset │ │ │ ├── weixinicon_login_profile_66x66_@2x.png │ │ │ ├── weixinicon_login_profile_73x73_@3x.png │ │ │ └── Contents.json │ │ ├── air_download_option_night_20x20_.imageset │ │ │ ├── air_download_option_night_20x20_@2x.png │ │ │ ├── air_download_option_night_20x20_@3x.png │ │ │ └── Contents.json │ │ ├── air_download_option_press_20x20_.imageset │ │ │ ├── air_download_option_press_20x20_@2x.png │ │ │ ├── air_download_option_press_20x20_@3x.png │ │ │ └── Contents.json │ │ ├── favoriteicon_profile_night_24x24_.imageset │ │ │ ├── favoriteicon_profile_night_24x24_@2x.png │ │ │ ├── favoriteicon_profile_night_24x24_@3x.png │ │ │ └── Contents.json │ │ ├── qqicon_login_profile_night_66x66_.imageset │ │ │ ├── qqicon_login_profile_night_66x66_@2x.png │ │ │ ├── qqicon_login_profile_night_73x73_@3x.png │ │ │ └── Contents.json │ │ ├── cellphoneicon_login_profile_66x66_.imageset │ │ │ ├── cellphoneicon_login_profile_66x66_@2x.png │ │ │ ├── cellphoneicon_login_profile_73x73_@3x.png │ │ │ └── Contents.json │ │ ├── sinaicon_login_profile_night_66x66_.imageset │ │ │ ├── sinaicon_login_profile_night_66x66_@2x.png │ │ │ ├── sinaicon_login_profile_night_73x73_@3x.png │ │ │ └── Contents.json │ │ ├── air_download_option_press_night_20x20_.imageset │ │ │ ├── air_download_option_press_night_20x20_@2x.png │ │ │ ├── air_download_option_press_night_20x20_@3x.png │ │ │ └── Contents.json │ │ ├── weixinicon_login_profile_night_66x66_.imageset │ │ │ ├── weixinicon_login_profile_night_66x66_@2x.png │ │ │ ├── weixinicon_login_profile_night_73x73_@3x.png │ │ │ └── Contents.json │ │ └── cellphoneicon_login_profile_night_66x66_.imageset │ │ │ ├── cellphoneicon_login_profile_night_66x66_@2x.png │ │ │ ├── cellphoneicon_login_profile_night_73x73_@3x.png │ │ │ └── Contents.json │ ├── tabbar │ │ ├── Contents.json │ │ ├── home_tabbar_32x32_.imageset │ │ │ ├── home_tabbar_32x32_@2x.png │ │ │ ├── home_tabbar_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── mine_tabbar_32x32_.imageset │ │ │ ├── mine_tabbar_32x32_@2x.png │ │ │ ├── mine_tabbar_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── feed_publish_44x44_.imageset │ │ │ ├── feed_publish_44x44_@2x.png │ │ │ ├── feed_publish_44x44_@3x.png │ │ │ └── Contents.json │ │ ├── video_tabbar_32x32_.imageset │ │ │ ├── video_tabbar_32x32_@2x.png │ │ │ ├── video_tabbar_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── huoshan_tabbar_32x32_.imageset │ │ │ ├── huoshan_tabbar_32x32_@2x.png │ │ │ ├── huoshan_tabbar_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── no_login_tabbar_32x32_.imageset │ │ │ ├── no_login_tabbar_32x32_@2x.png │ │ │ ├── no_login_tabbar_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── home_tabbar_night_32x32_.imageset │ │ │ ├── home_tabbar_night_32x32_@2x.png │ │ │ ├── home_tabbar_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── home_tabbar_press_32x32_.imageset │ │ │ ├── home_tabbar_press_32x32_@2x.png │ │ │ ├── home_tabbar_press_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── ic_screenshot_off_36x36_.imageset │ │ │ ├── ic_screenshot_off_36x36_@2x.png │ │ │ ├── ic_screenshot_off_36x36_@3x.png │ │ │ └── Contents.json │ │ ├── mine_tabbar_night_32x32_.imageset │ │ │ ├── mine_tabbar_night_32x32_@2x.png │ │ │ ├── mine_tabbar_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── mine_tabbar_press_32x32_.imageset │ │ │ ├── mine_tabbar_press_32x32_@2x.png │ │ │ ├── mine_tabbar_press_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── redpackage_tabbar_32x32_.imageset │ │ │ ├── tab_redpackage_big_64x44_@2x.png │ │ │ ├── tab_redpackage_big_64x44_@3x.png │ │ │ └── Contents.json │ │ ├── weitoutiao_tabbar_32x32_.imageset │ │ │ ├── weitoutiao_tabbar_32x32_@2x.png │ │ │ ├── weitoutiao_tabbar_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── feed_publish_close_44x44_.imageset │ │ │ ├── feed_publish_close_44x44_@2x.png │ │ │ ├── feed_publish_close_44x44_@3x.png │ │ │ └── Contents.json │ │ ├── feed_publish_night_44x44_.imageset │ │ │ ├── feed_publish_night_44x44_@2x.png │ │ │ ├── feed_publish_night_44x44_@3x.png │ │ │ └── Contents.json │ │ ├── feed_publish_press_44x44_.imageset │ │ │ ├── feed_publish_press_44x44_@2x.png │ │ │ ├── feed_publish_press_44x44_@3x.png │ │ │ └── Contents.json │ │ ├── video_tabbar_night_32x32_.imageset │ │ │ ├── video_tabbar_night_32x32_@2x.png │ │ │ ├── video_tabbar_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── video_tabbar_press_32x32_.imageset │ │ │ ├── video_tabbar_press_32x32_@2x.png │ │ │ ├── video_tabbar_press_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── huoshan_tabbar_night_32x32_.imageset │ │ │ ├── huoshan_tabbar_night_32x32_@2x.png │ │ │ ├── huoshan_tabbar_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── huoshan_tabbar_press_32x32_.imageset │ │ │ ├── huoshan_tabbar_press_32x32_@2x.png │ │ │ ├── huoshan_tabbar_press_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── no_login_tabbar_night_32x32_.imageset │ │ │ ├── no_login_tabbar_night_32x32_@2x.png │ │ │ ├── no_login_tabbar_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── no_login_tabbar_press_32x32_.imageset │ │ │ ├── no_login_tabbar_press_32x32_@2x.png │ │ │ ├── no_login_tabbar_press_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── home_tabbar_press_night_32x32_.imageset │ │ │ ├── home_tabbar_press_night_32x32_@2x.png │ │ │ ├── home_tabbar_press_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── mine_tabbar_press_night_32x32_.imageset │ │ │ ├── mine_tabbar_press_night_32x32_@2x.png │ │ │ ├── mine_tabbar_press_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── redpackage_tabbar_night_32x32_.imageset │ │ │ ├── tab_redpackage_big_night_64x44_@2x.png │ │ │ ├── tab_redpackage_big_night_64x44_@3x.png │ │ │ └── Contents.json │ │ ├── redpackage_tabbar_press_32x32_.imageset │ │ │ ├── tab_redpackage_big_press_64x44_@2x.png │ │ │ ├── tab_redpackage_big_press_64x44_@3x.png │ │ │ └── Contents.json │ │ ├── weitoutiao_tabbar_night_32x32_.imageset │ │ │ ├── weitoutiao_tabbar_night_32x32_@2x.png │ │ │ ├── weitoutiao_tabbar_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── weitoutiao_tabbar_press_32x32_.imageset │ │ │ ├── weitoutiao_tabbar_press_32x32_@2x.png │ │ │ ├── weitoutiao_tabbar_press_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── feed_publish_close_night_44x44_.imageset │ │ │ ├── feed_publish_close_night_44x44_@2x.png │ │ │ ├── feed_publish_close_night_44x44_@3x.png │ │ │ └── Contents.json │ │ ├── feed_publish_press_night_44x44_.imageset │ │ │ ├── feed_publish_press_night_44x44_@2x.png │ │ │ ├── feed_publish_press_night_44x44_@3x.png │ │ │ └── Contents.json │ │ ├── video_tabbar_press_night_32x32_.imageset │ │ │ ├── video_tabbar_press_night_32x32_@2x.png │ │ │ ├── video_tabbar_press_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── huoshan_tabbar_press_night_32x32_.imageset │ │ │ ├── huoshan_tabbar_press_night_32x32_@2x.png │ │ │ ├── huoshan_tabbar_press_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── no_login_tabbar_press_night_32x32_.imageset │ │ │ ├── no_login_tabbar_press_night_32x32_@2x.png │ │ │ ├── no_login_tabbar_press_night_32x32_@3x.png │ │ │ └── Contents.json │ │ ├── redpackage_tabbar_press_night_32x32_.imageset │ │ │ ├── tab_redpackage_big_press_night_64x44_@2x.png │ │ │ ├── tab_redpackage_big_press_night_64x44_@3x.png │ │ │ └── Contents.json │ │ └── weitoutiao_tabbar_press_night_32x32_.imageset │ │ │ ├── weitoutiao_tabbar_press_night_32x32_@2x.png │ │ │ ├── weitoutiao_tabbar_press_night_32x32_@3x.png │ │ │ └── Contents.json │ ├── dropdown │ │ ├── Contents.json │ │ ├── dropdown_loading_00.imageset │ │ │ ├── dropdown_loading_00@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_01.imageset │ │ │ ├── dropdown_loading_01@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_010.imageset │ │ │ ├── dropdown_loading_10@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_011.imageset │ │ │ ├── dropdown_loading_11@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_012.imageset │ │ │ ├── dropdown_loading_12@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_013.imageset │ │ │ ├── dropdown_loading_13@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_014.imageset │ │ │ ├── dropdown_loading_14@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_015.imageset │ │ │ ├── dropdown_loading_15@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_02.imageset │ │ │ ├── dropdown_loading_02@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_03.imageset │ │ │ ├── dropdown_loading_03@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_04.imageset │ │ │ ├── dropdown_loading_04@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_05.imageset │ │ │ ├── dropdown_loading_05@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_06.imageset │ │ │ ├── dropdown_loading_06@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_07.imageset │ │ │ ├── dropdown_loading_07@2x.png │ │ │ └── Contents.json │ │ ├── dropdown_loading_08.imageset │ │ │ ├── dropdown_loading_08@2x.png │ │ │ └── Contents.json │ │ └── dropdown_loading_09.imageset │ │ │ ├── dropdown_loading_09@2x.png │ │ │ └── Contents.json │ └── loading │ │ ├── Contents.json │ │ ├── sendloading_18x18_0.imageset │ │ ├── sendloading_18x18_0@2x.png │ │ ├── sendloading_18x18_0@3x.png │ │ └── Contents.json │ │ ├── sendloading_18x18_1.imageset │ │ ├── sendloading_18x18_1@2x.png │ │ ├── sendloading_18x18_1@3x.png │ │ └── Contents.json │ │ ├── sendloading_18x18_2.imageset │ │ ├── sendloading_18x18_2@2x.png │ │ ├── sendloading_18x18_2@3x.png │ │ └── Contents.json │ │ ├── sendloading_18x18_3.imageset │ │ ├── sendloading_18x18_3@2x.png │ │ ├── sendloading_18x18_3@3x.png │ │ └── Contents.json │ │ ├── sendloading_18x18_4.imageset │ │ ├── sendloading_18x18_4@2x.png │ │ ├── sendloading_18x18_4@3x.png │ │ └── Contents.json │ │ ├── sendloading_18x18_5.imageset │ │ ├── sendloading_18x18_5@2x.png │ │ ├── sendloading_18x18_5@3x.png │ │ └── Contents.json │ │ ├── sendloading_18x18_6.imageset │ │ ├── sendloading_18x18_6@2x.png │ │ ├── sendloading_18x18_6@3x.png │ │ └── Contents.json │ │ └── sendloading_18x18_7.imageset │ │ ├── sendloading_18x18_7@2x.png │ │ ├── sendloading_18x18_7@3x.png │ │ └── Contents.json ├── resource │ ├── pic2.jpeg │ └── pic3.jpeg ├── tools │ ├── hud │ │ ├── error.png │ │ ├── success.png │ │ ├── error@2x.png │ │ └── success@2x.png │ ├── Const.swift │ └── extension │ │ └── Global.swift ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json ├── ui │ ├── my │ │ └── MyTabCell.swift │ ├── hot │ │ └── HotModel.swift │ ├── project │ │ └── ProjectModel.swift │ └── knowledge │ │ └── KnowledgeTabModel.swift └── base │ └── BaseUICollectionViewCell.swift ├── Pods ├── LGButton │ └── LGButton │ │ ├── Resources │ │ ├── themify.ttf │ │ ├── Ionicons.ttf │ │ ├── map-icons.ttf │ │ ├── octicons.ttf │ │ ├── FontAwesome.ttf │ │ ├── open-iconic.ttf │ │ └── MaterialIcons-Regular.ttf │ │ └── Classes │ │ └── SwiftIconFont │ │ └── SwiftIconLabel.swift ├── MJRefresh │ └── MJRefresh │ │ ├── MJRefresh.bundle │ │ ├── arrow@2x.png │ │ ├── en.lproj │ │ │ └── Localizable.strings │ │ ├── ru.lproj │ │ │ └── Localizable.strings │ │ ├── uk.lproj │ │ │ └── Localizable.strings │ │ └── zh-Hans.lproj │ │ │ └── Localizable.strings │ │ ├── Base │ │ └── MJRefreshBackFooter.h │ │ ├── MJRefreshConfig.m │ │ ├── NSBundle+MJRefresh.h │ │ ├── MJRefresh.h │ │ ├── MJRefreshConfig.h │ │ └── Custom │ │ ├── Header │ │ └── MJRefreshGifHeader.h │ │ └── Footer │ │ └── Auto │ │ └── MJRefreshAutoNormalFooter.h ├── Target Support Files │ ├── Then │ │ ├── Then.modulemap │ │ ├── Then-dummy.m │ │ ├── Then-prefix.pch │ │ ├── Then-umbrella.h │ │ └── Then.xcconfig │ ├── Tabman │ │ ├── Tabman.modulemap │ │ ├── Tabman-dummy.m │ │ ├── Tabman-prefix.pch │ │ ├── Tabman-umbrella.h │ │ └── Tabman.xcconfig │ ├── LGButton │ │ ├── LGButton.modulemap │ │ ├── LGButton-dummy.m │ │ ├── LGButton-prefix.pch │ │ ├── LGButton-umbrella.h │ │ └── LGButton.xcconfig │ ├── Pageboy │ │ ├── Pageboy.modulemap │ │ ├── Pageboy-dummy.m │ │ ├── Pageboy-prefix.pch │ │ ├── Pageboy-umbrella.h │ │ └── Pageboy.xcconfig │ ├── Reusable │ │ ├── Reusable.modulemap │ │ ├── Reusable-dummy.m │ │ ├── Reusable-prefix.pch │ │ ├── Reusable-umbrella.h │ │ └── Reusable.xcconfig │ ├── SnapKit │ │ ├── SnapKit.modulemap │ │ ├── SnapKit-dummy.m │ │ ├── SnapKit-prefix.pch │ │ ├── SnapKit-umbrella.h │ │ └── SnapKit.xcconfig │ ├── Alamofire │ │ ├── Alamofire.modulemap │ │ ├── Alamofire-dummy.m │ │ ├── Alamofire-prefix.pch │ │ ├── Alamofire-umbrella.h │ │ └── Alamofire.xcconfig │ ├── HandyJSON │ │ ├── HandyJSON.modulemap │ │ ├── HandyJSON-dummy.m │ │ ├── HandyJSON-prefix.pch │ │ ├── HandyJSON-umbrella.h │ │ └── HandyJSON.xcconfig │ ├── MJRefresh │ │ ├── MJRefresh.modulemap │ │ ├── MJRefresh-dummy.m │ │ ├── MJRefresh-prefix.pch │ │ └── MJRefresh.xcconfig │ ├── Kingfisher │ │ ├── Kingfisher.modulemap │ │ ├── Kingfisher-dummy.m │ │ ├── Kingfisher-prefix.pch │ │ ├── Kingfisher-umbrella.h │ │ └── Kingfisher.xcconfig │ ├── Toast-Swift │ │ ├── Toast-Swift.modulemap │ │ ├── Toast-Swift-dummy.m │ │ ├── Toast-Swift-prefix.pch │ │ ├── Toast-Swift-umbrella.h │ │ └── Toast-Swift.xcconfig │ ├── MBProgressHUD │ │ ├── MBProgressHUD.modulemap │ │ ├── MBProgressHUD-dummy.m │ │ ├── MBProgressHUD-prefix.pch │ │ ├── MBProgressHUD-umbrella.h │ │ └── MBProgressHUD.xcconfig │ ├── SVProgressHUD │ │ ├── SVProgressHUD.modulemap │ │ ├── SVProgressHUD-dummy.m │ │ ├── SVProgressHUD-prefix.pch │ │ ├── SVProgressHUD-umbrella.h │ │ └── SVProgressHUD.xcconfig │ ├── SnapKitExtend │ │ ├── SnapKitExtend.modulemap │ │ ├── SnapKitExtend-dummy.m │ │ ├── SnapKitExtend-prefix.pch │ │ ├── SnapKitExtend-umbrella.h │ │ └── SnapKitExtend.xcconfig │ ├── JXSegmentedView │ │ ├── JXSegmentedView.modulemap │ │ ├── JXSegmentedView-dummy.m │ │ ├── JXSegmentedView-prefix.pch │ │ ├── JXSegmentedView-umbrella.h │ │ └── JXSegmentedView.xcconfig │ ├── LLCycleScrollView │ │ ├── LLCycleScrollView.modulemap │ │ ├── LLCycleScrollView-dummy.m │ │ ├── LLCycleScrollView-prefix.pch │ │ ├── LLCycleScrollView-umbrella.h │ │ └── LLCycleScrollView.xcconfig │ ├── PrintBeautifulLog │ │ ├── PrintBeautifulLog.modulemap │ │ ├── PrintBeautifulLog-dummy.m │ │ ├── PrintBeautifulLog-prefix.pch │ │ ├── PrintBeautifulLog-umbrella.h │ │ └── PrintBeautifulLog.xcconfig │ └── Pods-WanAndroid_IOS │ │ ├── Pods-WanAndroid_IOS.modulemap │ │ ├── Pods-WanAndroid_IOS-dummy.m │ │ └── Pods-WanAndroid_IOS-umbrella.h ├── SVProgressHUD │ └── SVProgressHUD │ │ ├── SVProgressHUD.bundle │ │ ├── error.png │ │ ├── info.png │ │ ├── error@2x.png │ │ ├── error@3x.png │ │ ├── info@2x.png │ │ ├── info@3x.png │ │ ├── success.png │ │ ├── angle-mask.png │ │ ├── success@2x.png │ │ ├── success@3x.png │ │ ├── angle-mask@2x.png │ │ └── angle-mask@3x.png │ │ ├── SVRadialGradientLayer.h │ │ ├── SVIndefiniteAnimatedView.h │ │ └── SVProgressAnimatedView.h ├── LLCycleScrollView │ └── Lib │ │ └── LLCycleScrollView.bundle │ │ ├── lldotActive.png │ │ ├── lldotInActive.png │ │ ├── llplaceholder.png │ │ └── en.lproj │ │ └── Root.strings ├── PrintBeautifulLog │ └── PrintBeautifulLog │ │ └── PrintBeautifulLog.h ├── HandyJSON │ └── Source │ │ ├── Export.swift │ │ └── MangledName.swift ├── Tabman │ └── Sources │ │ └── Tabman │ │ ├── Bar │ │ ├── Extensions │ │ │ ├── UIView+DefaultTintColor.swift │ │ │ └── CGRect+Interpolation.swift │ │ ├── Utility │ │ │ └── WeakContainer.swift │ │ └── BarButton │ │ │ └── TMBarButtonController.swift │ │ ├── AutoInsetter │ │ ├── InsetStore │ │ │ └── InsetStore.swift │ │ └── AutoInsetSpec.swift │ │ ├── Tabman.h │ │ └── Extensions │ │ ├── PageboyViewController+RelativeCurrentPosition.swift │ │ └── PageboyNavigationDirection+Tabman.swift ├── JXSegmentedView │ └── Sources │ │ ├── TitleOrImage │ │ └── JXSegmentedTitleOrImageItemModel.swift │ │ ├── Dot │ │ └── JXSegmentedDotItemModel.swift │ │ ├── Indicator │ │ └── JXSegmentedComponetGradientView.swift │ │ ├── AttributeTitle │ │ └── JXSegmentedTitleAttributeItemModel.swift │ │ └── TitleGradient │ │ └── JXSegmentedTitleGradientItemModel.swift └── Pageboy │ └── Sources │ └── Pageboy │ ├── Utilities │ ├── Extensions │ │ ├── UIScrollView+ScrollActivity.swift │ │ ├── DispatchQueue+main.swift │ │ └── UIPageViewController+ScrollView.swift │ └── WeakContainer.swift │ ├── AutoScrolling │ └── PageboyViewController+AutoScrolling.swift │ └── Pageboy.h ├── WanAndroid_leifu.xcodeproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── xcuserdata │ └── leifu.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist └── WanAndroid_IOS.xcworkspace ├── xcshareddata └── IDEWorkspaceChecks.plist └── contents.xcworkspacedata /ScreenShots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/ScreenShots/1.png -------------------------------------------------------------------------------- /ScreenShots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/ScreenShots/2.png -------------------------------------------------------------------------------- /ScreenShots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/ScreenShots/3.png -------------------------------------------------------------------------------- /ScreenShots/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/ScreenShots/4.png -------------------------------------------------------------------------------- /ScreenShots/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/ScreenShots/5.png -------------------------------------------------------------------------------- /ScreenShots/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/ScreenShots/6.png -------------------------------------------------------------------------------- /ScreenShots/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/ScreenShots/7.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/resource/pic2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/resource/pic2.jpeg -------------------------------------------------------------------------------- /WanAndroid_IOS/resource/pic3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/resource/pic3.jpeg -------------------------------------------------------------------------------- /WanAndroid_IOS/tools/hud/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/tools/hud/error.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/tools/hud/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/tools/hud/success.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/tools/hud/error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/tools/hud/error@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/tools/hud/success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/tools/hud/success@2x.png -------------------------------------------------------------------------------- /Pods/LGButton/LGButton/Resources/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LGButton/LGButton/Resources/themify.ttf -------------------------------------------------------------------------------- /Pods/LGButton/LGButton/Resources/Ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LGButton/LGButton/Resources/Ionicons.ttf -------------------------------------------------------------------------------- /Pods/LGButton/LGButton/Resources/map-icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LGButton/LGButton/Resources/map-icons.ttf -------------------------------------------------------------------------------- /Pods/LGButton/LGButton/Resources/octicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LGButton/LGButton/Resources/octicons.ttf -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/pic1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/pic1.jpeg -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/pic2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/pic2.jpeg -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/pic3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/pic3.jpeg -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/pic4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/pic4.jpeg -------------------------------------------------------------------------------- /WanAndroid_IOS/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Pods/LGButton/LGButton/Resources/FontAwesome.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LGButton/LGButton/Resources/FontAwesome.ttf -------------------------------------------------------------------------------- /Pods/LGButton/LGButton/Resources/open-iconic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LGButton/LGButton/Resources/open-iconic.ttf -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Then/Then.modulemap: -------------------------------------------------------------------------------- 1 | framework module Then { 2 | umbrella header "Then-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/LGButton/LGButton/Resources/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LGButton/LGButton/Resources/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /Pods/Target Support Files/Tabman/Tabman.modulemap: -------------------------------------------------------------------------------- 1 | framework module Tabman { 2 | umbrella header "Tabman-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Then/Then-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Then : NSObject 3 | @end 4 | @implementation PodsDummy_Then 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/LGButton/LGButton.modulemap: -------------------------------------------------------------------------------- 1 | framework module LGButton { 2 | umbrella header "LGButton-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pageboy/Pageboy.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pageboy { 2 | umbrella header "Pageboy-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Reusable/Reusable.modulemap: -------------------------------------------------------------------------------- 1 | framework module Reusable { 2 | umbrella header "Reusable-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit.modulemap: -------------------------------------------------------------------------------- 1 | framework module SnapKit { 2 | umbrella header "SnapKit-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Tabman/Tabman-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Tabman : NSObject 3 | @end 4 | @implementation PodsDummy_Tabman 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire.modulemap: -------------------------------------------------------------------------------- 1 | framework module Alamofire { 2 | umbrella header "Alamofire-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/HandyJSON/HandyJSON.modulemap: -------------------------------------------------------------------------------- 1 | framework module HandyJSON { 2 | umbrella header "HandyJSON-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh.modulemap: -------------------------------------------------------------------------------- 1 | framework module MJRefresh { 2 | umbrella header "MJRefresh-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pageboy/Pageboy-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pageboy : NSObject 3 | @end 4 | @implementation PodsDummy_Pageboy 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_SnapKit : NSObject 3 | @end 4 | @implementation PodsDummy_SnapKit 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Kingfisher/Kingfisher.modulemap: -------------------------------------------------------------------------------- 1 | framework module Kingfisher { 2 | umbrella header "Kingfisher-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/LGButton/LGButton-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_LGButton : NSObject 3 | @end 4 | @implementation PodsDummy_LGButton 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Reusable/Reusable-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Reusable : NSObject 3 | @end 4 | @implementation PodsDummy_Reusable 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/LLCycleScrollView/Lib/LLCycleScrollView.bundle/lldotActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LLCycleScrollView/Lib/LLCycleScrollView.bundle/lldotActive.png -------------------------------------------------------------------------------- /Pods/LLCycleScrollView/Lib/LLCycleScrollView.bundle/lldotInActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LLCycleScrollView/Lib/LLCycleScrollView.bundle/lldotInActive.png -------------------------------------------------------------------------------- /Pods/LLCycleScrollView/Lib/LLCycleScrollView.bundle/llplaceholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LLCycleScrollView/Lib/LLCycleScrollView.bundle/llplaceholder.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Alamofire : NSObject 3 | @end 4 | @implementation PodsDummy_Alamofire 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/HandyJSON/HandyJSON-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_HandyJSON : NSObject 3 | @end 4 | @implementation PodsDummy_HandyJSON 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/Toast-Swift/Toast-Swift.modulemap: -------------------------------------------------------------------------------- 1 | framework module Toast_Swift { 2 | umbrella header "Toast-Swift-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/nodata.imageset/nodata@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/Common/nodata.imageset/nodata@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/yaofan.imageset/yaofan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/Common/yaofan.imageset/yaofan@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_vip.imageset/mine_vip@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_vip.imageset/mine_vip@2x.png -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Kingfisher/Kingfisher-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Kingfisher : NSObject 3 | @end 4 | @implementation PodsDummy_Kingfisher 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MBProgressHUD/MBProgressHUD.modulemap: -------------------------------------------------------------------------------- 1 | framework module MBProgressHUD { 2 | umbrella header "MBProgressHUD-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap: -------------------------------------------------------------------------------- 1 | framework module SVProgressHUD { 2 | umbrella header "SVProgressHUD-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKitExtend/SnapKitExtend.modulemap: -------------------------------------------------------------------------------- 1 | framework module SnapKitExtend { 2 | umbrella header "SnapKitExtend-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Toast-Swift/Toast-Swift-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Toast_Swift : NSObject 3 | @end 4 | @implementation PodsDummy_Toast_Swift 5 | @end 6 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_coin.imageset/mine_coin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_coin.imageset/mine_coin@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_mail.imageset/mine_mail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_mail.imageset/mine_mail@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_seal.imageset/mine_seal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_seal.imageset/mine_seal@2x.png -------------------------------------------------------------------------------- /Pods/LLCycleScrollView/Lib/LLCycleScrollView.bundle/en.lproj/Root.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/LLCycleScrollView/Lib/LLCycleScrollView.bundle/en.lproj/Root.strings -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_freed.imageset/mine_freed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_freed.imageset/mine_freed@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_judge.imageset/mine_judge@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_judge.imageset/mine_judge@2x.png -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedView/JXSegmentedView.modulemap: -------------------------------------------------------------------------------- 1 | framework module JXSegmentedView { 2 | umbrella header "JXSegmentedView-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /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/SVProgressHUD/SVProgressHUD-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_SVProgressHUD : NSObject 3 | @end 4 | @implementation PodsDummy_SVProgressHUD 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKitExtend/SnapKitExtend-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_SnapKitExtend : NSObject 3 | @end 4 | @implementation PodsDummy_SnapKitExtend 5 | @end 6 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/rank_frist.imageset/rank_frist@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/Common/rank_frist.imageset/rank_frist@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/rank_third.imageset/rank_third@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/Common/rank_third.imageset/rank_third@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_accout.imageset/mine_accout@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_accout.imageset/mine_accout@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_author.imageset/mine_author@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_author.imageset/mine_author@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_cashew.imageset/mine_cashew@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_cashew.imageset/mine_cashew@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/rank_second.imageset/rank_second@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/Common/rank_second.imageset/rank_second@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_feedBack.imageset/mine_feedBack@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_feedBack.imageset/mine_feedBack@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_message.imageset/mine_message@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_message.imageset/mine_message@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_setting.imageset/mine_setting@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_setting.imageset/mine_setting@2x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedView/JXSegmentedView-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_JXSegmentedView : NSObject 3 | @end 4 | @implementation PodsDummy_JXSegmentedView 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/LLCycleScrollView/LLCycleScrollView.modulemap: -------------------------------------------------------------------------------- 1 | framework module LLCycleScrollView { 2 | umbrella header "LLCycleScrollView-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/PrintBeautifulLog/PrintBeautifulLog.modulemap: -------------------------------------------------------------------------------- 1 | framework module PrintBeautifulLog { 2 | umbrella header "PrintBeautifulLog-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_subscript.imageset/mine_subscript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_subscript.imageset/mine_subscript@2x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/LLCycleScrollView/LLCycleScrollView-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_LLCycleScrollView : NSObject 3 | @end 4 | @implementation PodsDummy_LLCycleScrollView 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-WanAndroid_IOS/Pods-WanAndroid_IOS.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pods_WanAndroid_IOS { 2 | umbrella header "Pods-WanAndroid_IOS-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/PrintBeautifulLog/PrintBeautifulLog-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_PrintBeautifulLog : NSObject 3 | @end 4 | @implementation PodsDummy_PrintBeautifulLog 5 | @end 6 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_bg_for_boy.imageset/mine_bg_for_boy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_bg_for_boy.imageset/mine_bg_for_boy@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_bg_for_girl.imageset/mine_bg_for_girl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/mine_bg_for_girl.imageset/mine_bg_for_girl@2x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-WanAndroid_IOS/Pods-WanAndroid_IOS-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_WanAndroid_IOS : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_WanAndroid_IOS 5 | @end 6 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_18x18_.imageset/all_v_avatar_18x18_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_18x18_.imageset/all_v_avatar_18x18_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_18x18_.imageset/all_v_avatar_18x18_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_18x18_.imageset/all_v_avatar_18x18_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_32x32_.imageset/home_tabbar_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_32x32_.imageset/home_tabbar_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_32x32_.imageset/home_tabbar_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_32x32_.imageset/home_tabbar_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_32x32_.imageset/mine_tabbar_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_32x32_.imageset/mine_tabbar_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_32x32_.imageset/mine_tabbar_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_32x32_.imageset/mine_tabbar_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/search_32px.imageset/search_32px_26006_easyicon.net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/Common/search_32px.imageset/search_32px_26006_easyicon.net.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_0.imageset/sendloading_18x18_0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_0.imageset/sendloading_18x18_0@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_0.imageset/sendloading_18x18_0@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_0.imageset/sendloading_18x18_0@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_1.imageset/sendloading_18x18_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_1.imageset/sendloading_18x18_1@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_1.imageset/sendloading_18x18_1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_1.imageset/sendloading_18x18_1@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_2.imageset/sendloading_18x18_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_2.imageset/sendloading_18x18_2@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_2.imageset/sendloading_18x18_2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_2.imageset/sendloading_18x18_2@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_3.imageset/sendloading_18x18_3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_3.imageset/sendloading_18x18_3@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_3.imageset/sendloading_18x18_3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_3.imageset/sendloading_18x18_3@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_4.imageset/sendloading_18x18_4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_4.imageset/sendloading_18x18_4@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_4.imageset/sendloading_18x18_4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_4.imageset/sendloading_18x18_4@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_5.imageset/sendloading_18x18_5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_5.imageset/sendloading_18x18_5@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_5.imageset/sendloading_18x18_5@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_5.imageset/sendloading_18x18_5@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_6.imageset/sendloading_18x18_6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_6.imageset/sendloading_18x18_6@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_6.imageset/sendloading_18x18_6@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_6.imageset/sendloading_18x18_6@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_7.imageset/sendloading_18x18_7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_7.imageset/sendloading_18x18_7@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_7.imageset/sendloading_18x18_7@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_7.imageset/sendloading_18x18_7@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_44x44_.imageset/feed_publish_44x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_44x44_.imageset/feed_publish_44x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_44x44_.imageset/feed_publish_44x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_44x44_.imageset/feed_publish_44x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_32x32_.imageset/video_tabbar_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_32x32_.imageset/video_tabbar_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_32x32_.imageset/video_tabbar_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_32x32_.imageset/video_tabbar_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/normal_placeholder_h.imageset/normal_placeholder_h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/Common/normal_placeholder_h.imageset/normal_placeholder_h@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/normal_placeholder_v.imageset/normal_placeholder_v@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/Common/normal_placeholder_v.imageset/normal_placeholder_v@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_00.imageset/dropdown_loading_00@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_00.imageset/dropdown_loading_00@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_01.imageset/dropdown_loading_01@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_01.imageset/dropdown_loading_01@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_010.imageset/dropdown_loading_10@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_010.imageset/dropdown_loading_10@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_011.imageset/dropdown_loading_11@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_011.imageset/dropdown_loading_11@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_012.imageset/dropdown_loading_12@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_012.imageset/dropdown_loading_12@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_013.imageset/dropdown_loading_13@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_013.imageset/dropdown_loading_13@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_014.imageset/dropdown_loading_14@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_014.imageset/dropdown_loading_14@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_015.imageset/dropdown_loading_15@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_015.imageset/dropdown_loading_15@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_02.imageset/dropdown_loading_02@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_02.imageset/dropdown_loading_02@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_03.imageset/dropdown_loading_03@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_03.imageset/dropdown_loading_03@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_04.imageset/dropdown_loading_04@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_04.imageset/dropdown_loading_04@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_05.imageset/dropdown_loading_05@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_05.imageset/dropdown_loading_05@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_06.imageset/dropdown_loading_06@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_06.imageset/dropdown_loading_06@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_07.imageset/dropdown_loading_07@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_07.imageset/dropdown_loading_07@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_08.imageset/dropdown_loading_08@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_08.imageset/dropdown_loading_08@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_09.imageset/dropdown_loading_09@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_09.imageset/dropdown_loading_09@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/history_profile_24x24_.imageset/history_profile_24x24_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/history_profile_24x24_.imageset/history_profile_24x24_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/history_profile_24x24_.imageset/history_profile_24x24_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/history_profile_24x24_.imageset/history_profile_24x24_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/wallpaper_profile_night.imageset/wallpaper_profile_night@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/wallpaper_profile_night.imageset/wallpaper_profile_night@2x.jpg -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/wallpaper_profile_night.imageset/wallpaper_profile_night@3x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/wallpaper_profile_night.imageset/wallpaper_profile_night@3x.jpg -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_32x32_.imageset/huoshan_tabbar_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_32x32_.imageset/huoshan_tabbar_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_32x32_.imageset/huoshan_tabbar_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_32x32_.imageset/huoshan_tabbar_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_32x32_.imageset/no_login_tabbar_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_32x32_.imageset/no_login_tabbar_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_32x32_.imageset/no_login_tabbar_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_32x32_.imageset/no_login_tabbar_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_leifu.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_star_16x16_.imageset/all_v_avatar_star_16x16_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_star_16x16_.imageset/all_v_avatar_star_16x16_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_star_16x16_.imageset/all_v_avatar_star_16x16_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_star_16x16_.imageset/all_v_avatar_star_16x16_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/nighticon_profile_24x24_.imageset/nighticon_profile_24x24_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/nighticon_profile_24x24_.imageset/nighticon_profile_24x24_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/nighticon_profile_24x24_.imageset/nighticon_profile_24x24_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/nighticon_profile_24x24_.imageset/nighticon_profile_24x24_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_8x14_.imageset/setting_rightarrow_8x14_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_8x14_.imageset/setting_rightarrow_8x14_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_8x14_.imageset/setting_rightarrow_8x14_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_8x14_.imageset/setting_rightarrow_8x14_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_night_32x32_.imageset/home_tabbar_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_night_32x32_.imageset/home_tabbar_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_night_32x32_.imageset/home_tabbar_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_night_32x32_.imageset/home_tabbar_night_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_32x32_.imageset/home_tabbar_press_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_32x32_.imageset/home_tabbar_press_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_32x32_.imageset/home_tabbar_press_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_32x32_.imageset/home_tabbar_press_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/ic_screenshot_off_36x36_.imageset/ic_screenshot_off_36x36_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/ic_screenshot_off_36x36_.imageset/ic_screenshot_off_36x36_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/ic_screenshot_off_36x36_.imageset/ic_screenshot_off_36x36_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/ic_screenshot_off_36x36_.imageset/ic_screenshot_off_36x36_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_night_32x32_.imageset/mine_tabbar_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_night_32x32_.imageset/mine_tabbar_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_night_32x32_.imageset/mine_tabbar_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_night_32x32_.imageset/mine_tabbar_night_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_32x32_.imageset/mine_tabbar_press_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_32x32_.imageset/mine_tabbar_press_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_32x32_.imageset/mine_tabbar_press_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_32x32_.imageset/mine_tabbar_press_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_32x32_.imageset/tab_redpackage_big_64x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_32x32_.imageset/tab_redpackage_big_64x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_32x32_.imageset/tab_redpackage_big_64x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_32x32_.imageset/tab_redpackage_big_64x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_32x32_.imageset/weitoutiao_tabbar_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_32x32_.imageset/weitoutiao_tabbar_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_32x32_.imageset/weitoutiao_tabbar_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_32x32_.imageset/weitoutiao_tabbar_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_20x20_.imageset/air_download_option_20x20_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/air_download_option_20x20_.imageset/air_download_option_20x20_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_20x20_.imageset/air_download_option_20x20_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/air_download_option_20x20_.imageset/air_download_option_20x20_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_44x44_.imageset/feed_publish_close_44x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_44x44_.imageset/feed_publish_close_44x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_44x44_.imageset/feed_publish_close_44x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_44x44_.imageset/feed_publish_close_44x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_night_44x44_.imageset/feed_publish_night_44x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_night_44x44_.imageset/feed_publish_night_44x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_night_44x44_.imageset/feed_publish_night_44x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_night_44x44_.imageset/feed_publish_night_44x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_44x44_.imageset/feed_publish_press_44x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_44x44_.imageset/feed_publish_press_44x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_44x44_.imageset/feed_publish_press_44x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_44x44_.imageset/feed_publish_press_44x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_night_32x32_.imageset/video_tabbar_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_night_32x32_.imageset/video_tabbar_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_night_32x32_.imageset/video_tabbar_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_night_32x32_.imageset/video_tabbar_night_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_32x32_.imageset/video_tabbar_press_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_32x32_.imageset/video_tabbar_press_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_32x32_.imageset/video_tabbar_press_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_32x32_.imageset/video_tabbar_press_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/dayicon_profile_night_24x24_.imageset/dayicon_profile_night_24x24_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/dayicon_profile_night_24x24_.imageset/dayicon_profile_night_24x24_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/dayicon_profile_night_24x24_.imageset/dayicon_profile_night_24x24_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/dayicon_profile_night_24x24_.imageset/dayicon_profile_night_24x24_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_24x24_.imageset/favoriteicon_profile_24x24_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_24x24_.imageset/favoriteicon_profile_24x24_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_24x24_.imageset/favoriteicon_profile_24x24_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_24x24_.imageset/favoriteicon_profile_24x24_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/history_profile_night_24x24_.imageset/history_profile_night_24x24_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/history_profile_night_24x24_.imageset/history_profile_night_24x24_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/history_profile_night_24x24_.imageset/history_profile_night_24x24_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/history_profile_night_24x24_.imageset/history_profile_night_24x24_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_66x66_.imageset/qqicon_login_profile_66x66_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_66x66_.imageset/qqicon_login_profile_66x66_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_66x66_.imageset/qqicon_login_profile_73x73_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_66x66_.imageset/qqicon_login_profile_73x73_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_night_32x32_.imageset/huoshan_tabbar_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_night_32x32_.imageset/huoshan_tabbar_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_night_32x32_.imageset/huoshan_tabbar_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_night_32x32_.imageset/huoshan_tabbar_night_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_32x32_.imageset/huoshan_tabbar_press_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_32x32_.imageset/huoshan_tabbar_press_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_32x32_.imageset/huoshan_tabbar_press_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_32x32_.imageset/huoshan_tabbar_press_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_66x66_.imageset/sinaicon_login_profile_66x66_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_66x66_.imageset/sinaicon_login_profile_66x66_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_66x66_.imageset/sinaicon_login_profile_73x73_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_66x66_.imageset/sinaicon_login_profile_73x73_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_night_32x32_.imageset/no_login_tabbar_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_night_32x32_.imageset/no_login_tabbar_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_night_32x32_.imageset/no_login_tabbar_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_night_32x32_.imageset/no_login_tabbar_night_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_32x32_.imageset/no_login_tabbar_press_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_32x32_.imageset/no_login_tabbar_press_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_32x32_.imageset/no_login_tabbar_press_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_32x32_.imageset/no_login_tabbar_press_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/tools/Const.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Const.swift 3 | // WanAndroid_IOS 4 | // 5 | // Created by 雷富 on 2020/4/1. 6 | // Copyright © 2020 雷富. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | 12 | 13 | let baseUrl = "https://www.wanandroid.com/" 14 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_night_8x14_.imageset/setting_rightarrow_night_8x14_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_night_8x14_.imageset/setting_rightarrow_night_8x14_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_night_8x14_.imageset/setting_rightarrow_night_8x14_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_night_8x14_.imageset/setting_rightarrow_night_8x14_@3x.png -------------------------------------------------------------------------------- /Pods/PrintBeautifulLog/PrintBeautifulLog/PrintBeautifulLog.h: -------------------------------------------------------------------------------- 1 | // 2 | // PrintBeautifulLog.h 3 | // PrintBeautifulLog 4 | // 5 | // Created by 石学谦 on 2018/9/14. 6 | // Copyright © 2018年 shixueqian. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_66x66_.imageset/weixinicon_login_profile_66x66_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_66x66_.imageset/weixinicon_login_profile_66x66_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_66x66_.imageset/weixinicon_login_profile_73x73_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_66x66_.imageset/weixinicon_login_profile_73x73_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_night_32x32_.imageset/home_tabbar_press_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_night_32x32_.imageset/home_tabbar_press_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_night_32x32_.imageset/home_tabbar_press_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_night_32x32_.imageset/home_tabbar_press_night_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_night_32x32_.imageset/mine_tabbar_press_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_night_32x32_.imageset/mine_tabbar_press_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_night_32x32_.imageset/mine_tabbar_press_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_night_32x32_.imageset/mine_tabbar_press_night_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_night_32x32_.imageset/tab_redpackage_big_night_64x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_night_32x32_.imageset/tab_redpackage_big_night_64x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_night_32x32_.imageset/tab_redpackage_big_night_64x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_night_32x32_.imageset/tab_redpackage_big_night_64x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_32x32_.imageset/tab_redpackage_big_press_64x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_32x32_.imageset/tab_redpackage_big_press_64x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_32x32_.imageset/tab_redpackage_big_press_64x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_32x32_.imageset/tab_redpackage_big_press_64x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_night_32x32_.imageset/weitoutiao_tabbar_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_night_32x32_.imageset/weitoutiao_tabbar_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_night_32x32_.imageset/weitoutiao_tabbar_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_night_32x32_.imageset/weitoutiao_tabbar_night_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_32x32_.imageset/weitoutiao_tabbar_press_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_32x32_.imageset/weitoutiao_tabbar_press_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_32x32_.imageset/weitoutiao_tabbar_press_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_32x32_.imageset/weitoutiao_tabbar_press_32x32_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_night_20x20_.imageset/air_download_option_night_20x20_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/air_download_option_night_20x20_.imageset/air_download_option_night_20x20_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_night_20x20_.imageset/air_download_option_night_20x20_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/air_download_option_night_20x20_.imageset/air_download_option_night_20x20_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_20x20_.imageset/air_download_option_press_20x20_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_20x20_.imageset/air_download_option_press_20x20_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_20x20_.imageset/air_download_option_press_20x20_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_20x20_.imageset/air_download_option_press_20x20_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_night_24x24_.imageset/favoriteicon_profile_night_24x24_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_night_24x24_.imageset/favoriteicon_profile_night_24x24_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_night_24x24_.imageset/favoriteicon_profile_night_24x24_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_night_24x24_.imageset/favoriteicon_profile_night_24x24_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_night_66x66_.imageset/qqicon_login_profile_night_66x66_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_night_66x66_.imageset/qqicon_login_profile_night_66x66_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_night_66x66_.imageset/qqicon_login_profile_night_73x73_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_night_66x66_.imageset/qqicon_login_profile_night_73x73_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_night_44x44_.imageset/feed_publish_close_night_44x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_night_44x44_.imageset/feed_publish_close_night_44x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_night_44x44_.imageset/feed_publish_close_night_44x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_night_44x44_.imageset/feed_publish_close_night_44x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_night_44x44_.imageset/feed_publish_press_night_44x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_night_44x44_.imageset/feed_publish_press_night_44x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_night_44x44_.imageset/feed_publish_press_night_44x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_night_44x44_.imageset/feed_publish_press_night_44x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_night_32x32_.imageset/video_tabbar_press_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_night_32x32_.imageset/video_tabbar_press_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_night_32x32_.imageset/video_tabbar_press_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_night_32x32_.imageset/video_tabbar_press_night_32x32_@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Then/Then-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_66x66_.imageset/cellphoneicon_login_profile_66x66_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_66x66_.imageset/cellphoneicon_login_profile_66x66_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_66x66_.imageset/cellphoneicon_login_profile_73x73_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_66x66_.imageset/cellphoneicon_login_profile_73x73_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_night_32x32_.imageset/huoshan_tabbar_press_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_night_32x32_.imageset/huoshan_tabbar_press_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_night_32x32_.imageset/huoshan_tabbar_press_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_night_32x32_.imageset/huoshan_tabbar_press_night_32x32_@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Pageboy/Pageboy-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Tabman/Tabman-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_night_66x66_.imageset/sinaicon_login_profile_night_66x66_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_night_66x66_.imageset/sinaicon_login_profile_night_66x66_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_night_66x66_.imageset/sinaicon_login_profile_night_73x73_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_night_66x66_.imageset/sinaicon_login_profile_night_73x73_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_night_32x32_.imageset/no_login_tabbar_press_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_night_32x32_.imageset/no_login_tabbar_press_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_night_32x32_.imageset/no_login_tabbar_press_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_night_32x32_.imageset/no_login_tabbar_press_night_32x32_@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/HandyJSON/HandyJSON-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/LGButton/LGButton-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Reusable/Reusable-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /WanAndroid_IOS/ui/my/MyTabCell.swift: -------------------------------------------------------------------------------- 1 | // 2 | // MyTabCell.swift 3 | // WanAndroid_IOS 4 | // 5 | // Created by 雷富 on 2020/7/14. 6 | // Copyright © 2020 雷富. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | class MyTabCell: BaseTableViewCell { 12 | 13 | 14 | 15 | 16 | } 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Kingfisher/Kingfisher-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Toast-Swift/Toast-Swift-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_night_20x20_.imageset/air_download_option_press_night_20x20_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_night_20x20_.imageset/air_download_option_press_night_20x20_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_night_20x20_.imageset/air_download_option_press_night_20x20_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_night_20x20_.imageset/air_download_option_press_night_20x20_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_night_66x66_.imageset/weixinicon_login_profile_night_66x66_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_night_66x66_.imageset/weixinicon_login_profile_night_66x66_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_night_66x66_.imageset/weixinicon_login_profile_night_73x73_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_night_66x66_.imageset/weixinicon_login_profile_night_73x73_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_night_32x32_.imageset/tab_redpackage_big_press_night_64x44_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_night_32x32_.imageset/tab_redpackage_big_press_night_64x44_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_night_32x32_.imageset/tab_redpackage_big_press_night_64x44_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_night_32x32_.imageset/tab_redpackage_big_press_night_64x44_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_night_32x32_.imageset/weitoutiao_tabbar_press_night_32x32_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_night_32x32_.imageset/weitoutiao_tabbar_press_night_32x32_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_night_32x32_.imageset/weitoutiao_tabbar_press_night_32x32_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_night_32x32_.imageset/weitoutiao_tabbar_press_night_32x32_@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKitExtend/SnapKitExtend-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedView/JXSegmentedView-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/LLCycleScrollView/LLCycleScrollView-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/PrintBeautifulLog/PrintBeautifulLog-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_night_66x66_.imageset/cellphoneicon_login_profile_night_66x66_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_night_66x66_.imageset/cellphoneicon_login_profile_night_66x66_@2x.png -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_night_66x66_.imageset/cellphoneicon_login_profile_night_73x73_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leifu1107/WanAndroid_IOS/HEAD/WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_night_66x66_.imageset/cellphoneicon_login_profile_night_73x73_@3x.png -------------------------------------------------------------------------------- /WanAndroid_IOS.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /WanAndroid_IOS/tools/extension/Global.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Global.swift 3 | // WanAndroid_IOS 4 | // 5 | // Created by 雷富 on 2020/4/8. 6 | // Copyright © 2020 雷富. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | 12 | 13 | let screenWidth = UIScreen.main.bounds.width 14 | let screenHeight = UIScreen.main.bounds.height 15 | 16 | -------------------------------------------------------------------------------- /WanAndroid_leifu.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /WanAndroid_IOS.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshFooter.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MJRefreshBackFooter : MJRefreshFooter 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Then/Then-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double ThenVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char ThenVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- 1 | // 2 | // SVRadialGradientLayer.h 3 | // SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD 4 | // 5 | // Copyright (c) 2014-2018 Tobias Tiemerding. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface SVRadialGradientLayer : CALayer 11 | 12 | @property (nonatomic) CGPoint gradientCenter; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Pods/HandyJSON/Source/Export.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Export.swift 3 | // HandyJSON 4 | // 5 | // Created by zhouzhuo on 16/07/2017. 6 | // Copyright © 2017 aliyun. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | public protocol HandyJSONCustomTransformable: _ExtendCustomBasicType {} 12 | 13 | public protocol HandyJSON: _ExtendCustomModelType {} 14 | 15 | public protocol HandyJSONEnum: _RawEnumProtocol {} 16 | -------------------------------------------------------------------------------- /Pods/Target Support Files/LGButton/LGButton-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double LGButtonVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char LGButtonVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Reusable/Reusable-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double ReusableVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char ReusableVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double SnapKitVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char SnapKitVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double AlamofireVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char AlamofireVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Toast-Swift/Toast-Swift-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double Toast_SwiftVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Toast_SwiftVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKitExtend/SnapKitExtend-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double SnapKitExtendVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char SnapKitExtendVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Tabman/Tabman-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "Tabman.h" 14 | 15 | FOUNDATION_EXPORT double TabmanVersionNumber; 16 | FOUNDATION_EXPORT const unsigned char TabmanVersionString[]; 17 | 18 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pageboy/Pageboy-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "Pageboy.h" 14 | 15 | FOUNDATION_EXPORT double PageboyVersionNumber; 16 | FOUNDATION_EXPORT const unsigned char PageboyVersionString[]; 17 | 18 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedView/JXSegmentedView-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double JXSegmentedViewVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char JXSegmentedViewVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/HandyJSON/HandyJSON-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "HandyJSON.h" 14 | 15 | FOUNDATION_EXPORT double HandyJSONVersionNumber; 16 | FOUNDATION_EXPORT const unsigned char HandyJSONVersionString[]; 17 | 18 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/nodata.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "nodata@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/yaofan.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "yaofan@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_coin.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_coin@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_mail.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_mail@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_seal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_seal@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_vip.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_vip@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Pods/HandyJSON/Source/MangledName.swift: -------------------------------------------------------------------------------- 1 | // 2 | // MangledName.swift 3 | // HandyJSON 4 | // 5 | // Created by chantu on 2019/2/2. 6 | // Copyright © 2019 aliyun. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | // mangled name might contain 0 but it is not the end, do not just use strlen 12 | func getMangledTypeNameSize(_ mangledName: UnsafePointer) -> Int { 13 | // TODO: should find the actually size 14 | return 256 15 | } 16 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Kingfisher/Kingfisher-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "Kingfisher.h" 14 | 15 | FOUNDATION_EXPORT double KingfisherVersionNumber; 16 | FOUNDATION_EXPORT const unsigned char KingfisherVersionString[]; 17 | 18 | -------------------------------------------------------------------------------- /Pods/Target Support Files/LLCycleScrollView/LLCycleScrollView-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double LLCycleScrollViewVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char LLCycleScrollViewVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/rank_frist.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "rank_frist@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/rank_third.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "rank_third@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_accout.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_accout@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_author.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_author@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_cashew.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_cashew@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_freed.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_freed@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_judge.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_judge@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-WanAndroid_IOS/Pods-WanAndroid_IOS-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double Pods_WanAndroid_IOSVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Pods_WanAndroid_IOSVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/rank_second.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "rank_second@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_feedBack.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_feedBack@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_message.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_message@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_setting.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_setting@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_subscript.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_subscript@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_bg_for_boy.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_bg_for_boy@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/mine_bg_for_girl.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_bg_for_girl@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Pods/Target Support Files/MBProgressHUD/MBProgressHUD-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "MBProgressHUD.h" 14 | 15 | FOUNDATION_EXPORT double MBProgressHUDVersionNumber; 16 | FOUNDATION_EXPORT const unsigned char MBProgressHUDVersionString[]; 17 | 18 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/normal_placeholder_h.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "normal_placeholder_h@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/Common/normal_placeholder_v.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "normal_placeholder_v@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_00.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_00@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_01.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_01@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_010.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_10@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_011.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_11@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_012.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_12@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_013.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_13@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_014.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_14@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_015.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_15@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_02.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_02@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_03.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_03@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_04.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_04@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_05.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_05@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_06.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_06@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_07.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_07@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_08.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_08@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/dropdown/dropdown_loading_09.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dropdown_loading_09@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/ui/hot/HotModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // HotModel.swift 3 | // WanAndroid_IOS 4 | // 5 | // Created by 雷富 on 2020/6/2. 6 | // Copyright © 2020 雷富. All rights reserved. 7 | // 8 | 9 | import HandyJSON 10 | 11 | 12 | struct HotModel:HandyJSON { 13 | var datas : [HotItemModel]? 14 | } 15 | 16 | struct HotItemModel : HandyJSON{ 17 | var title : String? 18 | var niceShareDate : String? 19 | var link : String? 20 | var shareUser : String? 21 | } 22 | 23 | 24 | -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/Bar/Extensions/UIView+DefaultTintColor.swift: -------------------------------------------------------------------------------- 1 | // 2 | // UIView+DefaultTintColor.swift 3 | // Tabman 4 | // 5 | // Created by Merrick Sapsford on 05/12/2017. 6 | // Copyright © 2017 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | internal extension UIView { 12 | 13 | /// The default tintColor of UIView 14 | class var defaultTintColor: UIColor { 15 | let view = UIView() 16 | return view.tintColor 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /WanAndroid_leifu.xcodeproj/xcuserdata/leifu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | WanAndroid_IOS.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 18 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Pods/Target Support Files/PrintBeautifulLog/PrintBeautifulLog-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "PrintBeautifulLog.h" 14 | 15 | FOUNDATION_EXPORT double PrintBeautifulLogVersionNumber; 16 | FOUNDATION_EXPORT const unsigned char PrintBeautifulLogVersionString[]; 17 | 18 | -------------------------------------------------------------------------------- /Pods/JXSegmentedView/Sources/TitleOrImage/JXSegmentedTitleOrImageItemModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // JXSegmentedTitleOrImageItemModel.swift 3 | // JXSegmentedView 4 | // 5 | // Created by jiaxin on 2019/1/22. 6 | // Copyright © 2019 jiaxin. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | open class JXSegmentedTitleOrImageItemModel: JXSegmentedTitleItemModel { 12 | open var selectedImageInfo: String? 13 | open var loadImageClosure: LoadImageClosure? 14 | open var imageSize: CGSize = CGSize.zero 15 | } 16 | -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/Bar/Utility/WeakContainer.swift: -------------------------------------------------------------------------------- 1 | // 2 | // WeakContainer.swift 3 | // Tabman 4 | // 5 | // Created by Merrick Sapsford on 03/07/2018. 6 | // Copyright © 2019 UI At Six. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | internal class WeakContainer { 12 | 13 | // MARK: Properties 14 | 15 | private(set) weak var object: T? 16 | 17 | // MARK: Init 18 | 19 | init(for object: T) { 20 | self.object = object 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Pods/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+ScrollActivity.swift: -------------------------------------------------------------------------------- 1 | // 2 | // UIScrollView+ScrollActivity.swift 3 | // Pageboy 4 | // 5 | // Created by Merrick Sapsford on 23/01/2018. 6 | // Copyright © 2018 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | internal extension UIScrollView { 12 | 13 | /// Whether the scroll view can be assumed to be interactively scrolling 14 | var isProbablyActiveInScroll: Bool { 15 | return isTracking || isDecelerating 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SVIndefiniteAnimatedView.h 3 | // SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD 4 | // 5 | // Copyright (c) 2014-2018 Guillaume Campagna. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface SVIndefiniteAnimatedView : UIView 11 | 12 | @property (nonatomic, assign) CGFloat strokeThickness; 13 | @property (nonatomic, assign) CGFloat radius; 14 | @property (nonatomic, strong) UIColor *strokeColor; 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_18x18_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "all_v_avatar_18x18_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "all_v_avatar_18x18_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_0.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sendloading_18x18_0@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sendloading_18x18_0@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sendloading_18x18_1@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sendloading_18x18_1@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sendloading_18x18_2@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sendloading_18x18_2@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sendloading_18x18_3@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sendloading_18x18_3@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sendloading_18x18_4@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sendloading_18x18_4@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_5.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sendloading_18x18_5@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sendloading_18x18_5@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sendloading_18x18_6@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sendloading_18x18_6@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/loading/sendloading_18x18_7.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sendloading_18x18_7@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sendloading_18x18_7@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/ui/project/ProjectModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ProjectModel.swift 3 | // WanAndroid_IOS 4 | // 5 | // Created by 雷富 on 2020/7/15. 6 | // Copyright © 2020 雷富. All rights reserved. 7 | // 8 | 9 | import HandyJSON 10 | 11 | struct ProjectModel : HandyJSON { 12 | var datas : [ProjectItemModel]? 13 | } 14 | 15 | 16 | 17 | struct ProjectItemModel : HandyJSON{ 18 | var title : String? 19 | var niceShareDate : String? 20 | var link : String? 21 | var author : String? 22 | var envelopePic : String? 23 | } 24 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | PODS_BUILD_DIR = ${BUILD_DIR} 4 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 5 | PODS_ROOT = ${SRCROOT} 6 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/MJRefresh 7 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 8 | SKIP_INSTALL = YES 9 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 10 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/history_profile_24x24_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "history_profile_24x24_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "history_profile_24x24_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/all_v_avatar_star_16x16_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "all_v_avatar_star_16x16_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "all_v_avatar_star_16x16_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/nighticon_profile_24x24_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "nighticon_profile_24x24_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "nighticon_profile_24x24_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_8x14_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "setting_rightarrow_8x14_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "setting_rightarrow_8x14_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/wallpaper_profile_night.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "wallpaper_profile_night@2x.jpg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "wallpaper_profile_night@3x.jpg", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/JXSegmentedView/Sources/Dot/JXSegmentedDotItemModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // JXSegmentedDotItemModel.swift 3 | // JXSegmentedView 4 | // 5 | // Created by jiaxin on 2018/12/28. 6 | // Copyright © 2018 jiaxin. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | open class JXSegmentedDotItemModel: JXSegmentedTitleItemModel { 12 | open var dotState = false 13 | open var dotSize = CGSize.zero 14 | open var dotCornerRadius: CGFloat = 0 15 | open var dotColor = UIColor.red 16 | open var dotOffset: CGPoint = CGPoint.zero 17 | } 18 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_20x20_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "air_download_option_20x20_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "air_download_option_20x20_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift: -------------------------------------------------------------------------------- 1 | // 2 | // DispatchQueue+main.swift 3 | // Pageboy 4 | // 5 | // Created by Remi Robert on 2019/02/11. 6 | // Copyright © 2019 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | extension DispatchQueue { 12 | 13 | static func executeInMainThread(callback: @escaping () -> Void) { 14 | if Thread.isMainThread { 15 | callback() 16 | } else { 17 | DispatchQueue.main.sync(execute: callback) 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_24x24_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "favoriteicon_profile_24x24_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "favoriteicon_profile_24x24_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_66x66_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "qqicon_login_profile_66x66_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "qqicon_login_profile_73x73_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/ui/knowledge/KnowledgeTabModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // KnowledgeTabModel.swift 3 | // WanAndroid_IOS 4 | // 5 | // Created by 雷富 on 2020/5/22. 6 | // Copyright © 2020 雷富. All rights reserved. 7 | // 8 | 9 | import HandyJSON 10 | struct KnowledgeTabModel:HandyJSON { 11 | var name : String? //一级名字 12 | var id : String? 13 | var children : [KnowledgeTabChildModel]? 14 | } 15 | 16 | struct KnowledgeTabChildModel:HandyJSON{ 17 | var name : String? //一级名字 18 | var id : Int = 0 19 | var visible : Int = 0 //不设置默认会报错 20 | } 21 | 22 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/dayicon_profile_night_24x24_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "dayicon_profile_night_24x24_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "dayicon_profile_night_24x24_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/history_profile_night_24x24_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "history_profile_night_24x24_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "history_profile_night_24x24_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_66x66_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sinaicon_login_profile_66x66_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sinaicon_login_profile_73x73_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/JXSegmentedView/Sources/Indicator/JXSegmentedComponetGradientView.swift: -------------------------------------------------------------------------------- 1 | // 2 | // JXSegmentedIndicatorGradientView.swift 3 | // JXSegmentedView 4 | // 5 | // Created by jiaxin on 2019/1/2. 6 | // Copyright © 2019 jiaxin. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | open class JXSegmentedComponetGradientView: UIView { 12 | open class override var layerClass: AnyClass { 13 | return CAGradientLayer.self 14 | } 15 | 16 | open var gradientLayer: CAGradientLayer { 17 | return layer as! CAGradientLayer 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefreshConfig.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshConfig.m 3 | // 4 | // Created by Frank on 2018/11/27. 5 | // Copyright © 2018 小码哥. All rights reserved. 6 | // 7 | 8 | #import "MJRefreshConfig.h" 9 | 10 | @implementation MJRefreshConfig 11 | 12 | static MJRefreshConfig *mj_RefreshConfig = nil; 13 | 14 | + (instancetype)defaultConfig { 15 | static dispatch_once_t onceToken; 16 | dispatch_once(&onceToken, ^{ 17 | mj_RefreshConfig = [[self alloc] init]; 18 | }); 19 | return mj_RefreshConfig; 20 | } 21 | 22 | 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/setting_rightarrow_night_8x14_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "setting_rightarrow_night_8x14_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "setting_rightarrow_night_8x14_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_66x66_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "weixinicon_login_profile_66x66_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "weixinicon_login_profile_73x73_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SVProgressAnimatedView.h 3 | // SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD 4 | // 5 | // Copyright (c) 2017-2018 Tobias Tiemerding. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface SVProgressAnimatedView : UIView 11 | 12 | @property (nonatomic, assign) CGFloat radius; 13 | @property (nonatomic, assign) CGFloat strokeThickness; 14 | @property (nonatomic, strong) UIColor *strokeColor; 15 | @property (nonatomic, assign) CGFloat strokeEnd; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Pods/Target Support Files/PrintBeautifulLog/PrintBeautifulLog.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/PrintBeautifulLog 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | PODS_BUILD_DIR = ${BUILD_DIR} 4 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 5 | PODS_ROOT = ${SRCROOT} 6 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/PrintBeautifulLog 7 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 8 | SKIP_INSTALL = YES 9 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 10 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Then/Then.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Then 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/Then 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 11 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_night_20x20_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "air_download_option_night_20x20_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "air_download_option_night_20x20_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_20x20_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "air_download_option_press_20x20_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "air_download_option_press_20x20_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_66x66_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "cellphoneicon_login_profile_66x66_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "cellphoneicon_login_profile_73x73_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/favoriteicon_profile_night_24x24_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "favoriteicon_profile_night_24x24_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "favoriteicon_profile_night_24x24_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/qqicon_login_profile_night_66x66_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "qqicon_login_profile_night_66x66_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "qqicon_login_profile_night_73x73_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/JXSegmentedView/Sources/AttributeTitle/JXSegmentedTitleAttributeItemModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // JXSegmentedTitleAttributeItemModel.swift 3 | // JXSegmentedView 4 | // 5 | // Created by jiaxin on 2019/1/3. 6 | // Copyright © 2019 jiaxin. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | open class JXSegmentedTitleAttributeItemModel: JXSegmentedBaseItemModel { 12 | open var attributedTitle: NSAttributedString? 13 | open var selectedAttributedTitle: NSAttributedString? 14 | open var titleNumberOfLines: Int = 0 15 | open var textWidth: CGFloat = 0 16 | } 17 | -------------------------------------------------------------------------------- /Pods/LGButton/LGButton/Classes/SwiftIconFont/SwiftIconLabel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // SwiftIconLabel.swift 3 | // icon 4 | // 5 | // Created by Sedat Gökbek ÇİFTÇİ on 08/07/16. 6 | // Copyright © 2016 Sedat Gökbek ÇİFTÇİ. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | @IBDesignable 12 | class SwiftIconLabel: UILabel { 13 | @IBInspectable var Icon: String = "" { 14 | didSet { 15 | self.text = Icon 16 | self.parseIcon() 17 | } 18 | } 19 | 20 | override func awakeFromNib() { 21 | self.parseIcon() 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSBundle+MJRefresh.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 16/6/13. 6 | // Copyright © 2016年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface NSBundle (MJRefresh) 14 | + (instancetype)mj_refreshBundle; 15 | + (UIImage *)mj_arrowImage; 16 | + (NSString *)mj_localizedStringForKey:(NSString *)key value:(nullable NSString *)value; 17 | + (NSString *)mj_localizedStringForKey:(NSString *)key; 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pageboy/Pageboy.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Pageboy 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/Pageboy 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 11 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SnapKit 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/SnapKit 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 11 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/sinaicon_login_profile_night_66x66_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "sinaicon_login_profile_night_66x66_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "sinaicon_login_profile_night_73x73_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/Target Support Files/LGButton/LGButton.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LGButton 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/LGButton 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 11 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/weixinicon_login_profile_night_66x66_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "weixinicon_login_profile_night_66x66_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "weixinicon_login_profile_night_73x73_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift: -------------------------------------------------------------------------------- 1 | // 2 | // PageboyViewController+AutoScrolling.swift 3 | // Pageboy 4 | // 5 | // Created by Merrick Sapsford on 17/05/2017. 6 | // Copyright © 2018 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | // MARK: - PageboyAutoScrollerHandler 12 | extension PageboyViewController: PageboyAutoScrollerHandler { 13 | 14 | func autoScroller(didRequestAutoScroll autoScroller: PageboyAutoScroller, animated: Bool) { 15 | scrollToPage(.next, animated: animated) 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/AutoInsetter/InsetStore/InsetStore.swift: -------------------------------------------------------------------------------- 1 | // 2 | // InsetStore.swift 3 | // AutoInsetter 4 | // 5 | // Created by Merrick Sapsford on 19/03/2019. 6 | // Copyright © 2019 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | protocol InsetStore: class { 12 | 13 | func store(contentInset: UIEdgeInsets, for view: UIScrollView) 14 | func store(contentOffset: CGPoint, for view: UIScrollView) 15 | 16 | func contentInset(for view: UIScrollView) -> UIEdgeInsets? 17 | func contentOffset(for view: UIScrollView) -> CGPoint? 18 | } 19 | -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/Tabman.h: -------------------------------------------------------------------------------- 1 | // 2 | // Tabman.h 3 | // Tabman 4 | // 5 | // Created by Merrick Sapsford on 17/02/2017. 6 | // Copyright © 2019 UI At Six. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for Tabman. 12 | FOUNDATION_EXPORT double TabmanVersionNumber; 13 | 14 | //! Project version string for Tabman. 15 | FOUNDATION_EXPORT const unsigned char TabmanVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Alamofire 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/Alamofire 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 11 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/air_download_option_press_night_20x20_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "air_download_option_press_night_20x20_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "air_download_option_press_night_20x20_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | 4 | #import "UIScrollView+MJRefresh.h" 5 | #import "UIScrollView+MJExtension.h" 6 | #import "UIView+MJExtension.h" 7 | 8 | #import "MJRefreshNormalHeader.h" 9 | #import "MJRefreshGifHeader.h" 10 | 11 | #import "MJRefreshBackNormalFooter.h" 12 | #import "MJRefreshBackGifFooter.h" 13 | #import "MJRefreshAutoNormalFooter.h" 14 | #import "MJRefreshAutoGifFooter.h" -------------------------------------------------------------------------------- /Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "SVIndefiniteAnimatedView.h" 14 | #import "SVProgressAnimatedView.h" 15 | #import "SVProgressHUD.h" 16 | #import "SVRadialGradientLayer.h" 17 | 18 | FOUNDATION_EXPORT double SVProgressHUDVersionNumber; 19 | FOUNDATION_EXPORT const unsigned char SVProgressHUDVersionString[]; 20 | 21 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/mine/cellphoneicon_login_profile_night_66x66_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "cellphoneicon_login_profile_night_66x66_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "cellphoneicon_login_profile_night_73x73_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Pods/Pageboy/Sources/Pageboy/Pageboy.h: -------------------------------------------------------------------------------- 1 | // 2 | // Pageboy.h 3 | // Pageboy 4 | // 5 | // Created by Merrick Sapsford on 25/07/2017. 6 | // Copyright © 2018 UI At Six. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for Pageboy. 12 | FOUNDATION_EXPORT double PageboyVersionNumber; 13 | 14 | //! Project version string for Pageboy. 15 | FOUNDATION_EXPORT const unsigned char PageboyVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /Pods/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift: -------------------------------------------------------------------------------- 1 | // 2 | // UIPageViewController+ScrollView.swift 3 | // Pageboy 4 | // 5 | // Created by Merrick Sapsford on 13/02/2017. 6 | // Copyright © 2018 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | internal extension UIPageViewController { 12 | 13 | var scrollView: UIScrollView? { 14 | for subview in view.subviews { 15 | if let scrollView = subview as? UIScrollView { 16 | return scrollView 17 | } 18 | } 19 | return nil 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Pods/Target Support Files/HandyJSON/HandyJSON.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/HandyJSON 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | SWIFT_VERSION = 5.0 11 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SVProgressHUD/SVProgressHUD.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_LDFLAGS = $(inherited) -framework "QuartzCore" 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/SVProgressHUD 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 11 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_44x44_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "feed_publish_44x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "feed_publish_44x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "home_tabbar_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "home_tabbar_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_tabbar_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "mine_tabbar_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "video_tabbar_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "video_tabbar_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "huoshan_tabbar_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "huoshan_tabbar_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "no_login_tabbar_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "no_login_tabbar_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/base/BaseUICollectionViewCell.swift: -------------------------------------------------------------------------------- 1 | // 2 | // BaseUICollectionViewCell.swift 3 | // WanAndroid_IOS 4 | // 5 | // Created by 雷富 on 2020/7/15. 6 | // Copyright © 2020 雷富. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | import Reusable 11 | 12 | class BaseUICollectionViewCell: UICollectionViewCell ,Reusable{ 13 | 14 | override init(frame: CGRect) { 15 | super.init(frame:frame) 16 | configUI() 17 | } 18 | 19 | open func configUI(){} 20 | 21 | required init?(coder: NSCoder) { 22 | fatalError("init(coder:) has not been implemented") 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "home_tabbar_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "home_tabbar_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "home_tabbar_press_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "home_tabbar_press_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/ic_screenshot_off_36x36_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "ic_screenshot_off_36x36_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "ic_screenshot_off_36x36_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_tabbar_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "mine_tabbar_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_tabbar_press_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "mine_tabbar_press_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "weitoutiao_tabbar_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "weitoutiao_tabbar_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_44x44_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "feed_publish_close_44x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "feed_publish_close_44x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_night_44x44_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "feed_publish_night_44x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "feed_publish_night_44x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_44x44_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "feed_publish_press_44x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "feed_publish_press_44x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "tab_redpackage_big_64x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "tab_redpackage_big_64x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "video_tabbar_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "video_tabbar_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "video_tabbar_press_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "video_tabbar_press_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefreshConfig.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshConfig.h 3 | // 4 | // Created by Frank on 2018/11/27. 5 | // Copyright © 2018 小码哥. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface MJRefreshConfig : NSObject 13 | 14 | /** 默认使用的语言版本, 默认为 nil. 将随系统的语言自动改变 */ 15 | @property (copy, nonatomic, nullable) NSString *languageCode; 16 | 17 | /** @return Singleton Config instance */ 18 | + (instancetype)defaultConfig; 19 | 20 | - (instancetype)init NS_UNAVAILABLE; 21 | + (instancetype)new NS_UNAVAILABLE; 22 | 23 | @end 24 | 25 | NS_ASSUME_NONNULL_END 26 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MBProgressHUD/MBProgressHUD.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "QuartzCore" 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/MBProgressHUD 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 11 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Reusable/Reusable.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Reusable 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_LDFLAGS = $(inherited) -framework "UIKit" 4 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/Reusable 9 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 10 | SKIP_INSTALL = YES 11 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 12 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "huoshan_tabbar_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "huoshan_tabbar_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "huoshan_tabbar_press_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "huoshan_tabbar_press_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /Pods/Pageboy/Sources/Pageboy/Utilities/WeakContainer.swift: -------------------------------------------------------------------------------- 1 | // 2 | // WeakContainer.swift 3 | // Pageboy iOS 4 | // 5 | // Created by Merrick Sapsford on 02/03/2019. 6 | // Copyright © 2019 UI At Six. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | internal final class WeakWrapper { 12 | 13 | private(set) weak var object: T? 14 | 15 | init(_ object: T) { 16 | self.object = object 17 | } 18 | } 19 | 20 | extension WeakWrapper: Equatable { 21 | 22 | static func == (lhs: WeakWrapper, rhs: WeakWrapper) -> Bool { 23 | return lhs.object === rhs.object 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "no_login_tabbar_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "no_login_tabbar_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "no_login_tabbar_press_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "no_login_tabbar_press_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/AutoInsetter/AutoInsetSpec.swift: -------------------------------------------------------------------------------- 1 | // 2 | // AutoInsetSpec.swift 3 | // AutoInset 4 | // 5 | // Created by Merrick Sapsford on 16/01/2018. 6 | // Copyright © 2018 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | /// Specification for Auto Insetting values. 12 | internal protocol AutoInsetSpec { 13 | 14 | /// The insets that are required IN addition to UIKit components / safe area. 15 | var additionalRequiredInsets: UIEdgeInsets { get } 16 | 17 | /// All insets that are required INCLUDING UIKit components / safe area. 18 | var allRequiredInsets: UIEdgeInsets { get } 19 | } 20 | -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/Extensions/PageboyViewController+RelativeCurrentPosition.swift: -------------------------------------------------------------------------------- 1 | // 2 | // PageboyViewController+RelativeCurrentPosition.swift 3 | // Tabman 4 | // 5 | // Created by Merrick Sapsford on 22/10/2018. 6 | // Copyright © 2019 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | import Pageboy 11 | 12 | internal extension PageboyViewController { 13 | 14 | var relativeCurrentPosition: CGFloat? { 15 | guard let position = self.currentPosition else { 16 | return nil 17 | } 18 | return self.navigationOrientation == .horizontal ? position.x : position.y 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/home_tabbar_press_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "home_tabbar_press_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "home_tabbar_press_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/mine_tabbar_press_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "mine_tabbar_press_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "mine_tabbar_press_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "tab_redpackage_big_night_64x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "tab_redpackage_big_night_64x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "tab_redpackage_big_press_64x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "tab_redpackage_big_press_64x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "weitoutiao_tabbar_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "weitoutiao_tabbar_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "weitoutiao_tabbar_press_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "weitoutiao_tabbar_press_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/Extensions/PageboyNavigationDirection+Tabman.swift: -------------------------------------------------------------------------------- 1 | // 2 | // PageboyNavigationDirection+Tabman.swift 3 | // Tabman 4 | // 5 | // Created by Merrick Sapsford on 02/01/2020. 6 | // Copyright © 2020 UI At Six. All rights reserved. 7 | // 8 | 9 | import Pageboy 10 | 11 | extension PageboyViewController.NavigationDirection { 12 | 13 | var barUpdateDirection: TMBarUpdateDirection { 14 | switch self { 15 | case .forward: 16 | return .forward 17 | case .neutral: 18 | return .none 19 | case .reverse: 20 | return .reverse 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Toast-Swift/Toast-Swift.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_LDFLAGS = $(inherited) -framework "QuartzCore" 4 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/Toast-Swift 9 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 10 | SKIP_INSTALL = YES 11 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 12 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_close_night_44x44_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "feed_publish_close_night_44x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "feed_publish_close_night_44x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/feed_publish_press_night_44x44_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "feed_publish_press_night_44x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "feed_publish_press_night_44x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/video_tabbar_press_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "video_tabbar_press_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "video_tabbar_press_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/huoshan_tabbar_press_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "huoshan_tabbar_press_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "huoshan_tabbar_press_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/no_login_tabbar_press_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "no_login_tabbar_press_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "no_login_tabbar_press_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedView/JXSegmentedView.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JXSegmentedView 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_LDFLAGS = $(inherited) -framework "UIKit" 4 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/JXSegmentedView 9 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 10 | SKIP_INSTALL = YES 11 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Tabman/Tabman.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Tabman 2 | FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Pageboy" 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/Tabman 9 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 10 | SKIP_INSTALL = YES 11 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 12 | -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/redpackage_tabbar_press_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "tab_redpackage_big_press_night_64x44_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "tab_redpackage_big_press_night_64x44_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /WanAndroid_IOS/Assets.xcassets/tabbar/weitoutiao_tabbar_press_night_32x32_.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "weitoutiao_tabbar_press_night_32x32_@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "weitoutiao_tabbar_press_night_32x32_@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | }, 22 | "properties" : { 23 | "template-rendering-intent" : "original" 24 | } 25 | } -------------------------------------------------------------------------------- /Pods/Target Support Files/Kingfisher/Kingfisher.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_LDFLAGS = $(inherited) -framework "Accelerate" -framework "CFNetwork" 4 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/Kingfisher 9 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 10 | SKIP_INSTALL = YES 11 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 12 | -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/Bar/BarButton/TMBarButtonController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // TMBarButtonController.swift 3 | // Tabman 4 | // 5 | // Created by Merrick Sapsford on 05/07/2018. 6 | // Copyright © 2019 UI At Six. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | /// A controller which is responsible for a collection of bar buttons. 12 | internal class TMBarButtonController { 13 | 14 | // MARK: Properties 15 | 16 | let barButtons: [WeakContainer] 17 | 18 | // MARK: Init 19 | 20 | init(for barButtons: [TMBarButton]) { 21 | self.barButtons = barButtons.map({ WeakContainer(for: $0) }) 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Pods/Tabman/Sources/Tabman/Bar/Extensions/CGRect+Interpolation.swift: -------------------------------------------------------------------------------- 1 | // 2 | // CGRect+Interpolation.swift 3 | // Tabman 4 | // 5 | // Created by Merrick Sapsford on 07/06/2018. 6 | // Copyright © 2019 UI At Six. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | extension CGRect { 12 | 13 | func interpolate(with other: CGRect, progress: CGFloat) -> CGRect { 14 | return CGRect(x: (other.origin.x - origin.x) * progress, 15 | y: (other.origin.y - origin.y) * progress, 16 | width: (other.size.width - size.width) * progress, 17 | height: (other.size.height - size.height) * progress) 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKitExtend/SnapKitExtend.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SnapKitExtend 2 | FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/SnapKitExtend 9 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 10 | SKIP_INSTALL = YES 11 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 12 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshGifHeader.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshStateHeader.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MJRefreshGifHeader : MJRefreshStateHeader 14 | @property (weak, nonatomic, readonly) UIImageView *gifView; 15 | 16 | /** 设置state状态下的动画图片images 动画持续时间duration*/ 17 | - (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state; 18 | - (void)setImages:(NSArray *)images forState:(MJRefreshState)state; 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /Pods/JXSegmentedView/Sources/TitleGradient/JXSegmentedTitleGradientItemModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // JXSegmentedTitleGradientItemModel.swift 3 | // JXSegmentedView 4 | // 5 | // Created by jiaxin on 2019/1/23. 6 | // Copyright © 2019 jiaxin. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | open class JXSegmentedTitleGradientItemModel: JXSegmentedTitleItemModel { 12 | open var titleNormalGradientColors: [CGColor] = [CGColor]() 13 | open var titleCurrentGradientColors: [CGColor] = [CGColor]() 14 | open var titleSelectedGradientColors: [CGColor] = [CGColor]() 15 | open var titleGradientStartPoint: CGPoint = CGPoint.zero 16 | open var titleGradientEndPoint: CGPoint = CGPoint.zero 17 | } 18 | -------------------------------------------------------------------------------- /Pods/Target Support Files/LLCycleScrollView/LLCycleScrollView.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LLCycleScrollView 2 | FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 5 | PODS_BUILD_DIR = ${BUILD_DIR} 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 7 | PODS_ROOT = ${SRCROOT} 8 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/LLCycleScrollView 9 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 10 | SKIP_INSTALL = YES 11 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 12 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoNormalFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshAutoStateFooter.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MJRefreshAutoNormalFooter : MJRefreshAutoStateFooter 14 | @property (weak, nonatomic, readonly) UIActivityIndicatorView *loadingView; 15 | 16 | /** 菊花的样式 */ 17 | @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle MJRefreshDeprecated("first deprecated in 3.2.2 - Use `loadingView` property"); 18 | @end 19 | 20 | 21 | NS_ASSUME_NONNULL_END 22 | --------------------------------------------------------------------------------