├── KaiYuanJieKou.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── jiachenmu.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── jiachenmu.xcuserdatad │ └── xcschemes │ ├── KaiYuanJieKou.xcscheme │ └── xcschememanagement.plist ├── KaiYuanJieKou.xcworkspace ├── contents.xcworkspacedata └── xcuserdata │ └── jiachenmu.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── KaiYuanJieKou ├── AboutMeViewController.h ├── AboutMeViewController.m ├── AboutMeViewController.xib ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ ├── AboutMe │ │ ├── AboutMeBG.imageset │ │ │ ├── AboutMe@2x.JPG │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── github.imageset │ │ │ ├── Contents.json │ │ │ └── github@2x.png │ │ └── jianshu.imageset │ │ │ ├── Contents.json │ │ │ └── jianshu@2x.png │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Icon-60@2x.png │ │ ├── Icon-60@3x.png │ │ ├── Icon-Small@2x.png │ │ ├── Icon-Small@3x.png │ │ ├── Icon-Spotlight-40@2x.png │ │ └── Icon-Spotlight-40@3x.png │ ├── Contents.json │ ├── Home │ │ ├── AboutMe.imageset │ │ │ ├── AboutMe@2x.png │ │ │ └── Contents.json │ │ ├── AddCity.imageset │ │ │ ├── AddCity@2x.png │ │ │ └── Contents.json │ │ ├── Circle.imageset │ │ │ ├── Circle@2x.png │ │ │ └── Contents.json │ │ ├── Close.imageset │ │ │ ├── Close@2x.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── NullDataImage.imageset │ │ │ ├── Contents.json │ │ │ └── NullDataImage@2x.png │ │ ├── SelectAddress.imageset │ │ │ ├── Contents.json │ │ │ └── SelectAddress@2x.png │ │ ├── Setting.imageset │ │ │ ├── Contents.json │ │ │ └── Setting@2x.png │ │ ├── return.imageset │ │ │ ├── Contents.json │ │ │ └── return@2x.png │ │ └── 个人中心.imageset │ │ │ ├── Contents.json │ │ │ └── 个人中心.png │ ├── Setting │ │ ├── BG1.imageset │ │ │ ├── BG1@2x.png │ │ │ └── Contents.json │ │ ├── BG10.imageset │ │ │ ├── BG10@2x.png │ │ │ └── Contents.json │ │ ├── BG2.imageset │ │ │ ├── BG2@2x.png │ │ │ └── Contents.json │ │ ├── BG3.imageset │ │ │ ├── BG3@2x.png │ │ │ └── Contents.json │ │ ├── BG4.imageset │ │ │ ├── BG4@2x.png │ │ │ └── Contents.json │ │ ├── BG5.imageset │ │ │ ├── BG5@2x.png │ │ │ └── Contents.json │ │ ├── BG6.imageset │ │ │ ├── BG6@2x.png │ │ │ └── Contents.json │ │ ├── BG7.imageset │ │ │ ├── BG7@2x.png │ │ │ └── Contents.json │ │ ├── BG8.imageset │ │ │ ├── BG8@2x.png │ │ │ └── Contents.json │ │ ├── BG9.imageset │ │ │ ├── BG9@2x.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Delete.imageset │ │ │ ├── Contents.json │ │ │ └── Delete@2x.png │ │ └── SettingBackgroundImage.imageset │ │ │ ├── Contents.json │ │ │ └── SettingBackgroundImage@2x.png │ ├── WeatherDetail │ │ ├── Contents.json │ │ ├── TempChange-1.imageset │ │ │ ├── Contents.json │ │ │ └── 穿衣指数@2x.png │ │ ├── TempChange.imageset │ │ │ ├── Contents.json │ │ │ └── TempChange@2x.png │ │ ├── WindDirection.imageset │ │ │ ├── Contents.json │ │ │ └── WindDirection@2x.png │ │ ├── WindForce.imageset │ │ │ ├── Contents.json │ │ │ └── WindForce@2x.png │ │ ├── 感冒指数.imageset │ │ │ ├── Contents.json │ │ │ └── 感冒指数@2x.png │ │ ├── 晾晒指数.imageset │ │ │ ├── Contents.json │ │ │ └── 晾晒指数@2x.png │ │ ├── 洗车指数.imageset │ │ │ ├── Contents.json │ │ │ └── 洗车指数@2x.png │ │ ├── 运动指数.imageset │ │ │ ├── Contents.json │ │ │ └── 运动指数@2x.png │ │ └── 防晒指数.imageset │ │ │ ├── Contents.json │ │ │ └── 防晒指数@2x.png │ └── WeatherTypeImage │ │ ├── Cloudy.imageset │ │ ├── Cloudy@2x.png │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Dusts.imageset │ │ ├── Contents.json │ │ └── Dusts@2x.png │ │ ├── Fine.imageset │ │ ├── Contents.json │ │ └── Fine@2x.png │ │ ├── Haze.imageset │ │ ├── Contents.json │ │ └── Haze@2x.png │ │ ├── Overcast.imageset │ │ ├── Contents.json │ │ └── Overcast@2x.png │ │ ├── Rain.imageset │ │ ├── Contents.json │ │ └── Rain@2x.png │ │ ├── RainAndSnow.imageset │ │ ├── Contents.json │ │ └── RainAndSnow@2x.png │ │ ├── Snow.imageset │ │ ├── Contents.json │ │ └── Snow@2x.png │ │ └── Thundershower.imageset │ │ ├── Contents.json │ │ └── Thundershower@2x.png ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── CMNetworkManager.h ├── CMNetworkManager.m ├── CityManager.h ├── CityManager.m ├── CityModel.h ├── CityModel.m ├── FZMWFont.ttf ├── Info.plist ├── NullDataView.h ├── NullDataView.m ├── NullDataView.xib ├── PrefixHeader.pch ├── SelectAddressCell.h ├── SelectAddressCell.m ├── SelectAddressCell.xib ├── SelectAddressController.h ├── SelectAddressController.m ├── SelectAddressController.xib ├── SettingTableViewCell.h ├── SettingTableViewCell.m ├── SettingTableViewCell.xib ├── SettingViewController.h ├── SettingViewController.m ├── SettingViewController.xib ├── TipModel.h ├── TipModel.m ├── TipView.h ├── TipView.m ├── UIColor+HexColor.h ├── UIColor+HexColor.m ├── UIImage+ReturnWeatherImage.h ├── UIImage+ReturnWeatherImage.m ├── WaveButton.h ├── WaveButton.m ├── WeatherCell.h ├── WeatherCell.m ├── WeatherCell.xib ├── WeatherData.h ├── WeatherData.m ├── WeatherDetailCollectionViewCell.h ├── WeatherDetailCollectionViewCell.m ├── WeatherDetailTableViewCell.h ├── WeatherDetailTableViewCell.m ├── WeatherDetailTableViewCell.xib ├── WeatherDetailView.h ├── WeatherDetailView.m ├── WeatherDetailView.xib ├── WeatherModel.h ├── WeatherModel.m ├── WeatherViewController.h ├── WeatherViewController.m ├── WeatherViewController.xib └── main.m ├── KaiYuanJieKouTests ├── Info.plist └── KaiYuanJieKouTests.m ├── KaiYuanJieKouUITests ├── Info.plist └── KaiYuanJieKouUITests.m ├── Podfile ├── Podfile.lock ├── Pods ├── Headers │ ├── Private │ │ ├── MBProgressHUD │ │ │ └── MBProgressHUD.h │ │ └── MJExtension │ │ │ ├── MJExtension.h │ │ │ ├── MJExtensionConst.h │ │ │ ├── MJFoundation.h │ │ │ ├── MJProperty.h │ │ │ ├── MJPropertyKey.h │ │ │ ├── MJPropertyType.h │ │ │ ├── NSObject+MJClass.h │ │ │ ├── NSObject+MJCoding.h │ │ │ ├── NSObject+MJKeyValue.h │ │ │ ├── NSObject+MJProperty.h │ │ │ └── NSString+MJExtension.h │ └── Public │ │ ├── MBProgressHUD │ │ └── MBProgressHUD.h │ │ └── MJExtension │ │ ├── MJExtension.h │ │ ├── MJExtensionConst.h │ │ ├── MJFoundation.h │ │ ├── MJProperty.h │ │ ├── MJPropertyKey.h │ │ ├── MJPropertyType.h │ │ ├── NSObject+MJClass.h │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJProperty.h │ │ └── NSString+MJExtension.h ├── MBProgressHUD │ ├── LICENSE │ ├── MBProgressHUD.h │ ├── MBProgressHUD.m │ └── README.mdown ├── MJExtension │ ├── LICENSE │ ├── MJExtension │ │ ├── MJExtension.h │ │ ├── MJExtensionConst.h │ │ ├── MJExtensionConst.m │ │ ├── MJFoundation.h │ │ ├── MJFoundation.m │ │ ├── MJProperty.h │ │ ├── MJProperty.m │ │ ├── MJPropertyKey.h │ │ ├── MJPropertyKey.m │ │ ├── MJPropertyType.h │ │ ├── MJPropertyType.m │ │ ├── NSObject+MJClass.h │ │ ├── NSObject+MJClass.m │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJCoding.m │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJKeyValue.m │ │ ├── NSObject+MJProperty.h │ │ ├── NSObject+MJProperty.m │ │ ├── NSString+MJExtension.h │ │ └── NSString+MJExtension.m │ └── README.md ├── Manifest.lock ├── Pods.xcodeproj │ ├── project.pbxproj │ └── xcuserdata │ │ └── jiachenmu.xcuserdatad │ │ └── xcschemes │ │ ├── MBProgressHUD.xcscheme │ │ ├── MJExtension.xcscheme │ │ ├── Pods.xcscheme │ │ └── xcschememanagement.plist └── Target Support Files │ ├── MBProgressHUD │ ├── MBProgressHUD-dummy.m │ ├── MBProgressHUD-prefix.pch │ └── MBProgressHUD.xcconfig │ ├── MJExtension │ ├── MJExtension-dummy.m │ ├── MJExtension-prefix.pch │ └── MJExtension.xcconfig │ └── Pods │ ├── Pods-acknowledgements.markdown │ ├── Pods-acknowledgements.plist │ ├── Pods-dummy.m │ ├── Pods-frameworks.sh │ ├── Pods-resources.sh │ ├── Pods.debug.xcconfig │ └── Pods.release.xcconfig └── README.md /KaiYuanJieKou.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /KaiYuanJieKou.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /KaiYuanJieKou.xcodeproj/project.xcworkspace/xcuserdata/jiachenmu.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou.xcodeproj/project.xcworkspace/xcuserdata/jiachenmu.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /KaiYuanJieKou.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/KaiYuanJieKou.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/KaiYuanJieKou.xcscheme -------------------------------------------------------------------------------- /KaiYuanJieKou.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /KaiYuanJieKou.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /KaiYuanJieKou.xcworkspace/xcuserdata/jiachenmu.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou.xcworkspace/xcuserdata/jiachenmu.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /KaiYuanJieKou.xcworkspace/xcuserdata/jiachenmu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou.xcworkspace/xcuserdata/jiachenmu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /KaiYuanJieKou/AboutMeViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/AboutMeViewController.h -------------------------------------------------------------------------------- /KaiYuanJieKou/AboutMeViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/AboutMeViewController.m -------------------------------------------------------------------------------- /KaiYuanJieKou/AboutMeViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/AboutMeViewController.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/AppDelegate.h -------------------------------------------------------------------------------- /KaiYuanJieKou/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/AppDelegate.m -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AboutMe/AboutMeBG.imageset/AboutMe@2x.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AboutMe/AboutMeBG.imageset/AboutMe@2x.JPG -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AboutMe/AboutMeBG.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AboutMe/AboutMeBG.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AboutMe/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AboutMe/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AboutMe/github.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AboutMe/github.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AboutMe/github.imageset/github@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AboutMe/github.imageset/github@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AboutMe/jianshu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AboutMe/jianshu.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AboutMe/jianshu.imageset/jianshu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AboutMe/jianshu.imageset/jianshu@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/AboutMe.imageset/AboutMe@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/AboutMe.imageset/AboutMe@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/AboutMe.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/AboutMe.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/AddCity.imageset/AddCity@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/AddCity.imageset/AddCity@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/AddCity.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/AddCity.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/Circle.imageset/Circle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/Circle.imageset/Circle@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/Circle.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/Circle.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/Close.imageset/Close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/Close.imageset/Close@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/Close.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/Close.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/NullDataImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/NullDataImage.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/NullDataImage.imageset/NullDataImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/NullDataImage.imageset/NullDataImage@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/SelectAddress.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/SelectAddress.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/SelectAddress.imageset/SelectAddress@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/SelectAddress.imageset/SelectAddress@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/Setting.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/Setting.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/Setting.imageset/Setting@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/Setting.imageset/Setting@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/return.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/return.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/return.imageset/return@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/return.imageset/return@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/个人中心.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/个人中心.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Home/个人中心.imageset/个人中心.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Home/个人中心.imageset/个人中心.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG1.imageset/BG1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG1.imageset/BG1@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG1.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG10.imageset/BG10@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG10.imageset/BG10@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG10.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG10.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG2.imageset/BG2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG2.imageset/BG2@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG2.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG3.imageset/BG3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG3.imageset/BG3@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG3.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG4.imageset/BG4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG4.imageset/BG4@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG4.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG5.imageset/BG5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG5.imageset/BG5@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG5.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG6.imageset/BG6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG6.imageset/BG6@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG6.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG6.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG7.imageset/BG7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG7.imageset/BG7@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG7.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG7.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG8.imageset/BG8@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG8.imageset/BG8@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG8.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG8.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG9.imageset/BG9@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG9.imageset/BG9@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/BG9.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/BG9.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/Delete.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/Delete.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/Delete.imageset/Delete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/Delete.imageset/Delete@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/SettingBackgroundImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/SettingBackgroundImage.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/Setting/SettingBackgroundImage.imageset/SettingBackgroundImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/Setting/SettingBackgroundImage.imageset/SettingBackgroundImage@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/TempChange-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/TempChange-1.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/TempChange-1.imageset/穿衣指数@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/TempChange-1.imageset/穿衣指数@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/TempChange.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/TempChange.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/TempChange.imageset/TempChange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/TempChange.imageset/TempChange@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/WindDirection.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/WindDirection.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/WindDirection.imageset/WindDirection@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/WindDirection.imageset/WindDirection@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/WindForce.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/WindForce.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/WindForce.imageset/WindForce@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/WindForce.imageset/WindForce@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/感冒指数.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/感冒指数.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/感冒指数.imageset/感冒指数@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/感冒指数.imageset/感冒指数@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/晾晒指数.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/晾晒指数.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/晾晒指数.imageset/晾晒指数@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/晾晒指数.imageset/晾晒指数@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/洗车指数.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/洗车指数.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/洗车指数.imageset/洗车指数@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/洗车指数.imageset/洗车指数@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/运动指数.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/运动指数.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/运动指数.imageset/运动指数@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/运动指数.imageset/运动指数@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/防晒指数.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/防晒指数.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherDetail/防晒指数.imageset/防晒指数@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherDetail/防晒指数.imageset/防晒指数@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Cloudy.imageset/Cloudy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Cloudy.imageset/Cloudy@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Cloudy.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Cloudy.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Dusts.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Dusts.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Dusts.imageset/Dusts@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Dusts.imageset/Dusts@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Fine.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Fine.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Fine.imageset/Fine@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Fine.imageset/Fine@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Haze.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Haze.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Haze.imageset/Haze@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Haze.imageset/Haze@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Overcast.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Overcast.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Overcast.imageset/Overcast@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Overcast.imageset/Overcast@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Rain.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Rain.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Rain.imageset/Rain@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Rain.imageset/Rain@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/RainAndSnow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/RainAndSnow.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/RainAndSnow.imageset/RainAndSnow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/RainAndSnow.imageset/RainAndSnow@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Snow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Snow.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Snow.imageset/Snow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Snow.imageset/Snow@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Thundershower.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Thundershower.imageset/Contents.json -------------------------------------------------------------------------------- /KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Thundershower.imageset/Thundershower@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Assets.xcassets/WeatherTypeImage/Thundershower.imageset/Thundershower@2x.png -------------------------------------------------------------------------------- /KaiYuanJieKou/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /KaiYuanJieKou/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /KaiYuanJieKou/CMNetworkManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/CMNetworkManager.h -------------------------------------------------------------------------------- /KaiYuanJieKou/CMNetworkManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/CMNetworkManager.m -------------------------------------------------------------------------------- /KaiYuanJieKou/CityManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/CityManager.h -------------------------------------------------------------------------------- /KaiYuanJieKou/CityManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/CityManager.m -------------------------------------------------------------------------------- /KaiYuanJieKou/CityModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/CityModel.h -------------------------------------------------------------------------------- /KaiYuanJieKou/CityModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/CityModel.m -------------------------------------------------------------------------------- /KaiYuanJieKou/FZMWFont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/FZMWFont.ttf -------------------------------------------------------------------------------- /KaiYuanJieKou/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/Info.plist -------------------------------------------------------------------------------- /KaiYuanJieKou/NullDataView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/NullDataView.h -------------------------------------------------------------------------------- /KaiYuanJieKou/NullDataView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/NullDataView.m -------------------------------------------------------------------------------- /KaiYuanJieKou/NullDataView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/NullDataView.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/PrefixHeader.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/PrefixHeader.pch -------------------------------------------------------------------------------- /KaiYuanJieKou/SelectAddressCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SelectAddressCell.h -------------------------------------------------------------------------------- /KaiYuanJieKou/SelectAddressCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SelectAddressCell.m -------------------------------------------------------------------------------- /KaiYuanJieKou/SelectAddressCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SelectAddressCell.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/SelectAddressController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SelectAddressController.h -------------------------------------------------------------------------------- /KaiYuanJieKou/SelectAddressController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SelectAddressController.m -------------------------------------------------------------------------------- /KaiYuanJieKou/SelectAddressController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SelectAddressController.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/SettingTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SettingTableViewCell.h -------------------------------------------------------------------------------- /KaiYuanJieKou/SettingTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SettingTableViewCell.m -------------------------------------------------------------------------------- /KaiYuanJieKou/SettingTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SettingTableViewCell.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/SettingViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SettingViewController.h -------------------------------------------------------------------------------- /KaiYuanJieKou/SettingViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SettingViewController.m -------------------------------------------------------------------------------- /KaiYuanJieKou/SettingViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/SettingViewController.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/TipModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/TipModel.h -------------------------------------------------------------------------------- /KaiYuanJieKou/TipModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/TipModel.m -------------------------------------------------------------------------------- /KaiYuanJieKou/TipView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/TipView.h -------------------------------------------------------------------------------- /KaiYuanJieKou/TipView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/TipView.m -------------------------------------------------------------------------------- /KaiYuanJieKou/UIColor+HexColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/UIColor+HexColor.h -------------------------------------------------------------------------------- /KaiYuanJieKou/UIColor+HexColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/UIColor+HexColor.m -------------------------------------------------------------------------------- /KaiYuanJieKou/UIImage+ReturnWeatherImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/UIImage+ReturnWeatherImage.h -------------------------------------------------------------------------------- /KaiYuanJieKou/UIImage+ReturnWeatherImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/UIImage+ReturnWeatherImage.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WaveButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WaveButton.h -------------------------------------------------------------------------------- /KaiYuanJieKou/WaveButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WaveButton.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherCell.h -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherCell.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherCell.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherData.h -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherData.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherDetailCollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherDetailCollectionViewCell.h -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherDetailCollectionViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherDetailCollectionViewCell.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherDetailTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherDetailTableViewCell.h -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherDetailTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherDetailTableViewCell.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherDetailTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherDetailTableViewCell.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherDetailView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherDetailView.h -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherDetailView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherDetailView.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherDetailView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherDetailView.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherModel.h -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherModel.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherViewController.h -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherViewController.m -------------------------------------------------------------------------------- /KaiYuanJieKou/WeatherViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/WeatherViewController.xib -------------------------------------------------------------------------------- /KaiYuanJieKou/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKou/main.m -------------------------------------------------------------------------------- /KaiYuanJieKouTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKouTests/Info.plist -------------------------------------------------------------------------------- /KaiYuanJieKouTests/KaiYuanJieKouTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKouTests/KaiYuanJieKouTests.m -------------------------------------------------------------------------------- /KaiYuanJieKouUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKouUITests/Info.plist -------------------------------------------------------------------------------- /KaiYuanJieKouUITests/KaiYuanJieKouUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/KaiYuanJieKouUITests/KaiYuanJieKouUITests.m -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Podfile.lock -------------------------------------------------------------------------------- /Pods/Headers/Private/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/MBProgressHUD/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MBProgressHUD/LICENSE -------------------------------------------------------------------------------- /Pods/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /Pods/MBProgressHUD/MBProgressHUD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MBProgressHUD/MBProgressHUD.m -------------------------------------------------------------------------------- /Pods/MBProgressHUD/README.mdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MBProgressHUD/README.mdown -------------------------------------------------------------------------------- /Pods/MJExtension/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/LICENSE -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJExtensionConst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJExtensionConst.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJFoundation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJFoundation.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJProperty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJProperty.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJPropertyKey.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJPropertyKey.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/MJPropertyType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/MJPropertyType.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSObject+MJClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSObject+MJClass.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSObject+MJCoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSObject+MJCoding.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSObject+MJKeyValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSObject+MJKeyValue.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSObject+MJProperty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSObject+MJProperty.m -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtension/NSString+MJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/MJExtension/NSString+MJExtension.m -------------------------------------------------------------------------------- /Pods/MJExtension/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/MJExtension/README.md -------------------------------------------------------------------------------- /Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Manifest.lock -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/MBProgressHUD.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Pods.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/MBProgressHUD.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/MJExtension.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Pods.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/MJExtension.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/Pods.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Pods.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/Pods.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Pods.xcodeproj/xcuserdata/jiachenmu.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/MBProgressHUD/MBProgressHUD.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/MBProgressHUD/MBProgressHUD.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/MJExtension/MJExtension-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/MJExtension/MJExtension-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/MJExtension/MJExtension-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/MJExtension/MJExtension-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/MJExtension/MJExtension.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/MJExtension/MJExtension.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods/Pods-acknowledgements.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods/Pods-acknowledgements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/Pods/Pods-acknowledgements.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods/Pods-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/Pods/Pods-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods/Pods-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/Pods/Pods-frameworks.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods/Pods-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/Pods/Pods-resources.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods/Pods.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/Pods/Pods.debug.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods/Pods.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/Pods/Target Support Files/Pods/Pods.release.xcconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiachenmu/WallpaperWeather/HEAD/README.md --------------------------------------------------------------------------------