├── LICENSE ├── README.md └── iOSClientOfQFNU ├── UserInfo.h ├── UserInfo.m ├── iOSClientOfQFNU.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ ├── chufeng.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── doushuyao.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── lyngame.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ ├── chufeng.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ ├── iOSClientOfQFNU.xcscheme │ │ └── xcschememanagement.plist │ ├── doushuyao.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ ├── iOSClientOfQFNU.xcscheme │ │ └── xcschememanagement.plist │ └── lyngame.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── iOSClientOfQFNU.xcscheme │ └── xcschememanagement.plist ├── iOSClientOfQFNU ├── AboutUs(关于我们) │ ├── Controller │ │ ├── QFNUAboutUsController.h │ │ └── QFNUAboutUsController.m │ └── View │ │ ├── AboutUsView.h │ │ ├── AboutUsView.m │ │ └── AboutUsView.xib ├── Back(软件反馈) │ └── Controller │ │ ├── Back │ │ ├── QFNUBackController.h │ │ └── QFNUBackController.m │ │ └── CheckBack │ │ ├── CheckBackCell.h │ │ ├── CheckBackCell.m │ │ ├── CheckBackCell.xib │ │ ├── CheckbackController.h │ │ └── CheckbackController.m ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── CConsult(校园资讯) │ └── Controller │ │ ├── QFNUCConsultController.h │ │ └── QFNUCConsultController.m ├── Community(曲园社区) │ └── Controller │ │ ├── QFNUCommunityController.h │ │ └── QFNUCommunityController.m ├── Course(课程表) │ ├── Controller │ │ ├── QFNUCourseController.h │ │ └── QFNUCourseController.m │ └── Model │ │ ├── CourseModel.h │ │ └── CourseModel.m ├── EConsult(教务咨询) │ └── Controller │ │ ├── QFNUEConsultController.h │ │ └── QFNUEConsultController.m ├── Images.xcassets │ ├── AppIcon-1.appiconset │ │ ├── Contents.json │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF29.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF29@2x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF29@3x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF40.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF40@2x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF40@3x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF57.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF57@2x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF60.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF60@2x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF60@3x.png │ │ ├── icon.png │ │ ├── icon29.png │ │ ├── icon29@2x.png │ │ ├── icon29@3x.png │ │ ├── icon40.png │ │ ├── icon40@2x.png │ │ ├── icon40@3x.png │ │ ├── icon57.png │ │ ├── icon57@2x.png │ │ ├── icon60.png │ │ ├── icon60@2x.png │ │ ├── icon60@3x.png │ │ └── icon60@3x的副本.png │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF29.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF29@2x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF29@3x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF40.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF40@2x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF40@3x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF57.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF57@2x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF60.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF60@2x.png │ │ ├── DC31A77B05A213AAC2B130E1BCE624FF60@3x.png │ │ ├── icon.png │ │ ├── icon29.png │ │ ├── icon29@2x.png │ │ ├── icon29@3x.png │ │ ├── icon40.png │ │ ├── icon40@2x.png │ │ ├── icon40@3x.png │ │ ├── icon57.png │ │ ├── icon57@2x.png │ │ ├── icon60.png │ │ ├── icon60@2x.png │ │ ├── icon60@3x.png │ │ └── icon60@3x的副本.png │ ├── Contents.json │ ├── ICon2@1024.png │ ├── LaunchImage.launchimage │ │ ├── Contents.json │ │ ├── bg_launch_image_1242_2208.png │ │ ├── bg_launch_image_640_1136.png │ │ ├── bg_launch_image_640_960.png │ │ └── bg_launch_image_750_1334.png │ ├── backItemImage.imageset │ │ ├── Contents.json │ │ └── backItemImage@2x.png │ ├── backItemImage_hl.imageset │ │ ├── Contents.json │ │ └── backItemImage_hl@2x.png │ ├── background.imageset │ │ ├── Contents.json │ │ └── background.jpg │ ├── balloon.imageset │ │ ├── Contents.json │ │ └── balloon.png │ ├── button.imageset │ │ ├── Contents.json │ │ └── button.jpg │ ├── cet.imageset │ │ ├── Contents.json │ │ └── cet.png │ ├── g1.imageset │ │ ├── Contents.json │ │ └── g1.jpg │ ├── g2.imageset │ │ ├── Contents.json │ │ └── g2.jpg │ ├── g3.imageset │ │ ├── Contents.json │ │ └── g3.jpg │ ├── g4.imageset │ │ ├── Contents.json │ │ └── g4.jpg │ ├── gengduo.imageset │ │ ├── Contents.json │ │ └── gengduo.png │ ├── guid01.imageset │ │ ├── Contents.json │ │ └── guid01.png │ ├── guid02.imageset │ │ ├── Contents.json │ │ └── guid02.png │ ├── guid03.imageset │ │ ├── Contents.json │ │ └── guid03.png │ ├── guid04.imageset │ │ ├── Contents.json │ │ └── guid04.png │ ├── hidden.imageset │ │ ├── Contents.json │ │ ├── hidden@2x.png │ │ └── hidden@3x.png │ ├── icon-calendar.imageset │ │ ├── Contents.json │ │ └── icon-calendar.png │ ├── icon-curriculum.imageset │ │ ├── Contents.json │ │ └── icon-curriculum.png │ ├── icon-elec.imageset │ │ ├── Contents.json │ │ └── icon-elec.png │ ├── icon-exam.imageset │ │ ├── Contents.json │ │ └── icon-exam.png │ ├── icon-homework-inline.imageset │ │ ├── Contents.json │ │ └── icon-homework-inline.png │ ├── icon-info.imageset │ │ ├── Contents.json │ │ └── icon-info.png │ ├── icon-lab.imageset │ │ ├── Contents.json │ │ └── icon-lab.png │ ├── icon-library.imageset │ │ ├── Contents.json │ │ └── icon-library.png │ ├── icon-lost.imageset │ │ ├── Contents.json │ │ └── icon-lost.png │ ├── icon-score.imageset │ │ ├── Contents.json │ │ └── icon-score.png │ ├── icon-second-hand.imageset │ │ ├── Contents.json │ │ └── icon-second-hand.png │ ├── icon-social.imageset │ │ ├── Contents.json │ │ └── icon-social.png │ ├── icon-video.imageset │ │ ├── Contents.json │ │ └── icon-video.png │ ├── icon@1024.png │ ├── imageLeft-1.imageset │ │ ├── Contents.json │ │ └── imageLeft.png │ ├── imageLeft.imageset │ │ ├── Contents.json │ │ └── imageLeft.png │ ├── imageRight-1.imageset │ │ ├── Contents.json │ │ └── imageRight.png │ ├── imageRight.imageset │ │ ├── Contents.json │ │ └── imageRight.png │ ├── imageRoot-1.imageset │ │ ├── Contents.json │ │ └── imageRoot.png │ ├── imageRoot.imageset │ │ ├── Contents.json │ │ └── imageRoot.png │ ├── img_01.imageset │ │ ├── Contents.json │ │ └── img_01.png │ ├── img_02.imageset │ │ ├── Contents.json │ │ └── img_02.png │ ├── img_03.imageset │ │ ├── Contents.json │ │ └── img_03.png │ ├── img_04.imageset │ │ ├── Contents.json │ │ └── img_04.png │ ├── img_05.imageset │ │ ├── Contents.json │ │ └── img_05.png │ ├── logo.imageset │ │ ├── Contents.json │ │ └── logo.png │ ├── mainlogo.imageset │ │ ├── Contents.json │ │ └── mainlogo.png │ ├── menu.imageset │ │ ├── Contents.json │ │ └── menu@2x.png │ ├── nav.imageset │ │ ├── Contents.json │ │ └── nav.jpeg │ ├── password_login.imageset │ │ ├── Contents.json │ │ ├── locked_32px_1174192_easyicon.net.png │ │ └── locked_64px_1174192_easyicon.net.png │ ├── qf1.imageset │ │ ├── Contents.json │ │ └── qf5.jpg │ ├── qf2.imageset │ │ ├── Contents.json │ │ └── qf2.jpg │ ├── qf3.imageset │ │ ├── Contents.json │ │ └── qf4.jpg │ ├── qf4.imageset │ │ ├── Contents.json │ │ └── qf1.jpg │ ├── qf5.imageset │ │ ├── Contents.json │ │ └── qf3.jpg │ ├── qytop.imageset │ │ ├── Contents.json │ │ └── qytop.png │ ├── rabbit.imageset │ │ ├── Contents.json │ │ └── rabbit.png │ ├── robot.imageset │ │ ├── Contents.json │ │ └── robot.png │ ├── shu.imageset │ │ ├── Contents.json │ │ └── shu.png │ ├── username_login.imageset │ │ ├── Contents.json │ │ ├── user_avatar_28.771392081737px_1195968_easyicon.net.png │ │ └── user_avatar_43.157088122605px_1195968_easyicon.net.png │ ├── weather.imageset │ │ ├── Contents.json │ │ └── weather.png │ └── white.imageset │ │ ├── Contents.json │ │ └── white.jpeg ├── Library(图书馆) │ └── Controller │ │ ├── QFNULibraryController.h │ │ └── QFNULibraryController.m ├── Login(登录) │ └── Controller │ │ ├── QFNULoginController.h │ │ ├── QFNULoginController.m │ │ └── QFNULoginController.xib ├── Look(每日一览) │ └── Controller │ │ ├── QFNULookController.h │ │ └── QFNULookController.m ├── Main(首页) │ ├── Controller │ │ ├── LGSideMainViewController.h │ │ ├── LGSideMainViewController.m │ │ ├── LeftSortsController.h │ │ ├── LeftSortsController.m │ │ ├── MainController.h │ │ ├── MainController.m │ │ └── Tab │ │ │ ├── TQMultistageTableView.h │ │ │ └── TQMultistageTableView.m │ ├── LeftViewController.h │ ├── LeftViewController.m │ ├── LeftViewController.xib │ ├── Model │ │ ├── MainButtonData.plist │ │ ├── MainButtonModel.h │ │ └── MainButtonModel.m │ └── View │ │ ├── MainButtonView.h │ │ ├── MainButtonView.m │ │ ├── MainHeadScrollView.h │ │ └── MainHeadScrollView.m ├── Me(我) │ ├── Controller │ │ ├── MeController.h │ │ └── MeController.m │ └── View │ │ ├── DSYPhotoHelper.h │ │ ├── DSYPhotoHelper.m │ │ ├── headBtn.h │ │ ├── headBtn.m │ │ ├── meTableHeadView.h │ │ ├── meTableHeadView.m │ │ ├── meTableViewCell.h │ │ ├── meTableViewCell.m │ │ └── meTableViewCell.xib ├── New(信息门户) │ └── Controller │ │ ├── QFNUNewController.h │ │ └── QFNUNewController.m ├── Others │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── CFNavaigationViewWeb.h │ ├── CFNavaigationViewWeb.m │ ├── CFWebViewController.h │ ├── CFWebViewController.m │ ├── Info.plist │ ├── PrefixHeader.pch │ ├── QFInfo.h │ ├── QFInfo.m │ ├── UIColor+FlatColors.h │ ├── UIColor+FlatColors.m │ ├── main.m │ └── 网页封装 │ │ └── NJKWebViewProgress │ │ ├── NJKWebViewProgress.h │ │ ├── NJKWebViewProgress.m │ │ ├── NJKWebViewProgressView.h │ │ └── NJKWebViewProgressView.m ├── Setting(软件设置) │ └── Controller │ │ ├── QFNUSettingController.h │ │ └── QFNUSettingController.m ├── Share(软件分享) │ └── Controller │ │ ├── QFNUShareController.h │ │ └── QFNUShareController.m ├── StartPage(启动页) │ ├── Controller │ │ ├── HomeWebViewController.h │ │ ├── HomeWebViewController.m │ │ ├── WZXLaunchViewController.h │ │ └── WZXLaunchViewController.m │ └── View │ │ ├── WZXLaunchAd.h │ │ └── WZXLaunchAd.m ├── Tool(工具箱) │ ├── Controller │ │ ├── AttendanController.h │ │ ├── AttendanController.m │ │ ├── BRAddressModel.h │ │ ├── BRAddressModel.m │ │ ├── BRCity.plist │ │ ├── FreeRoomController.h │ │ ├── FreeRoomController.m │ │ ├── QFNUToolController.h │ │ ├── QFNUToolController.m │ │ ├── UILabel+LeftTopAlign.h │ │ ├── UILabel+LeftTopAlign.m │ │ ├── WeatherViewController.h │ │ ├── WeatherViewController.m │ │ ├── freeRoomCell.h │ │ ├── freeRoomCell.m │ │ ├── freeRoomCell.xib │ │ ├── rebotController.h │ │ ├── rebotController.m │ │ ├── xiaoliController.h │ │ └── xiaoliController.m │ ├── Model │ │ ├── ToolData.plist │ │ ├── ToolModel.h │ │ └── ToolModel.m │ └── View │ │ ├── ToolButtonView.h │ │ └── ToolButtonView.m ├── Vendors(第三方) │ ├── AFNetworking │ │ ├── AFHTTPSessionManager.h │ │ ├── AFHTTPSessionManager.m │ │ ├── AFNetworkReachabilityManager.h │ │ ├── AFNetworkReachabilityManager.m │ │ ├── AFNetworking.h │ │ ├── AFSecurityPolicy.h │ │ ├── AFSecurityPolicy.m │ │ ├── AFURLRequestSerialization.h │ │ ├── AFURLRequestSerialization.m │ │ ├── AFURLResponseSerialization.h │ │ ├── AFURLResponseSerialization.m │ │ ├── AFURLSessionManager.h │ │ ├── AFURLSessionManager.m │ │ ├── BaseRequest.h │ │ └── BaseRequest.m │ ├── AVOSCloud │ │ ├── ACL │ │ │ ├── AVACL.h │ │ │ ├── AVACL.m │ │ │ ├── AVACL_Internal.h │ │ │ ├── AVRole.h │ │ │ ├── AVRole.m │ │ │ └── AVRole_Internal.h │ │ ├── AVAvailability.h │ │ ├── AVConfiguration.h │ │ ├── AVConfiguration.m │ │ ├── AVConfiguration_extension.h │ │ ├── AVConstants.h │ │ ├── AVGlobal.h │ │ ├── AVOSCloud.h │ │ ├── AVOSCloud.m │ │ ├── AVOSCloud_Art.inc │ │ ├── AVOSCloud_Internal.h │ │ ├── Analytics │ │ │ ├── AVAnalytics.h │ │ │ ├── AVAnalytics.m │ │ │ ├── AVAnalyticsActivity.h │ │ │ ├── AVAnalyticsActivity.m │ │ │ ├── AVAnalyticsImpl.h │ │ │ ├── AVAnalyticsImpl.m │ │ │ ├── AVAnalyticsSession.h │ │ │ ├── AVAnalyticsSession.m │ │ │ ├── AVAnalyticsUtils.h │ │ │ ├── AVAnalyticsUtils.m │ │ │ ├── AVAnalytics_Internal.h │ │ │ ├── AVDuration.h │ │ │ ├── AVDuration.m │ │ │ ├── AVExceptionHandler.h │ │ │ └── AVExceptionHandler.m │ │ ├── Cache │ │ │ ├── AVCacheManager.h │ │ │ ├── AVCacheManager.m │ │ │ ├── AVPersistenceUtils.h │ │ │ ├── AVPersistenceUtils.m │ │ │ ├── AVScheduler.h │ │ │ └── AVScheduler.m │ │ ├── Captcha │ │ │ ├── AVCaptcha.h │ │ │ └── AVCaptcha.m │ │ ├── CloudCode │ │ │ ├── AVCloud.h │ │ │ ├── AVCloud.m │ │ │ └── AVCloud_Internal.h │ │ ├── File │ │ │ ├── AVFile.h │ │ │ ├── AVFile.m │ │ │ ├── AVFileHTTPRequestOperation.h │ │ │ ├── AVFileHTTPRequestOperation.m │ │ │ ├── AVFileQuery.h │ │ │ ├── AVFileQuery.m │ │ │ ├── AVFile_Internal.h │ │ │ ├── AVPartialInputStream.h │ │ │ ├── AVPartialInputStream.m │ │ │ ├── AVUploaderManager.h │ │ │ └── AVUploaderManager.m │ │ ├── Geo │ │ │ ├── AVGeoPoint.h │ │ │ ├── AVGeoPoint.m │ │ │ ├── AVGeoPoint_Internal.h │ │ │ ├── AVLocationManager.h │ │ │ └── AVLocationManager.m │ │ ├── Object │ │ │ ├── AVObject+Subclass.h │ │ │ ├── AVObject.h │ │ │ ├── AVObject.m │ │ │ ├── AVObjectUtils.h │ │ │ ├── AVObjectUtils.m │ │ │ ├── AVObject_Internal.h │ │ │ ├── AVRelation.h │ │ │ ├── AVRelation.m │ │ │ ├── AVRelation_Internal.h │ │ │ ├── AVRequestManager.h │ │ │ ├── AVRequestManager.m │ │ │ ├── AVSaveOption.h │ │ │ ├── AVSaveOption.m │ │ │ ├── AVSaveOption_internal.h │ │ │ └── AVSubclassing.h │ │ ├── Push │ │ │ ├── AVInstallation.h │ │ │ ├── AVInstallation.m │ │ │ ├── AVInstallation_Internal.h │ │ │ ├── AVPush.h │ │ │ ├── AVPush.m │ │ │ └── AVPush_Internal.h │ │ ├── Query │ │ │ ├── AVCloudQueryResult.h │ │ │ ├── AVCloudQueryResult.m │ │ │ ├── AVCloudQueryResult_Internal.h │ │ │ ├── AVFriendQuery.h │ │ │ ├── AVFriendQuery.m │ │ │ ├── AVQuery.h │ │ │ ├── AVQuery.m │ │ │ └── AVQuery_Internal.h │ │ ├── Request │ │ │ ├── AFNetworkingFix.h │ │ │ ├── AVPaasClient.h │ │ │ ├── AVPaasClient.m │ │ │ ├── AVPaasClient_internal.h │ │ │ ├── AVRequestOperation.h │ │ │ └── AVRequestOperation.m │ │ ├── Router │ │ │ ├── LCRouter.h │ │ │ └── LCRouter.m │ │ ├── SMS │ │ │ ├── AVSMS.h │ │ │ └── AVSMS.m │ │ ├── Search │ │ │ ├── AVSearchQuery.h │ │ │ ├── AVSearchQuery.m │ │ │ ├── AVSearchSortBuilder.h │ │ │ └── AVSearchSortBuilder.m │ │ ├── Statistics │ │ │ ├── LCNetworkStatistics.h │ │ │ └── LCNetworkStatistics.m │ │ ├── Status │ │ │ ├── AVStatus.h │ │ │ └── AVStatus.m │ │ ├── ThirdParty │ │ │ ├── AFNetworking │ │ │ │ ├── AVHTTPClient.h │ │ │ │ ├── AVHTTPClient.m │ │ │ │ ├── AVHTTPRequestOperation.h │ │ │ │ ├── AVHTTPRequestOperation.m │ │ │ │ ├── AVImageRequestOperation.h │ │ │ │ ├── AVImageRequestOperation.m │ │ │ │ ├── AVJSONRequestOperation.h │ │ │ │ ├── AVJSONRequestOperation.m │ │ │ │ ├── AVNetworkActivityIndicatorManager.h │ │ │ │ ├── AVNetworkActivityIndicatorManager.m │ │ │ │ ├── AVNetworking.h │ │ │ │ ├── AVURLConnectionOperation.h │ │ │ │ ├── AVURLConnectionOperation.m │ │ │ │ ├── AVXMLRequestOperation.h │ │ │ │ └── AVXMLRequestOperation.m │ │ │ ├── COSObserver │ │ │ │ ├── LCObserver.h │ │ │ │ └── LCObserver.m │ │ │ ├── JNKeychain │ │ │ │ ├── AVKeychain.h │ │ │ │ └── AVKeychain.m │ │ │ ├── JRSwizzle │ │ │ │ ├── JRSwizzle.h │ │ │ │ └── JRSwizzle.m │ │ │ ├── LCDB │ │ │ │ ├── LCDB.h │ │ │ │ ├── LCDatabase.h │ │ │ │ ├── LCDatabase.m │ │ │ │ ├── LCDatabaseAdditions.h │ │ │ │ ├── LCDatabaseAdditions.m │ │ │ │ ├── LCDatabasePool.h │ │ │ │ ├── LCDatabasePool.m │ │ │ │ ├── LCDatabaseQueue.h │ │ │ │ ├── LCDatabaseQueue.m │ │ │ │ ├── LCResultSet.h │ │ │ │ └── LCResultSet.m │ │ │ ├── LCNetworking │ │ │ │ ├── LCHTTPSessionManager.h │ │ │ │ ├── LCHTTPSessionManager.m │ │ │ │ ├── LCNetworkReachabilityManager.h │ │ │ │ ├── LCNetworkReachabilityManager.m │ │ │ │ ├── LCNetworking.h │ │ │ │ ├── LCSecurityPolicy.h │ │ │ │ ├── LCSecurityPolicy.m │ │ │ │ ├── LCURLRequestSerialization.h │ │ │ │ ├── LCURLRequestSerialization.m │ │ │ │ ├── LCURLResponseSerialization.h │ │ │ │ ├── LCURLResponseSerialization.m │ │ │ │ ├── LCURLSessionManager.h │ │ │ │ └── LCURLSessionManager.m │ │ │ ├── SDMacros │ │ │ │ └── SDMacros.h │ │ │ └── libextobjc │ │ │ │ ├── EXTScope.h │ │ │ │ ├── EXTScope.m │ │ │ │ └── metamacros.h │ │ ├── User │ │ │ ├── AVAnonymousUtils.h │ │ │ ├── AVAnonymousUtils.m │ │ │ ├── AVUser.h │ │ │ ├── AVUser.m │ │ │ └── AVUser_Internal.h │ │ └── Utils │ │ │ ├── AVDynamicObject.h │ │ │ ├── AVDynamicObject.m │ │ │ ├── AVDynamicObject_Internal.h │ │ │ ├── AVErrorUtils.h │ │ │ ├── AVErrorUtils.m │ │ │ ├── AVHelpers.h │ │ │ ├── AVLogger.h │ │ │ ├── AVLogger.m │ │ │ ├── AVReachability.h │ │ │ ├── AVReachability.m │ │ │ ├── AVUtils.h │ │ │ ├── AVUtils.m │ │ │ ├── JRSwizzle.h │ │ │ ├── JRSwizzle.m │ │ │ ├── LCDatabaseCommon.h │ │ │ ├── LCDatabaseCoordinator.h │ │ │ ├── LCDatabaseCoordinator.m │ │ │ ├── LCDatabaseMigrator.h │ │ │ ├── LCDatabaseMigrator.m │ │ │ ├── LCExtension+Cocoa.h │ │ │ ├── LCExtension+Cocoa.m │ │ │ ├── LCKeyValueSQL.h │ │ │ ├── LCKeyValueStore.h │ │ │ ├── LCKeyValueStore.m │ │ │ ├── LCSSLChallenger.h │ │ │ ├── LCSSLChallenger.m │ │ │ ├── LCURLConnection.h │ │ │ ├── LCURLConnection.m │ │ │ ├── NSDictionary+LCHash.h │ │ │ ├── NSDictionary+LCHash.m │ │ │ ├── NSDictionary+LeanCloud.h │ │ │ ├── NSDictionary+LeanCloud.m │ │ │ └── UserAgent.h │ ├── BRPickerView │ │ ├── AddressPickerView │ │ │ ├── BRAddressPickerView.h │ │ │ └── BRAddressPickerView.m │ │ ├── BRPickerView.h │ │ ├── BRTextField.h │ │ ├── BRTextField.m │ │ ├── Base │ │ │ ├── BaseView.h │ │ │ └── BaseView.m │ │ ├── StringPickerView │ │ │ ├── BRStringPickerView.h │ │ │ └── BRStringPickerView.m │ │ └── Vendor │ │ │ └── YYModel │ │ │ ├── NSObject+YYModel.h │ │ │ ├── NSObject+YYModel.m │ │ │ ├── YYClassInfo.h │ │ │ ├── YYClassInfo.m │ │ │ └── YYModel.h │ ├── CoreLaunchCool │ │ ├── CALayer+Cool.h │ │ ├── CALayer+Cool.m │ │ ├── CoreLaunchCool.h │ │ └── CoreLaunchCool.m │ ├── GWPCourseListView │ │ ├── GWPCourseListView.h │ │ └── GWPCourseListView.m │ ├── HYLogin │ │ ├── HyLoginButton.h │ │ ├── HyLoginButton.m │ │ ├── HySpinerLayer.h │ │ ├── HySpinerLayer.m │ │ ├── HyTransitions.h │ │ └── HyTransitions.m │ ├── Header.h │ ├── KSGuaidView │ │ ├── AppDelegate+Guaid.h │ │ ├── AppDelegate+Guaid.m │ │ ├── KSGuaidProperty.plist │ │ ├── KSGuaidViewCell.h │ │ ├── KSGuaidViewCell.m │ │ ├── KSGuaidViewController.h │ │ └── KSGuaidViewController.m │ ├── LGPlusButtonsView │ │ ├── LGPlusButton.h │ │ ├── LGPlusButton.m │ │ ├── LGPlusButtonDescription.h │ │ ├── LGPlusButtonDescription.m │ │ ├── LGPlusButtonsView.h │ │ ├── LGPlusButtonsView.m │ │ ├── LGPlusButtonsViewShared.h │ │ └── LGPlusButtonsViewShared.m │ ├── LGSideMenuController │ │ ├── LGSideMenuBorderView.h │ │ ├── LGSideMenuBorderView.m │ │ ├── LGSideMenuController.h │ │ ├── LGSideMenuController.m │ │ ├── LGSideMenuGesturesHandler.h │ │ ├── LGSideMenuGesturesHandler.m │ │ ├── LGSideMenuHelper.h │ │ ├── LGSideMenuHelper.m │ │ ├── LGSideMenuSegue.h │ │ ├── LGSideMenuSegue.m │ │ ├── LGSideMenuView.h │ │ ├── LGSideMenuView.m │ │ ├── UIViewController+LGSideMenuController.h │ │ └── UIViewController+LGSideMenuController.m │ ├── LeanCloudFeedback │ │ ├── LeanCloudFeedback │ │ │ ├── LCHttpClient.h │ │ │ ├── LCHttpClient.m │ │ │ ├── LCUserFeedbackAgent.h │ │ │ ├── LCUserFeedbackAgent.m │ │ │ ├── LCUserFeedbackImageViewController.h │ │ │ ├── LCUserFeedbackImageViewController.m │ │ │ ├── LCUserFeedbackReply.h │ │ │ ├── LCUserFeedbackReply.m │ │ │ ├── LCUserFeedbackReplyCell.h │ │ │ ├── LCUserFeedbackReplyCell.m │ │ │ ├── LCUserFeedbackReply_Internal.h │ │ │ ├── LCUserFeedbackThread.h │ │ │ ├── LCUserFeedbackThread.m │ │ │ ├── LCUserFeedbackThread_Internal.h │ │ │ ├── LCUserFeedbackViewController.h │ │ │ ├── LCUserFeedbackViewController.m │ │ │ ├── LCUtils.h │ │ │ ├── LCUtils.m │ │ │ ├── LeanCloudFeedback.h │ │ │ └── resources │ │ │ │ ├── LeanCloudFeedback.strings │ │ │ │ ├── feedback_add_image@2x.png │ │ │ │ ├── feedback_back@2x.png │ │ │ │ ├── feedback_bg_1@2x.png │ │ │ │ ├── feedback_bg_2@2x.png │ │ │ │ ├── feedback_btn@2x.png │ │ │ │ ├── feedback_btn_new@2x.png │ │ │ │ └── feedback_warning@2x.png │ │ └── README.md │ ├── MJExtension │ │ ├── Info.plist │ │ ├── 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 │ ├── MJRefresh │ │ ├── Base │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoFooter.m │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackFooter.m │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshComponent.m │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshFooter.m │ │ │ ├── MJRefreshHeader.h │ │ │ └── MJRefreshHeader.m │ │ ├── Custom │ │ │ ├── Footer │ │ │ │ ├── Auto │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ └── Back │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ └── Header │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ └── MJRefreshStateHeader.m │ │ ├── MJRefresh.bundle │ │ │ ├── arrow@2x.png │ │ │ ├── en.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── zh-Hans.lproj │ │ │ │ └── Localizable.strings │ │ │ └── zh-Hant.lproj │ │ │ │ └── Localizable.strings │ │ ├── MJRefresh.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshConst.m │ │ ├── NSBundle+MJRefresh.h │ │ ├── NSBundle+MJRefresh.m │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJExtension.m │ │ ├── UIScrollView+MJRefresh.h │ │ ├── UIScrollView+MJRefresh.m │ │ ├── UIView+MJExtension.h │ │ └── UIView+MJExtension.m │ ├── NHHUDExtend │ │ ├── MBProgressHUD+NHAdd.h │ │ ├── MBProgressHUD+NHAdd.m │ │ ├── MBProgressHUD │ │ │ ├── MBProgressHUD.h │ │ │ └── MBProgressHUD.m │ │ └── MBProgressHUD_NHExtend.h │ ├── NSData+CRC32.h │ ├── NSData+CRC32.m │ ├── PQFCustomLoaders │ │ ├── PQFBarsInCircle.h │ │ ├── PQFBarsInCircle.m │ │ ├── PQFBouncingBalls.h │ │ ├── PQFBouncingBalls.m │ │ ├── PQFCirclesInTriangle.h │ │ ├── PQFCirclesInTriangle.m │ │ └── PQFCustomLoaders.h │ ├── QRCode │ │ ├── HMScanerCardViewController.h │ │ ├── HMScanerCardViewController.m │ │ ├── HMScanner.bundle │ │ │ ├── QRCodeScanLine@2x.png │ │ │ ├── ScanQR1@2x.png │ │ │ ├── ScanQR2@2x.png │ │ │ ├── ScanQR3@2x.png │ │ │ └── ScanQR4@2x.png │ │ ├── HMScanner.h │ │ ├── HMScanner.m │ │ ├── HMScannerBorder.h │ │ ├── HMScannerBorder.m │ │ ├── HMScannerController.h │ │ ├── HMScannerController.m │ │ ├── HMScannerMaskView.h │ │ ├── HMScannerMaskView.m │ │ ├── HMScannerViewController.h │ │ └── HMScannerViewController.m │ ├── SDWebImage │ │ ├── LICENSE │ │ ├── README.md │ │ └── SDWebImage │ │ │ ├── NSData+ImageContentType.h │ │ │ ├── NSData+ImageContentType.m │ │ │ ├── SDImageCache.h │ │ │ ├── SDImageCache.m │ │ │ ├── SDWebImageCompat.h │ │ │ ├── SDWebImageCompat.m │ │ │ ├── SDWebImageDecoder.h │ │ │ ├── SDWebImageDecoder.m │ │ │ ├── SDWebImageDownloader.h │ │ │ ├── SDWebImageDownloader.m │ │ │ ├── SDWebImageDownloaderOperation.h │ │ │ ├── SDWebImageDownloaderOperation.m │ │ │ ├── SDWebImageManager.h │ │ │ ├── SDWebImageManager.m │ │ │ ├── SDWebImageOperation.h │ │ │ ├── SDWebImagePrefetcher.h │ │ │ ├── SDWebImagePrefetcher.m │ │ │ ├── UIButton+WebCache.h │ │ │ ├── UIButton+WebCache.m │ │ │ ├── UIImage+GIF.h │ │ │ ├── UIImage+GIF.m │ │ │ ├── UIImage+MultiFormat.h │ │ │ ├── UIImage+MultiFormat.m │ │ │ ├── UIImageView+HighlightedWebCache.h │ │ │ ├── UIImageView+HighlightedWebCache.m │ │ │ ├── UIImageView+WebCache.h │ │ │ ├── UIImageView+WebCache.m │ │ │ ├── UIView+WebCacheOperation.h │ │ │ └── UIView+WebCacheOperation.m │ ├── STPickerView │ │ ├── FramewordInfo │ │ │ └── Info.plist │ │ ├── Resource │ │ │ └── area.plist │ │ └── STPickerView │ │ │ ├── NSCalendar+STPicker.h │ │ │ ├── NSCalendar+STPicker.m │ │ │ ├── STPickerArea.h │ │ │ ├── STPickerArea.m │ │ │ ├── STPickerDate.h │ │ │ ├── STPickerDate.m │ │ │ ├── STPickerSingle.h │ │ │ ├── STPickerSingle.m │ │ │ ├── STPickerView.h │ │ │ ├── STPickerView.m │ │ │ ├── STPickerViewUI.h │ │ │ ├── STPickerViewUI.m │ │ │ ├── UIView+STPicker.h │ │ │ └── UIView+STPicker.m │ ├── TPHpple │ │ ├── TFHpple.h │ │ ├── TFHpple.m │ │ ├── TFHppleElement.h │ │ ├── TFHppleElement.m │ │ ├── XPathQuery.h │ │ └── XPathQuery.m │ ├── UIColor+FlatColors.h │ ├── UIColor+FlatColors.m │ ├── UMSocial │ │ ├── SocialLibraries │ │ │ ├── QQ │ │ │ │ ├── UMSocialQQHandler.h │ │ │ │ └── libSocialQQ.a │ │ │ ├── SMS │ │ │ │ ├── UMSocialSmsHandler.h │ │ │ │ └── libSocialSMS.a │ │ │ ├── Sina │ │ │ │ ├── UMSocialSinaHandler.h │ │ │ │ └── libSocialSina.a │ │ │ └── WeChat │ │ │ │ ├── UMSocialWechatHandler.h │ │ │ │ └── libSocialWeChat.a │ │ ├── UMSocialSDK │ │ │ ├── UMSocialCore.framework │ │ │ │ ├── Headers │ │ │ │ │ ├── UMSocialCore.h │ │ │ │ │ ├── UMSocialCoreImageUtils.h │ │ │ │ │ ├── UMSocialDataManager.h │ │ │ │ │ ├── UMSocialGlobal.h │ │ │ │ │ ├── UMSocialHandler.h │ │ │ │ │ ├── UMSocialImageUtil.h │ │ │ │ │ ├── UMSocialManager.h │ │ │ │ │ ├── UMSocialMessageObject.h │ │ │ │ │ ├── UMSocialPlatformConfig.h │ │ │ │ │ ├── UMSocialPlatformProvider.h │ │ │ │ │ ├── UMSocialResponse.h │ │ │ │ │ ├── UMSocialWarterMarkConfig.h │ │ │ │ │ └── UMSociallogMacros.h │ │ │ │ ├── Info.plist │ │ │ │ └── UMSocialCore │ │ │ ├── UMSocialNetwork.framework │ │ │ │ ├── Headers │ │ │ │ │ ├── UMSocialHttpFactory.h │ │ │ │ │ ├── UMSocialNetwork.h │ │ │ │ │ ├── UMSocialTask.h │ │ │ │ │ ├── UMSocialTaskConfig.h │ │ │ │ │ └── UMSocialTaskManager.h │ │ │ │ ├── Info.plist │ │ │ │ └── UMSocialNetwork │ │ │ └── UMSocialSDKPromptResources.bundle │ │ │ │ ├── en.lproj │ │ │ │ └── UMSocialPromptLocalizable.strings │ │ │ │ └── zh-Hans.lproj │ │ │ │ └── UMSocialPromptLocalizable.strings │ │ ├── UMSocialSDKPlugin │ │ │ └── libUMSocialLog.a │ │ └── UMSocialUI │ │ │ ├── UMSocialSDKResources.bundle │ │ │ ├── Buttons │ │ │ │ ├── UMS_add_friend_off@2x.png │ │ │ │ ├── UMS_delete_image_button_normal@2x.png │ │ │ │ ├── UMS_nav_button_close@2x.png │ │ │ │ ├── UMS_nav_button_send@2x.png │ │ │ │ ├── UMS_url_image@2x.png │ │ │ │ ├── UMS_url_music@2x.png │ │ │ │ └── UMS_url_video@2x.png │ │ │ ├── UMSocialPlatformTheme │ │ │ │ └── default │ │ │ │ │ ├── umsocial_alipay.png │ │ │ │ │ ├── umsocial_default.png │ │ │ │ │ ├── umsocial_dingding.png │ │ │ │ │ ├── umsocial_douban.png │ │ │ │ │ ├── umsocial_dropbox.png │ │ │ │ │ ├── umsocial_email.png │ │ │ │ │ ├── umsocial_evernote.png │ │ │ │ │ ├── umsocial_facebook.png │ │ │ │ │ ├── umsocial_facebookmessenger.png │ │ │ │ │ ├── umsocial_flickr.png │ │ │ │ │ ├── umsocial_googleplus.png │ │ │ │ │ ├── umsocial_instagram.png │ │ │ │ │ ├── umsocial_kakaoTalk.png │ │ │ │ │ ├── umsocial_line.png │ │ │ │ │ ├── umsocial_linkedin.png │ │ │ │ │ ├── umsocial_lw_session.png │ │ │ │ │ ├── umsocial_lw_timeline.png │ │ │ │ │ ├── umsocial_pinterest.png │ │ │ │ │ ├── umsocial_pocket.png │ │ │ │ │ ├── umsocial_qq.png │ │ │ │ │ ├── umsocial_qzone.png │ │ │ │ │ ├── umsocial_renren.png │ │ │ │ │ ├── umsocial_sina.png │ │ │ │ │ ├── umsocial_sms.png │ │ │ │ │ ├── umsocial_tencentWB.png │ │ │ │ │ ├── umsocial_tim.png │ │ │ │ │ ├── umsocial_tumblr.png │ │ │ │ │ ├── umsocial_twitter.png │ │ │ │ │ ├── umsocial_vkontakte.png │ │ │ │ │ ├── umsocial_wechat.png │ │ │ │ │ ├── umsocial_wechat_favorite.png │ │ │ │ │ ├── umsocial_wechat_timeline.png │ │ │ │ │ ├── umsocial_whatsapp.png │ │ │ │ │ ├── umsocial_yixin_favorite.png │ │ │ │ │ ├── umsocial_yixin_session.png │ │ │ │ │ ├── umsocial_yixin_timeline.png │ │ │ │ │ └── umsocial_youdaonote.png │ │ │ ├── UMSocialWaterMark │ │ │ │ └── umsocial_defaultwatermark.png │ │ │ ├── en.lproj │ │ │ │ └── UMSocialLocalizable.strings │ │ │ └── zh-Hans.lproj │ │ │ │ └── UMSocialLocalizable.strings │ │ │ └── UShareUI.framework │ │ │ ├── Headers │ │ │ ├── UMSocialShareUIConfig.h │ │ │ ├── UMSocialUIManager.h │ │ │ ├── UMSocialUIUtility.h │ │ │ └── UShareUI.h │ │ │ ├── Info.plist │ │ │ └── UShareUI │ ├── YCXMenu │ │ ├── YCXMenu.h │ │ ├── YCXMenu.m │ │ ├── YCXMenuItem.h │ │ └── YCXMenuItem.m │ ├── YGGravityImageView │ │ ├── YGGravity.h │ │ ├── YGGravity.m │ │ ├── YGGravityImageView.h │ │ ├── YGGravityImageView.m │ │ └── login_bg6@2x.png │ ├── YJJTextField │ │ ├── HistoryContentCell.h │ │ ├── HistoryContentCell.m │ │ ├── HistoryContentCell.xib │ │ ├── YJJTextField.h │ │ ├── YJJTextField.m │ │ └── YJJTextField.xib │ └── waterWave │ │ ├── MLMWaveWaterView.h │ │ ├── MLMWaveWaterView.m │ │ ├── UIView+MLMBorderPath.h │ │ └── UIView+MLMBorderPath.m ├── image │ ├── Librarymenu │ │ ├── Q.png │ │ ├── R.png │ │ ├── menu22.png │ │ ├── new_menu.png │ │ └── qfnulogo.png │ ├── Main │ │ ├── fengche │ │ │ ├── fengche1.jpg │ │ │ ├── fengche10.jpg │ │ │ ├── fengche11.jpg │ │ │ ├── fengche2.jpg │ │ │ ├── fengche3.jpg │ │ │ ├── fengche4.jpg │ │ │ ├── fengche5.jpg │ │ │ ├── fengche6.jpg │ │ │ ├── fengche7.jpg │ │ │ ├── fengche8.jpg │ │ │ └── fengche9.jpg │ │ ├── gengduo.png │ │ ├── icon-calendar.png │ │ ├── icon-curriculum.png │ │ ├── icon-elec.png │ │ ├── icon-exam.png │ │ ├── icon-homework-inline.png │ │ ├── icon-info.png │ │ ├── icon-lab.png │ │ ├── icon-library.png │ │ ├── icon-lost.png │ │ ├── icon-score.png │ │ ├── icon-second-hand.png │ │ ├── icon-social.png │ │ └── icon-video.png │ ├── Me │ │ ├── Clock@2x.png │ │ ├── Clock@3x.png │ │ ├── Portrait.png │ │ ├── Share@2x.png │ │ ├── Share@3x.png │ │ └── backImage.png │ ├── Screen.png │ ├── StartPage │ │ ├── Contents.json │ │ ├── Default-568h@2x.png │ │ ├── Default-Land-hd55.png │ │ ├── Default-Port-hd47.png │ │ ├── Default-Port-hd55.png │ │ ├── Default.png │ │ └── Default@2x.png │ ├── Tool │ │ ├── attendance.png │ │ ├── cet.jpg │ │ ├── freeroom.png │ │ ├── rebot │ │ │ └── rebot.png │ │ └── weather │ │ │ ├── weather.png │ │ │ └── weather_bg.jpg │ ├── icon │ │ ├── icon-20-ipad.png │ │ ├── icon-20@2x-ipad.png │ │ ├── icon-20@2x.png │ │ ├── icon-20@3x.png │ │ ├── icon-29-ipad.png │ │ ├── icon-29.png │ │ ├── icon-29@2x-ipad.png │ │ ├── icon-29@2x.png │ │ ├── icon-29@3x.png │ │ ├── icon-40.png │ │ ├── icon-40@2x.png │ │ ├── icon-40@3x.png │ │ ├── icon-50.png │ │ ├── icon-50@2x.png │ │ ├── icon-57.png │ │ ├── icon-57@2x.png │ │ ├── icon-60@2x.png │ │ ├── icon-60@3x.png │ │ ├── icon-72.png │ │ ├── icon-72@2x.png │ │ ├── icon-76.png │ │ ├── icon-76@2x.png │ │ └── icon-83.5@2x.png │ └── menu@2x.png └── logo.jpg ├── iOSClientOfQFNUTests ├── Info.plist └── iOSClientOfQFNUTests.m ├── iOSClientOfQFNUUITests ├── Info.plist └── iOSClientOfQFNUUITests.m ├── imageLeft.png ├── watchOSClientOfQFNU Extension ├── Assets.xcassets │ ├── Complication.complicationset │ │ ├── Circular.imageset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Extra Large.imageset │ │ │ └── Contents.json │ │ ├── Modular.imageset │ │ │ └── Contents.json │ │ └── Utilitarian.imageset │ │ │ └── Contents.json │ ├── Contents.json │ └── watchOSMainTabImage.imageset │ │ ├── Contents.json │ │ └── watchOSMainTabImage.png ├── ComplicationController.h ├── ComplicationController.m ├── ExtensionDelegate.h ├── ExtensionDelegate.m ├── FindInterfaceController.h ├── FindInterfaceController.m ├── Info.plist ├── InterfaceController.h ├── InterfaceController.m ├── NotificationController.h ├── NotificationController.m └── PushNotificationPayload.apns └── watchOSClientOfQFNU ├── Assets.xcassets └── AppIcon.appiconset │ └── Contents.json ├── Base.lproj └── Interface.storyboard └── Info.plist /README.md: -------------------------------------------------------------------------------- 1 | # iOSClientOfQFNU -曲园教务 2 | [![Support](https://img.shields.io/badge/support-iOS%208%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/) 3 | ![](https://img.shields.io/badge/lanuage-Objective--C-brightgreen.svg) 4 | ![](https://img.shields.io/badge/pod-1.1.1-red.svg) 5 | ![](https://img.shields.io/badge/license-apache-green.svg) 6 | 7 | > 曲园教务App是由曲园团队开发,为曲师大学生开发的产品,志于帮助同学们更加便捷的体验校园生活 8 | 9 | ## 设计功能: 10 | ### 学习工具 11 | - 每日一览 12 | - 我的课表 13 | - 周课表 14 | - 信息门户 15 | 16 | ### 校园生活 17 | - 图书馆 18 | - 校园资讯 19 | - 教务咨询 20 | 21 | 22 | ### 其他功能 23 | - 工具箱 24 | - 软件反馈 25 | - 软件分享 26 | - 关于我们 27 | - 软件设置 28 | 29 | 30 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/UserInfo.h: -------------------------------------------------------------------------------- 1 | // 2 | // UserInfo.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by 易达威 on 2017/9/3. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UserInfo : NSObject 12 | @property (nonatomic, copy) NSString * user_id; 13 | @property (nonatomic, copy) NSString *campus; 14 | @property (nonatomic, copy) NSString *faculty; 15 | @property (nonatomic, copy) NSString *profession; 16 | @property (nonatomic, copy) NSString *clazz; 17 | @property (nonatomic, copy) NSString *name; 18 | @property (nonatomic, copy) NSString *portrait; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/UserInfo.m: -------------------------------------------------------------------------------- 1 | // 2 | // UserInfo.m 3 | // iOSClientOfQFNU 4 | // 5 | // Created by 易达威 on 2017/9/3. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import "UserInfo.h" 10 | 11 | @implementation UserInfo 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU.xcodeproj/project.xcworkspace/xcuserdata/chufeng.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU.xcodeproj/project.xcworkspace/xcuserdata/chufeng.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU.xcodeproj/project.xcworkspace/xcuserdata/doushuyao.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU.xcodeproj/project.xcworkspace/xcuserdata/doushuyao.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU.xcodeproj/project.xcworkspace/xcuserdata/lyngame.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU.xcodeproj/project.xcworkspace/xcuserdata/lyngame.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU.xcodeproj/xcuserdata/doushuyao.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/AboutUs(关于我们)/Controller/QFNUAboutUsController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUAboutUsController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUAboutUsController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/AboutUs(关于我们)/View/AboutUsView.h: -------------------------------------------------------------------------------- 1 | // 2 | // aboutUsView.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/15. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AboutUsView : UIView 12 | @property (weak, nonatomic) IBOutlet UIImageView *ico; 13 | 14 | @property (weak, nonatomic) IBOutlet UILabel *version; 15 | 16 | +(instancetype)aboutUsView; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Back(软件反馈)/Controller/Back/QFNUBackController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUBackController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUBackController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Back(软件反馈)/Controller/CheckBack/CheckbackController.h: -------------------------------------------------------------------------------- 1 | // 2 | // CheckbackController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/11/17. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CheckbackController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/CConsult(校园资讯)/Controller/QFNUCConsultController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUCConsultController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUCConsultController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Community(曲园社区)/Controller/QFNUCommunityController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUCommunityController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUCommunityController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Course(课程表)/Controller/QFNUCourseController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUCourseController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUCourseController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/EConsult(教务咨询)/Controller/QFNUEConsultController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUEConsultController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUEConsultController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF57.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF57@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon29.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon29@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon29@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon40.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon40@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon40@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon57.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon57@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon60.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon60@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon60@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon60@3x的副本.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon-1.appiconset/icon60@3x的副本.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF29@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF40@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF57.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF57@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/DC31A77B05A213AAC2B130E1BCE624FF60@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon29.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon29@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon29@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon40.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon40@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon40@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon57.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon57@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon60.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon60@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon60@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon60@3x的副本.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/AppIcon.appiconset/icon60@3x的副本.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/ICon2@1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/ICon2@1024.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/LaunchImage.launchimage/bg_launch_image_1242_2208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/LaunchImage.launchimage/bg_launch_image_1242_2208.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/LaunchImage.launchimage/bg_launch_image_640_1136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/LaunchImage.launchimage/bg_launch_image_640_1136.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/LaunchImage.launchimage/bg_launch_image_640_960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/LaunchImage.launchimage/bg_launch_image_640_960.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/LaunchImage.launchimage/bg_launch_image_750_1334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/LaunchImage.launchimage/bg_launch_image_750_1334.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/backItemImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "backItemImage@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 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/backItemImage.imageset/backItemImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/backItemImage.imageset/backItemImage@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/backItemImage_hl.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "backItemImage_hl@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 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/backItemImage_hl.imageset/backItemImage_hl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/backItemImage_hl.imageset/backItemImage_hl@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/background.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "background.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/background.imageset/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/background.imageset/background.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/balloon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "balloon.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/balloon.imageset/balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/balloon.imageset/balloon.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/button.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "button.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/button.imageset/button.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/button.imageset/button.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/cet.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cet.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/cet.imageset/cet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/cet.imageset/cet.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "g1.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g1.imageset/g1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g1.imageset/g1.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "g2.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g2.imageset/g2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g2.imageset/g2.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "g3.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g3.imageset/g3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g3.imageset/g3.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "g4.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g4.imageset/g4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/g4.imageset/g4.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/gengduo.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "gengduo.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/gengduo.imageset/gengduo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/gengduo.imageset/gengduo.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid01.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "guid01.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid01.imageset/guid01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid01.imageset/guid01.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid02.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "guid02.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid02.imageset/guid02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid02.imageset/guid02.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid03.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "guid03.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid03.imageset/guid03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid03.imageset/guid03.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid04.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "guid04.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid04.imageset/guid04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/guid04.imageset/guid04.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/hidden.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "hidden@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "hidden@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/hidden.imageset/hidden@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/hidden.imageset/hidden@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/hidden.imageset/hidden@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/hidden.imageset/hidden@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-calendar.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-calendar.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-calendar.imageset/icon-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-calendar.imageset/icon-calendar.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-curriculum.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-curriculum.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-curriculum.imageset/icon-curriculum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-curriculum.imageset/icon-curriculum.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-elec.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-elec.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-elec.imageset/icon-elec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-elec.imageset/icon-elec.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-exam.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-exam.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-exam.imageset/icon-exam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-exam.imageset/icon-exam.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-homework-inline.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-homework-inline.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-homework-inline.imageset/icon-homework-inline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-homework-inline.imageset/icon-homework-inline.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-info.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-info.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-info.imageset/icon-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-info.imageset/icon-info.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-lab.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-lab.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-lab.imageset/icon-lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-lab.imageset/icon-lab.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-library.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-library.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-library.imageset/icon-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-library.imageset/icon-library.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-lost.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-lost.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-lost.imageset/icon-lost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-lost.imageset/icon-lost.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-score.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-score.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-score.imageset/icon-score.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-score.imageset/icon-score.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-second-hand.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-second-hand.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-second-hand.imageset/icon-second-hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-second-hand.imageset/icon-second-hand.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-social.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-social.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-social.imageset/icon-social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-social.imageset/icon-social.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-video.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-video.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-video.imageset/icon-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon-video.imageset/icon-video.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon@1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/icon@1024.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageLeft-1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "imageLeft.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageLeft-1.imageset/imageLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageLeft-1.imageset/imageLeft.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageLeft.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "imageLeft.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageLeft.imageset/imageLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageLeft.imageset/imageLeft.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRight-1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "imageRight.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRight-1.imageset/imageRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRight-1.imageset/imageRight.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "imageRight.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRight.imageset/imageRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRight.imageset/imageRight.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRoot-1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "imageRoot.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRoot-1.imageset/imageRoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRoot-1.imageset/imageRoot.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRoot.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "imageRoot.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRoot.imageset/imageRoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/imageRoot.imageset/imageRoot.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_01.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "img_01.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_01.imageset/img_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_01.imageset/img_01.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_02.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "img_02.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_02.imageset/img_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_02.imageset/img_02.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_03.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "img_03.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_03.imageset/img_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_03.imageset/img_03.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_04.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "img_04.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_04.imageset/img_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_04.imageset/img_04.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_05.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "img_05.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_05.imageset/img_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/img_05.imageset/img_05.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/logo.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/mainlogo.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "mainlogo.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/mainlogo.imageset/mainlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/mainlogo.imageset/mainlogo.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/menu.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x" 10 | }, 11 | { 12 | "idiom" : "universal", 13 | "filename" : "menu@2x.png", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/menu.imageset/menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/menu.imageset/menu@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/nav.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "nav.jpeg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/nav.imageset/nav.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/nav.imageset/nav.jpeg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/password_login.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "locked_32px_1174192_easyicon.net.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "locked_64px_1174192_easyicon.net.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/password_login.imageset/locked_32px_1174192_easyicon.net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/password_login.imageset/locked_32px_1174192_easyicon.net.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/password_login.imageset/locked_64px_1174192_easyicon.net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/password_login.imageset/locked_64px_1174192_easyicon.net.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "qf5.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf1.imageset/qf5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf1.imageset/qf5.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "qf2.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf2.imageset/qf2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf2.imageset/qf2.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "qf4.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf3.imageset/qf4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf3.imageset/qf4.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "qf1.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf4.imageset/qf1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf4.imageset/qf1.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf5.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "qf3.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf5.imageset/qf3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qf5.imageset/qf3.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qytop.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "qytop.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qytop.imageset/qytop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/qytop.imageset/qytop.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/rabbit.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "rabbit.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/rabbit.imageset/rabbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/rabbit.imageset/rabbit.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/robot.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "robot.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/robot.imageset/robot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/robot.imageset/robot.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/shu.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "shu.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/shu.imageset/shu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/shu.imageset/shu.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/username_login.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "user_avatar_28.771392081737px_1195968_easyicon.net.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "user_avatar_43.157088122605px_1195968_easyicon.net.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/username_login.imageset/user_avatar_28.771392081737px_1195968_easyicon.net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/username_login.imageset/user_avatar_28.771392081737px_1195968_easyicon.net.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/username_login.imageset/user_avatar_43.157088122605px_1195968_easyicon.net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/username_login.imageset/user_avatar_43.157088122605px_1195968_easyicon.net.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/weather.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "weather.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/weather.imageset/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/weather.imageset/weather.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/white.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "white.jpeg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/white.imageset/white.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Images.xcassets/white.imageset/white.jpeg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Library(图书馆)/Controller/QFNULibraryController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNULibraryController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNULibraryController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Login(登录)/Controller/QFNULoginController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNULoginController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNULoginController : UIViewController 12 | 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Look(每日一览)/Controller/QFNULookController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNULookController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNULookController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Main(首页)/Controller/LGSideMainViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // LGSideMainViewController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by lyngame on 2017/8/3. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import "LGSideMenuController.h" 10 | 11 | @interface LGSideMainViewController : LGSideMenuController 12 | - (void)setupWithType:(NSUInteger)type; 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Main(首页)/Controller/LeftSortsController.h: -------------------------------------------------------------------------------- 1 | // 2 | // LeftSortsController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/10. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LeftSortsController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Main(首页)/Controller/MainController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MainController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/10. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "LGSideMenuController.h" 11 | #import "TQMultistageTableView.h" 12 | @interface MainController :UIViewController 13 | 14 | @property (nonatomic, strong) TQMultistageTableView *mTableView; 15 | 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Main(首页)/LeftViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // LeftViewController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by lyngame on 2017/6/29. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LeftViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Main(首页)/Model/MainButtonModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // MainButtonModel.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/10. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MainButtonModel : NSObject 12 | 13 | @property(nonatomic,copy)NSString* name; 14 | @property(nonatomic,copy)NSString* icon; 15 | 16 | -(instancetype)initWithDict:(NSDictionary*)dic; 17 | +(instancetype)btnWihtDict:(NSDictionary*)dic; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Main(首页)/Model/MainButtonModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // MainButtonModel.m 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/10. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import "MainButtonModel.h" 10 | 11 | @implementation MainButtonModel 12 | 13 | -(instancetype)initWithDict:(NSDictionary*)dic{ 14 | if (self = [super init]) { 15 | 16 | self.icon = dic[@"icon"]; 17 | self.name = dic[@"name"]; 18 | 19 | } 20 | return self; 21 | 22 | } 23 | 24 | +(instancetype)btnWihtDict:(NSDictionary*)dic{ 25 | 26 | return [[self alloc]initWithDict:dic]; 27 | } 28 | 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Main(首页)/View/MainButtonView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MainButtonView.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/10. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | @class MainButtonModel; 11 | 12 | @interface MainButtonView : UIView 13 | 14 | @property(nonatomic,strong)MainButtonModel* btnmodel; 15 | @property(nonatomic,weak)UIButton* btn; 16 | 17 | 18 | -(instancetype)initWithModel:(MainButtonModel*)btnmodel; 19 | +(instancetype)modelWithModel:(MainButtonModel*)btnmodel; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Me(我)/Controller/MeController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MeController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/12. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MeController : UIViewController 12 | @property(nonatomic,strong)NSString* user_id; 13 | @property(nonatomic,strong)NSString* name; 14 | @property(nonatomic,strong)NSString* campus; 15 | @property(nonatomic,strong)NSString* faculty; 16 | @property(nonatomic,strong)NSString* profession; 17 | @property(nonatomic,strong)NSString* clazz; 18 | @property(nonatomic,strong)UIImage* image; 19 | 20 | 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Me(我)/View/DSYPhotoHelper.h: -------------------------------------------------------------------------------- 1 | // 2 | // tableHeadView.m 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/21. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef void (^DSYPhotoHelperBlock) (id data); 12 | 13 | @interface DSYPhotoHelper : UIImagePickerController 14 | 15 | 16 | + (instancetype)shareHelper; 17 | 18 | - (void)showImageViewSelcteWithResultBlock:(DSYPhotoHelperBlock)selectImageBlock; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Me(我)/View/headBtn.h: -------------------------------------------------------------------------------- 1 | // 2 | // headBtn.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/12. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface headBtn : UIButton 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Me(我)/View/meTableHeadView.h: -------------------------------------------------------------------------------- 1 | // 2 | // tableHeadView.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/12. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface meTableHeadView : UIView 12 | @property(nonatomic,strong)UIImageView* portrait; 13 | @property(nonatomic,strong)UIImageView* bg; 14 | @property(nonatomic,strong)UIImage* ava; 15 | @property(nonatomic,strong)UIButton* remindBtn; 16 | @property(nonatomic,strong)UIButton* share; 17 | @property(nonatomic,strong)UILabel* name; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Me(我)/View/meTableViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // meTableViewCell.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/12. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface meTableViewCell : UITableViewCell 12 | 13 | @property (nonatomic, strong) UILabel *contenLabel; 14 | 15 | //@property (nonatomic, strong) UILabel *dateLabel; 16 | 17 | 18 | @property (nonatomic, strong) NSDictionary *dataSource; 19 | @property (weak, nonatomic) IBOutlet UILabel *DataLable; 20 | @property (weak, nonatomic) IBOutlet UILabel *TimeLable; 21 | 22 | @end 23 | 24 | 25 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/New(信息门户)/Controller/QFNUNewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUNewController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUNewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Others/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/8. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Others/CFNavaigationViewWeb.h: -------------------------------------------------------------------------------- 1 | // 2 | // CFNavaigationViewWeb.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by chufeng on 2017/6/22. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CFNavaigationViewWeb : UINavigationController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Others/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/8. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Setting(软件设置)/Controller/QFNUSettingController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUSettingController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUSettingController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Share(软件分享)/Controller/QFNUShareController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUShareController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QFNUShareController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/StartPage(启动页)/Controller/HomeWebViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // HomeWebViewController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 17/6/10. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef void (^WebBack)(); 12 | 13 | @interface HomeWebViewController : UIViewController 14 | 15 | @property (nonatomic,copy)NSString *urlStr; 16 | 17 | @property (nonatomic,assign)int AppDelegateSele; 18 | 19 | @property (nonatomic,copy) WebBack WebBack; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Controller/AttendanController.h: -------------------------------------------------------------------------------- 1 | // 2 | // AttendanController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/11/8. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AttendanController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Controller/BRAddressModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // BRAddressModel.h 3 | // BRPickerViewDemo 4 | // 5 | // Created by 任波 on 2017/8/11. 6 | // Copyright © 2017年 renb. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class BRProvinceModel, BRCityModel; 12 | 13 | @interface BRProvinceModel : NSObject 14 | 15 | @property (nonatomic, copy) NSString *name; 16 | @property (nonatomic, strong) NSArray *city; 17 | 18 | @end 19 | 20 | @interface BRCityModel : NSObject 21 | 22 | @property (nonatomic, copy) NSString *name; 23 | 24 | 25 | @end 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Controller/FreeRoomController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FreeRoomController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/11/8. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface FreeRoomController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Controller/QFNUToolController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QFNUToolController.h 3 | // QFNU for opooc 4 | // 5 | // Created by doushuyao on 17/6/5. 6 | // Copyright © 2017年 opooc. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MainButtonModel.h" 11 | #import "MainButtonView.h" 12 | 13 | @interface QFNUToolController : UIViewController 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Controller/UILabel+LeftTopAlign.h: -------------------------------------------------------------------------------- 1 | // 2 | // UILabel+LeftTopAlign.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/8/27. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UILabel (LeftTopAlign) 12 | 13 | - (void) textLeftTopAlign; 14 | @end 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Controller/freeRoomCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // freeRoomCell.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/11/10. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface freeRoomCell : UITableViewCell 12 | @property (weak, nonatomic) IBOutlet UILabel *location; 13 | 14 | @property (weak, nonatomic) IBOutlet UILabel *type; 15 | 16 | @property (nonatomic, strong) NSDictionary *dataSource; 17 | -(void)setDataSource:(NSDictionary *)dataSource; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Controller/rebotController.h: -------------------------------------------------------------------------------- 1 | // 2 | // rebotController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/8/27. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface rebotController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Controller/xiaoliController.h: -------------------------------------------------------------------------------- 1 | // 2 | // xiaoliController.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/8/26. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface xiaoliController : UIViewController 12 | 13 | -(void)load:(NSString*)url; 14 | @end 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Model/ToolModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // ToolModel.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/8/22. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ToolModel : NSObject 12 | 13 | @property(nonatomic,copy)NSString* name; 14 | @property(nonatomic,copy)NSString* icon; 15 | 16 | -(instancetype)initWithDict:(NSDictionary*)dic; 17 | +(instancetype)btnWihtDict:(NSDictionary*)dic; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/Model/ToolModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // ToolModel.m 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/8/22. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import "ToolModel.h" 10 | 11 | @implementation ToolModel 12 | 13 | -(instancetype)initWithDict:(NSDictionary*)dic{ 14 | if (self = [super init]) { 15 | 16 | self.icon = dic[@"icon"]; 17 | self.name = dic[@"name"]; 18 | 19 | } 20 | return self; 21 | 22 | } 23 | 24 | +(instancetype)btnWihtDict:(NSDictionary*)dic{ 25 | 26 | return [[self alloc]initWithDict:dic]; 27 | } 28 | 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Tool(工具箱)/View/ToolButtonView.h: -------------------------------------------------------------------------------- 1 | // 2 | // ToolButtonView.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by doushuyao on 2017/8/22. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | @class ToolModel; 11 | 12 | @interface ToolButtonView : UIView 13 | 14 | @property(nonatomic,strong)ToolModel* btnmodel; 15 | @property(nonatomic,weak)UIButton* btn; 16 | @property(nonatomic,weak)UILabel* label; 17 | 18 | 19 | -(instancetype)initWithModel:(ToolModel*)btnmodel; 20 | +(instancetype)modelWithModel:(ToolModel*)btnmodel; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AFNetworking/BaseRequest.h: -------------------------------------------------------------------------------- 1 | // 2 | // BaseRequest.h 3 | // PoKitchen 4 | // 5 | // Created by chufeng on 16/11/24. 6 | // Copyright © 2016年 chufeng. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BaseRequest : NSObject 12 | //请求:1.IP地址 url 2.资源路径、资源参数(para)3.回调(返回数据) 13 | //GET请求方法 14 | +(void)getWithURL:(NSString *)url para:(NSDictionary *)para callBack:(void(^)(NSData *data,NSError *error))callBack; 15 | //post请求方式 16 | +(void)postLoginWithURL:(NSString *)url lt:(NSString *)para user:(NSString *)user password:(NSString *)password callBack:(void(^)(NSData *data,NSError *error))callBack; 17 | 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/ACL/AVACL_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVACL_Internal.h 3 | // AVOSCloud 4 | // 5 | // Created by Zhu Zeng on 3/13/13. 6 | // Copyright (c) 2013 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVACL.h" 10 | 11 | @interface AVACL () 12 | 13 | @property (nonatomic, readwrite, strong) NSMutableDictionary *permissionsById; 14 | 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/ACL/AVRole_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVRole_Internal.h 3 | // paas 4 | // 5 | // Created by Zhu Zeng on 3/13/13. 6 | // Copyright (c) 2013 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVRole.h" 10 | 11 | @class AVACL; 12 | 13 | @interface AVRole () 14 | 15 | @property (nonatomic, readwrite, strong) AVACL * acl; 16 | @property (nonatomic, readwrite, strong) NSMutableDictionary * relationData; 17 | 18 | +(instancetype)role; 19 | 20 | +(NSString *)className; 21 | +(NSString *)endPoint; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/AVConfiguration.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVConfiguration.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 7/29/16. 6 | // Copyright © 2016 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AVConfiguration : NSObject 12 | 13 | + (instancetype)sharedInstance; 14 | 15 | @property (nonatomic, copy, readonly) NSString *applicationId; 16 | @property (nonatomic, copy, readonly) NSString *applicationKey; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/AVConfiguration_extension.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVConfiguration_internal.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 7/29/16. 6 | // Copyright © 2016 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | @interface AVConfiguration () 10 | 11 | @property (nonatomic, copy, readwrite) NSString *applicationId; 12 | @property (nonatomic, copy, readwrite) NSString *applicationKey; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/AVOSCloud_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVOSCloud_Internal.h 3 | // paas 4 | // 5 | // Created by Travis on 14-2-11. 6 | // Copyright (c) 2014年 AVOS. All rights reserved. 7 | // 8 | 9 | 10 | #import "AVOSCloud.h" 11 | 12 | FOUNDATION_EXPORT NSString *const LCRootDomain; 13 | FOUNDATION_EXPORT NSString *const LCRootCertificate; 14 | 15 | @protocol AVOSCloudModule 16 | 17 | + (void)AVOSCloudDidInitializeWithApplicationId:(NSString *)applicationId clientKey:(NSString *)clientKey; 18 | 19 | @end 20 | 21 | @interface AVOSCloud () 22 | 23 | + (void)enableAVOSCloudModule:(Class)cls; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Analytics/AVAnalytics_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVAnalytics_Internal.h 3 | // paas 4 | // 5 | // Created by Zhu Zeng on 10/29/13. 6 | // Copyright (c) 2013 AVOS. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AVConstants.h" 11 | #import "AVAnalytics.h" 12 | 13 | @interface AVAnalytics () 14 | 15 | +(void)startInternally; 16 | 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Analytics/AVExceptionHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVExceptionHandler.h 3 | // paas 4 | // 5 | // Created by Zhu Zeng on 8/19/13. 6 | // Copyright (c) 2013 AVOS. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | extern NSString * const AVOS_UncaughtExceptionHandlerAddressesKey; 12 | 13 | @interface AVExceptionHandler : NSObject 14 | 15 | +(void)installAVOSUncaughtExceptionHandler; 16 | +(void)uninstallAVOSUncaughtExceptionHandler; 17 | + (NSArray *)backtrace; 18 | + (NSString*)appBuildUUID; 19 | @end 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Cache/AVScheduler.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVScheduler.h 3 | // paas 4 | // 5 | // Created by Summer on 13-8-22. 6 | // Copyright (c) 2013年 AVOS. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AVScheduler : NSObject 12 | 13 | @property (nonatomic, assign) NSInteger queryCacheExpiredDays; 14 | @property (nonatomic, assign) NSInteger fileCacheExpiredDays; 15 | 16 | + (AVScheduler *)sharedInstance; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/CloudCode/AVCloud_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVCloud_Internal.h 3 | // LeanCloud 4 | // 5 | // Created by Summer on 13-5-2. 6 | // Copyright (c) 2013年 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVCloud.h" 10 | 11 | @interface AVCloud () 12 | @end 13 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/File/AVFileHTTPRequestOperation.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVFileHTTPRequestOperation.h 3 | // paas 4 | // 5 | // Created by Summer on 13-5-27. 6 | // Copyright (c) 2013年 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVJSONRequestOperation.h" 10 | 11 | @interface AVFileHTTPRequestOperation : AVJSONRequestOperation 12 | @property (copy) NSString *localPath; 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/File/AVFileHTTPRequestOperation.m: -------------------------------------------------------------------------------- 1 | // 2 | // AVFileHTTPRequestOperation.m 3 | // paas 4 | // 5 | // Created by Summer on 13-5-27. 6 | // Copyright (c) 2013年 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVFileHTTPRequestOperation.h" 10 | 11 | @implementation AVFileHTTPRequestOperation 12 | 13 | + (BOOL)canProcessRequest:(NSURLRequest *)request { 14 | return [[self class] isEqual:[AVFileHTTPRequestOperation class]] || [super canProcessRequest:request]; 15 | } 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/File/AVPartialInputStream.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVPartialInputStream.h 3 | // AVOS 4 | // 5 | // Created by Qihe Bian on 8/21/14. 6 | // 7 | // 8 | 9 | #import 10 | 11 | @interface AVPartialInputStream : NSInputStream 12 | @property (nonatomic) uint64_t offset; 13 | @property (nonatomic) uint64_t maxLength; 14 | @end 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Geo/AVGeoPoint_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVGeoPoint_Internal.h 3 | // paas 4 | // 5 | // Created by Zhu Zeng on 3/12/13. 6 | // Copyright (c) 2013 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVGeoPoint.h" 10 | 11 | @interface AVGeoPoint () 12 | 13 | +(NSDictionary *)dictionaryFromGeoPoint:(AVGeoPoint *)point; 14 | +(AVGeoPoint *)geoPointFromDictionary:(NSDictionary *)dict; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Object/AVRelation_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVRelation_Internal.h 3 | // paas 4 | // 5 | // Created by Zhu Zeng on 3/8/13. 6 | // Copyright (c) 2013 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVRelation.h" 10 | 11 | @interface AVRelation () 12 | 13 | @property (nonatomic, readwrite, copy) NSString * key; 14 | @property (nonatomic, readwrite, weak) AVObject * parent; 15 | 16 | +(AVRelation *)relationFromDictionary:(NSDictionary *)dict; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Object/AVSaveOption.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVSaveOption.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 1/12/16. 6 | // Copyright © 2016 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class AVQuery; 12 | 13 | NS_ASSUME_NONNULL_BEGIN 14 | 15 | @interface AVSaveOption : NSObject 16 | 17 | @property (nonatomic, assign) BOOL fetchWhenSave; 18 | @property (nonatomic, strong, nullable) AVQuery *query; 19 | 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Object/AVSaveOption_internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // Header.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 1/12/16. 6 | // Copyright © 2016 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AVSaveOption () 12 | 13 | - (NSDictionary *)dictionary; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Push/AVInstallation_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVInstallation_Internal.h 3 | // LeanCloud 4 | // 5 | // Created by Zhu Zeng on 3/27/13. 6 | // Copyright (c) 2013 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVInstallation.h" 10 | 11 | @interface AVInstallation () 12 | 13 | @property (nonatomic, copy) NSString *timeZone; 14 | @property (nonatomic, copy) NSString *deviceType; 15 | 16 | +(AVQuery *)installationQuery; 17 | +(AVInstallation *)installation; 18 | 19 | 20 | +(NSString *)deviceType; 21 | 22 | +(NSString *)className; 23 | +(NSString *)endPoint; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Query/AVCloudQueryResult.m: -------------------------------------------------------------------------------- 1 | // 2 | // AVCloudQueryResult.m 3 | // AVOS 4 | // 5 | // Created by Qihe Bian on 9/22/14. 6 | // 7 | // 8 | 9 | #import "AVCloudQueryResult.h" 10 | #import "AVCloudQueryResult_Internal.h" 11 | 12 | @implementation AVCloudQueryResult 13 | 14 | - (void)setClassName:(NSString *)className { 15 | _className = className; 16 | } 17 | 18 | - (void)setResults:(NSArray *)results { 19 | _results = results; 20 | } 21 | 22 | - (void)setCount:(NSUInteger)count { 23 | _count = count; 24 | } 25 | @end 26 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Query/AVCloudQueryResult_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVCloudQueryResult_Internal.h 3 | // AVOS 4 | // 5 | // Created by Qihe Bian on 9/22/14. 6 | // 7 | // 8 | 9 | #import 10 | #import "AVCloudQueryResult.h" 11 | 12 | @interface AVCloudQueryResult() 13 | - (void)setClassName:(NSString *)className; 14 | - (void)setCount:(NSUInteger)count; 15 | - (void)setResults:(NSArray *)results; 16 | @end 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Query/AVFriendQuery.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVFriendQuery.h 3 | // paas 4 | // 5 | // Created by Travis on 14-1-26. 6 | // Copyright (c) 2014年 AVOS. All rights reserved. 7 | // 8 | 9 | #import "AVQuery.h" 10 | 11 | @interface AVFriendQuery : AVQuery 12 | @property(nonatomic, copy) NSString *targetFeild; 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Request/AVPaasClient_internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVPaasClient_internal.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 5/23/16. 6 | // Copyright © 2016 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | 10 | @interface AVPaasClient() 11 | 12 | /** 13 | A table of requests indexed by URL. 14 | 15 | If request task is not retained by application, 16 | the request will be removed from this table automaticly after request did finish. 17 | Thanks to the feature of NSMapTable. 18 | */ 19 | @property (nonatomic, strong) NSMapTable *requestTable; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Statistics/LCNetworkStatistics.h: -------------------------------------------------------------------------------- 1 | // 2 | // LCNetworkStatistics.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 6/26/15. 6 | // Copyright (c) 2015 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LCNetworkStatistics : NSObject 12 | 13 | + (instancetype)sharedInstance; 14 | 15 | - (void)addIncrementalAttribute:(NSInteger)amount forKey:(NSString *)key; 16 | - (void)addAverageAttribute:(double)amount forKey:(NSString *)key; 17 | 18 | - (void)start; 19 | - (void)stop; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/ThirdParty/LCDB/LCDB.h: -------------------------------------------------------------------------------- 1 | #import "LCDatabase.h" 2 | #import "LCResultSet.h" 3 | #import "LCDatabaseAdditions.h" 4 | #import "LCDatabaseQueue.h" 5 | #import "LCDatabasePool.h" 6 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/ThirdParty/libextobjc/EXTScope.m: -------------------------------------------------------------------------------- 1 | // 2 | // EXTScope.m 3 | // extobjc 4 | // 5 | // Created by Justin Spahr-Summers on 2011-05-04. 6 | // Copyright (C) 2012 Justin Spahr-Summers. 7 | // Released under the MIT license. 8 | // 9 | 10 | #import "EXTScope.h" 11 | 12 | void lc_executeCleanupBlock (__strong ext_cleanupBlock_t *block) { 13 | (*block)(); 14 | } 15 | 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/AVDynamicObject.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVDynamicObject.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 27/04/2017. 6 | // Copyright © 2017 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface AVDynamicObject : NSObject 14 | 15 | - (nullable id)objectForKeyedSubscript:(NSString *)key; 16 | 17 | - (void)setObject:(nullable id)object forKeyedSubscript:(NSString *)key; 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/AVDynamicObject_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVDynamicObject_Internal.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 03/05/2017. 6 | // Copyright © 2017 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import "AVDynamicObject.h" 10 | 11 | @interface AVDynamicObject () 12 | 13 | - (instancetype)initWithDictionary:(NSDictionary *)dictionary; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/LCDatabaseCommon.h: -------------------------------------------------------------------------------- 1 | // 2 | // LCDatabaseCommon.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 6/1/15. 6 | // Copyright (c) 2015 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class LCDatabase; 12 | 13 | typedef void(^LCDatabaseJob)(LCDatabase *db); 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/LCDatabaseCoordinator.h: -------------------------------------------------------------------------------- 1 | // 2 | // LCDatabaseCoordinator.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 6/1/15. 6 | // Copyright (c) 2015 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "LCDatabaseCommon.h" 11 | 12 | @interface LCDatabaseCoordinator : NSObject 13 | 14 | @property (readonly) NSString *databasePath; 15 | 16 | - (instancetype)initWithDatabasePath:(NSString *)databasePath; 17 | 18 | - (void)executeTransaction:(LCDatabaseJob)job fail:(LCDatabaseJob)fail; 19 | 20 | - (void)executeJob:(LCDatabaseJob)job; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/LCSSLChallenger.h: -------------------------------------------------------------------------------- 1 | // 2 | // LCSSLChallenger.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 6/30/15. 6 | // Copyright (c) 2015 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #define LC_SSL_PINNING_ENABLED 1 12 | 13 | @interface LCSSLChallenger : NSObject 14 | 15 | + (instancetype)sharedInstance; 16 | 17 | - (void)acceptChallenge:(NSURLAuthenticationChallenge *)challenge; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/LCURLConnection.h: -------------------------------------------------------------------------------- 1 | // 2 | // LCURLConnection.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 12/10/15. 6 | // Copyright © 2015 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LCURLConnection : NSObject 12 | 13 | + (NSData *)sendSynchronousRequest:(NSURLRequest *)request returningResponse:(NSURLResponse **)response error:(NSError **)error; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/NSDictionary+LCHash.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary+LCHash.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 7/15/15. 6 | // Copyright (c) 2015 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSDictionary (LCHash) 12 | 13 | - (NSString *)lc_SHA1String; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/NSDictionary+LeanCloud.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary+LeanCloud.h 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 03/05/2017. 6 | // Copyright © 2017 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSDictionary (LeanCloud) 12 | 13 | - (instancetype)lc_selectEntriesWithKeyMappings:(NSDictionary *)keyMappings; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/NSDictionary+LeanCloud.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary+LeanCloud.m 3 | // AVOS 4 | // 5 | // Created by Tang Tianyong on 03/05/2017. 6 | // Copyright © 2017 LeanCloud Inc. All rights reserved. 7 | // 8 | 9 | #import "NSDictionary+LeanCloud.h" 10 | 11 | @implementation NSDictionary (LeanCloud) 12 | 13 | - (instancetype)lc_selectEntriesWithKeyMappings:(NSDictionary *)keyMappings { 14 | NSMutableDictionary *selected = [NSMutableDictionary dictionary]; 15 | 16 | for (id sourceKey in keyMappings) 17 | selected[keyMappings[sourceKey]] = self[sourceKey]; 18 | 19 | return selected; 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/AVOSCloud/Utils/UserAgent.h: -------------------------------------------------------------------------------- 1 | #define SDK_VERSION @"v8.0.4" 2 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/BRPickerView/BRPickerView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BRPickerView.h 3 | // BRPickerViewDemo 4 | // 5 | // Created by 任波 on 2017/8/11. 6 | // Copyright © 2017年 renb. All rights reserved. 7 | // 8 | 9 | #ifndef BRPickerView_h 10 | #define BRPickerView_h 11 | 12 | #import "BRStringPickerView.h" 13 | 14 | #import "BRAddressPickerView.h" 15 | 16 | #endif /* BRPickerView_h */ 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/BRPickerView/BRTextField.h: -------------------------------------------------------------------------------- 1 | // 2 | // BRTextField.h 3 | // BRPickerViewDemo 4 | // 5 | // Created by 任波 on 2017/8/11. 6 | // Copyright © 2017年 renb. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef void(^BRTapAcitonBlock)(); 12 | typedef void(^BREndEditBlock)(NSString *text); 13 | 14 | @interface BRTextField : UITextField 15 | /** textField 的点击回调 */ 16 | @property (nonatomic, copy) BRTapAcitonBlock tapAcitonBlock; 17 | /** textField 结束编辑的回调 */ 18 | @property (nonatomic, copy) BREndEditBlock endEditBlock; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/CoreLaunchCool/CoreLaunchCool.h: -------------------------------------------------------------------------------- 1 | // 2 | // CoreLaunchLite.h 3 | // CoreLaunch 4 | // 5 | // Created by 冯成林 on 15/10/16. 6 | // Copyright © 2015年 冯成林. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface CoreLaunchCool : NSObject 13 | 14 | 15 | /** 执行动画 */ 16 | +(void)animWithWindow:(UIWindow *)window image:(UIImage *)image; 17 | 18 | 19 | 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/HYLogin/HyLoginButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // HyLoglnButton.h 3 | // Example 4 | // 5 | // Created by 东海 on 15/9/2. 6 | // Copyright (c) 2015年 Jonathan Tribouharet. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef void(^HyAnimationCompletion)(); 12 | 13 | @interface HyLoginButton : UIButton 14 | 15 | -(void)failedAnimationWithCompletion:(HyAnimationCompletion)completion; 16 | 17 | -(void)succeedAnimationWithCompletion:(HyAnimationCompletion)completion; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/HYLogin/HySpinerLayer.h: -------------------------------------------------------------------------------- 1 | // 2 | // SpinerLayer.h 3 | // Example 4 | // 5 | // Created by 东海 on 15/9/2. 6 | // Copyright (c) 2015年 Jonathan Tribouharet. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HySpinerLayer : CAShapeLayer 12 | 13 | - (instancetype)initWithFrame:(CGRect)frame; 14 | 15 | - (void)beginAnimation; 16 | 17 | - (void)stopAnimation; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/HYLogin/HyTransitions.h: -------------------------------------------------------------------------------- 1 | // 2 | // HyTransitions.h 3 | // Example 4 | // 5 | // Created by 东海 on 15/9/2. 6 | // Copyright (c) 2015年 Jonathan Tribouharet. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface HyTransitions : NSObject 13 | 14 | -(instancetype) initWithTransitionDuration:(NSTimeInterval)transitionDuration StartingAlpha:(CGFloat)startingAlpha isPush:(BOOL)isPush; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/Header.h: -------------------------------------------------------------------------------- 1 | // 2 | // Header.h 3 | // iOSClientOfQFNU 4 | // 5 | // Created by lyngame on 2017/6/30. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #ifndef Header_h 10 | #define Header_h 11 | //屏幕宽 12 | #define SCREEN_W [UIScreen mainScreen].bounds.size.width 13 | //屏幕高 14 | #define SCREEN_H [UIScreen mainScreen].bounds.size.height 15 | 16 | //常用文字的灰色 17 | #define TEXT_GRAYCOLOR [UIColor colorWithRed:0.5 green:0.5 blue:0.5 alpha:1] 18 | //视图背景浅灰色 19 | #define GRAY_COLOR [UIColor colorWithRed:0.95 green:0.95 blue:0.95 alpha:1] 20 | 21 | #endif /* Header_h */ 22 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/KSGuaidView/AppDelegate+Guaid.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate+Guaid.h 3 | // KSGuaidViewDemo 4 | // 5 | // Created by Mr.kong on 2017/5/31. 6 | // Copyright © 2017年 Bilibili. All rights reserved. 7 | // 8 | 9 | #import "AppDelegate.h" 10 | 11 | @interface AppDelegate (Guaid) 12 | 13 | @property (nonatomic, strong) UIWindow* guaidWindow; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/KSGuaidView/KSGuaidProperty.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | kImageNamesArray 6 | 7 | g1.jpg 8 | g2.jpg 9 | g3.jpg 10 | g4.jpg 11 | kLastNullImageName 12 | 13 | kHiddenBtnImageName 14 | hidden 15 | kHiddenBtnCenter 16 | {0.5,0.85} 17 | 18 | 19 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/KSGuaidView/KSGuaidViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // KSGuaidViewCell.h 3 | // KSGuaidViewDemo 4 | // 5 | // Created by Mr.kong on 2017/5/24. 6 | // Copyright © 2017年 Bilibili. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface KSGuaidViewCell : UICollectionViewCell 12 | 13 | @property (nonatomic, strong) UIImageView* imageView; 14 | 15 | @end 16 | 17 | UIKIT_EXTERN NSString * const KSGuaidViewCellID; 18 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/LCUserFeedbackImageViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // LCUserFeedbackImageViewController.h 3 | // LeanCloudFeedback 4 | // 5 | // Created by lzw on 15/7/21. 6 | // Copyright (c) 2015年 LeanCloud. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LCUserFeedbackImageViewController : UIViewController 12 | 13 | @property (nonatomic, strong) UIImage *image; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/LCUserFeedbackReply_Internal.h: -------------------------------------------------------------------------------- 1 | 2 | // 3 | // LCUserFeedbackReply_Internal.h 4 | // LeanCloudFeedback 5 | // 6 | // Created by lzw on 15/7/21. 7 | // Copyright (c) 2015年 LeanCloud. All rights reserved. 8 | // 9 | 10 | #import "LCUserFeedbackReply.h" 11 | 12 | @interface LCUserFeedbackReply() 13 | 14 | @property(nonatomic, strong, readwrite) UIImage *attachmentImage; 15 | @property(nonatomic, copy, readwrite) NSString *createAt; 16 | 17 | @end -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/LCUserFeedbackThread_Internal.h: -------------------------------------------------------------------------------- 1 | // 2 | // LCUserFeedbackThread_Internal.h 3 | // Feedback 4 | // 5 | // Created by Feng Junwen on 5/18/15. 6 | // Copyright (c) 2015 LeanCloud. All rights reserved. 7 | // 8 | 9 | #import "LCUserFeedbackThread.h" 10 | 11 | @interface LCUserFeedbackThread () 12 | 13 | +(void)feedbackWithContent:(NSString *)content 14 | contact:(NSString *)contact 15 | create:(BOOL)create 16 | withBlock:(AVIdResultBlock)block; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/LeanCloudFeedback.h: -------------------------------------------------------------------------------- 1 | // 2 | // LeanCloudFeedback.h 3 | // LeanCloudFeedback 4 | // 5 | // Created by Feng Junwen on 5/18/15. 6 | // Copyright (c) 2015 LeanCloud. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #import "LCUserFeedbackReply.h" 12 | #import "LCUserFeedbackAgent.h" 13 | #import "LCUserFeedbackThread.h" 14 | #import "LCUserFeedbackViewController.h" 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/LeanCloudFeedback.strings: -------------------------------------------------------------------------------- 1 | /* 2 | Localizable.strings 3 | LeanCloudFeedback 4 | 5 | Created by lzw on 15/11/6. 6 | Copyright © 2015年 LeanCloud. All rights reserved. 7 | */ 8 | 9 | 10 | "Detail"="详情"; 11 | "Email Or QQ"="Email 或 QQ 号"; 12 | "Please write your feedback"="请填写反馈"; 13 | "Send"="发送"; 14 | "User Feedback"="意见反馈"; 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_add_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_add_image@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_back@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_bg_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_bg_1@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_bg_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_bg_2@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_btn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_btn@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_btn_new@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_btn_new@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_warning@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/LeanCloudFeedback/LeanCloudFeedback/resources/feedback_warning@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJExtension.h 3 | // MJExtension 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 代码地址:https://github.com/CoderMJLee/MJExtension 8 | // 代码地址:http://code4app.com/ios/%E5%AD%97%E5%85%B8-JSON-%E4%B8%8E%E6%A8%A1%E5%9E%8B%E7%9A%84%E8%BD%AC%E6%8D%A2/5339992a933bf062608b4c57 9 | 10 | #import "NSObject+MJCoding.h" 11 | #import "NSObject+MJProperty.h" 12 | #import "NSObject+MJClass.h" 13 | #import "NSObject+MJKeyValue.h" 14 | #import "NSString+MJExtension.h" 15 | #import "MJExtensionConst.h" -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJFoundation.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 14/7/16. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MJFoundation : NSObject 12 | + (BOOL)isClassFromFoundation:(Class)c; 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshFooter.h" 10 | 11 | @interface MJRefreshBackFooter : MJRefreshFooter 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoGifFooter.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 | @interface MJRefreshAutoGifFooter : MJRefreshAutoStateFooter 12 | @property (weak, nonatomic, readonly) UIImageView *gifView; 13 | 14 | /** 设置state状态下的动画图片images 动画持续时间duration*/ 15 | - (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state; 16 | - (void)setImages:(NSArray *)images forState:(MJRefreshState)state; 17 | @end 18 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/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 | @interface MJRefreshAutoNormalFooter : MJRefreshAutoStateFooter 12 | /** 菊花的样式 */ 13 | @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle; 14 | @end 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackGifFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshBackStateFooter.h" 10 | 11 | @interface MJRefreshBackGifFooter : MJRefreshBackStateFooter 12 | @property (weak, nonatomic, readonly) UIImageView *gifView; 13 | 14 | /** 设置state状态下的动画图片images 动画持续时间duration*/ 15 | - (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state; 16 | - (void)setImages:(NSArray *)images forState:(MJRefreshState)state; 17 | @end 18 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackNormalFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshBackStateFooter.h" 10 | 11 | @interface MJRefreshBackNormalFooter : MJRefreshBackStateFooter 12 | @property (weak, nonatomic, readonly) UIImageView *arrowView; 13 | /** 菊花的样式 */ 14 | @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle; 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackStateFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/6/13. 6 | // Copyright © 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshBackFooter.h" 10 | 11 | @interface MJRefreshBackStateFooter : MJRefreshBackFooter 12 | /** 文字距离圈圈、箭头的距离 */ 13 | @property (assign, nonatomic) CGFloat labelLeftInset; 14 | /** 显示刷新状态的label */ 15 | @property (weak, nonatomic, readonly) UILabel *stateLabel; 16 | /** 设置state状态下的文字 */ 17 | - (void)setTitle:(NSString *)title forState:(MJRefreshState)state; 18 | 19 | /** 获取state状态下的title */ 20 | - (NSString *)titleForState:(MJRefreshState)state; 21 | @end 22 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/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 | @interface MJRefreshGifHeader : MJRefreshStateHeader 12 | @property (weak, nonatomic, readonly) UIImageView *gifView; 13 | 14 | /** 设置state状态下的动画图片images 动画持续时间duration*/ 15 | - (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state; 16 | - (void)setImages:(NSArray *)images forState:(MJRefreshState)state; 17 | @end 18 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/Custom/Header/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshNormalHeader.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 | @interface MJRefreshNormalHeader : MJRefreshStateHeader 12 | @property (weak, nonatomic, readonly) UIImageView *arrowView; 13 | /** 菊花的样式 */ 14 | @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle; 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/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" -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/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 | @interface NSBundle (MJRefresh) 12 | + (instancetype)mj_refreshBundle; 13 | + (UIImage *)mj_arrowImage; 14 | + (NSString *)mj_localizedStringForKey:(NSString *)key value:(NSString *)value; 15 | + (NSString *)mj_localizedStringForKey:(NSString *)key; 16 | @end 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/NSData+CRC32.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSData+CRC32.h 3 | // CRC32_iOS 4 | // 5 | // Created by 宣佚 on 15/7/14. 6 | // Copyright (c) 2015年 宣佚. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSData (CRC32) 12 | 13 | -(int32_t) crc32; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/PQFCustomLoaders/PQFCustomLoaders.h: -------------------------------------------------------------------------------- 1 | // 2 | // PQFCustomLoaders.h 3 | // PQFCustomLoaders 4 | // 5 | // Created by Pol Quintana on 28/10/14. 6 | // Copyright (c) 2014 Pol Quintana. All rights reserved. 7 | // 8 | 9 | #import "PQFCirclesInTriangle.h" 10 | #import "PQFBouncingBalls.h" 11 | #import "PQFBarsInCircle.h" 12 | #import "UIColor+FlatColors.h" 13 | // 版权属于原作者 14 | // http://code4app.com (cn) http://code4app.net (en) 15 | // 发布代码于最专业的源码分享网站: Code4App.com 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanerCardViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // HMScanerCardViewController.h 3 | // HMQRCodeScanner 4 | // 5 | // Created by 刘凡 on 16/1/3. 6 | // Copyright © 2016年 itheima. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HMScanerCardViewController : UIViewController 12 | 13 | - (instancetype)initWithCardName:(NSString *)cardName avatar:(UIImage *)avatar; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/QRCodeScanLine@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/QRCodeScanLine@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/ScanQR1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/ScanQR1@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/ScanQR2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/ScanQR2@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/ScanQR3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/ScanQR3@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/ScanQR4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScanner.bundle/ScanQR4@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScannerBorder.h: -------------------------------------------------------------------------------- 1 | // 2 | // HMScannerBorder.h 3 | // HMQRCodeScanner 4 | // 5 | // Created by 刘凡 on 16/1/2. 6 | // Copyright © 2016年 itheima. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /// 扫描框视图 12 | @interface HMScannerBorder : UIView 13 | 14 | /// 开始扫描动画 15 | - (void)startScannerAnimating; 16 | /// 停止扫描动画 17 | - (void)stopScannerAnimating; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScannerMaskView.h: -------------------------------------------------------------------------------- 1 | // 2 | // HMScannerMaskView.h 3 | // HMQRCodeScanner 4 | // 5 | // Created by 刘凡 on 16/1/3. 6 | // Copyright © 2016年 itheima. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /// 扫描遮罩视图 12 | @interface HMScannerMaskView : UIView 13 | 14 | /// 使用裁切区域实例化遮罩视图 15 | /// 16 | /// @param frame 视图区域 17 | /// @param cropRect 裁切区域 18 | /// 19 | /// @return 遮罩视图 20 | + (instancetype)maskViewWithFrame:(CGRect)frame cropRect:(CGRect)cropRect; 21 | 22 | /// 裁切区域 23 | @property (nonatomic) CGRect cropRect; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/QRCode/HMScannerViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // HMScannerViewController.h 3 | // HMQRCodeScanner 4 | // 5 | // Created by 刘凡 on 16/1/2. 6 | // Copyright © 2016年 itheima. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /// 扫描控制器 12 | @interface HMScannerViewController : UIViewController 13 | 14 | /// 实例化扫描控制器 15 | /// 16 | /// @param cardName 名片字符串 17 | /// @param avatar 头像图片 18 | /// @param completion 完成回调 19 | /// 20 | /// @return 扫描控制器 21 | - (instancetype)initWithCardName:(NSString *)cardName avatar:(UIImage *)avatar completion:(void (^)(NSString *stringValue))completion; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/SDWebImage/SDWebImage/SDWebImageDecoder.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of the SDWebImage package. 3 | * (c) Olivier Poitrey 4 | * 5 | * Created by james on 9/28/11. 6 | * 7 | * For the full copyright and license information, please view the LICENSE 8 | * file that was distributed with this source code. 9 | */ 10 | 11 | #import 12 | #import "SDWebImageCompat.h" 13 | 14 | @interface UIImage (ForceDecode) 15 | 16 | + (UIImage *)decodedImageWithImage:(UIImage *)image; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/SDWebImage/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of the SDWebImage package. 3 | * (c) Olivier Poitrey 4 | * 5 | * For the full copyright and license information, please view the LICENSE 6 | * file that was distributed with this source code. 7 | */ 8 | 9 | #import 10 | 11 | @protocol SDWebImageOperation 12 | 13 | - (void)cancel; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/SDWebImage/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+GIF.h 3 | // LBGIFImage 4 | // 5 | // Created by Laurin Brandner on 06.01.12. 6 | // Copyright (c) 2012 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImage (GIF) 12 | 13 | + (UIImage *)sd_animatedGIFNamed:(NSString *)name; 14 | 15 | + (UIImage *)sd_animatedGIFWithData:(NSData *)data; 16 | 17 | - (UIImage *)sd_animatedImageByScalingAndCroppingToSize:(CGSize)size; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/SDWebImage/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+MultiFormat.h 3 | // SDWebImage 4 | // 5 | // Created by Olivier Poitrey on 07/06/13. 6 | // Copyright (c) 2013 Dailymotion. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImage (MultiFormat) 12 | 13 | + (UIImage *)sd_imageWithData:(NSData *)data; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/TPHpple/XPathQuery.h: -------------------------------------------------------------------------------- 1 | // 2 | // XPathQuery.h 3 | // FuelFinder 4 | // 5 | // Created by Matt Gallagher on 4/08/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NSArray *PerformHTMLXPathQuery(NSData *document, NSString *query); 12 | NSArray *PerformHTMLXPathQueryWithEncoding(NSData *document, NSString *query,NSString *encoding); 13 | NSArray *PerformXMLXPathQuery(NSData *document, NSString *query); 14 | NSArray *PerformXMLXPathQueryWithEncoding(NSData *document, NSString *query,NSString *encoding); 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/QQ/UMSocialQQHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // UMSQQDataTypeTableViewController.h 3 | // SocialSDK 4 | // 5 | // Created by umeng on 16/4/15. 6 | // Copyright © 2016年 dongjianxiong. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UMSocialQQHandler : UMSocialHandler 12 | 13 | + (UMSocialQQHandler *)defaultManager; 14 | 15 | /** QQ是否支持网页分享 16 | * @param support 是否支持 17 | */ 18 | - (void)setSupportWebView:(BOOL)support __deprecated; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/QQ/libSocialQQ.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/QQ/libSocialQQ.a -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/SMS/UMSocialSmsHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // UMSocialSmsHandler.h 3 | // SocialSDK 4 | // 5 | // Created by umeng on 16/4/23. 6 | // Copyright © 2016年 dongjianxiong. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UMSocialSmsHandler : UMSocialHandler 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/SMS/libSocialSMS.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/SMS/libSocialSMS.a -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/Sina/UMSocialSinaHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // UMSocialSinaHandler.h 3 | // UMSocialSDK 4 | // 5 | // Created by wyq.Cloudayc on 2/21/17. 6 | // Copyright © 2017 UMeng. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface UMSocialSinaHandler : UMSocialHandler 13 | 14 | + (UMSocialSinaHandler *)defaultManager; 15 | 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/Sina/libSocialSina.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/Sina/libSocialSina.a -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/WeChat/UMSocialWechatHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // UMSWechatDataTypeTableViewController.h 3 | // SocialSDK 4 | // 5 | // Created by umeng on 16/4/14. 6 | // Copyright © 2016年 dongjianxiong. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface UMSocialWechatHandler : UMSocialHandler 13 | 14 | + (instancetype)defaultManager; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/WeChat/libSocialWeChat.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/SocialLibraries/WeChat/libSocialWeChat.a -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialCore.framework/Headers/UMSocialImageUtil.h: -------------------------------------------------------------------------------- 1 | // 2 | // UMSocialImageUtil.h 3 | // UMSocialSDK 4 | // 5 | // Created by wangfei on 16/8/12. 6 | // Copyright © 2016年 dongjianxiong. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | @interface UMSocialImageUtil : NSObject 12 | +(UIImage*)scaleImage:(UIImage *) image ToSize:(CGSize)size; 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialCore.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialCore.framework/Info.plist -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialCore.framework/UMSocialCore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialCore.framework/UMSocialCore -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialNetwork.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialNetwork.framework/Info.plist -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialNetwork.framework/UMSocialNetwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDK/UMSocialNetwork.framework/UMSocialNetwork -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDKPlugin/libUMSocialLog.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialSDKPlugin/libUMSocialLog.a -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_add_friend_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_add_friend_off@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_delete_image_button_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_delete_image_button_normal@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_nav_button_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_nav_button_close@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_nav_button_send@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_nav_button_send@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_url_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_url_image@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_url_music@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_url_music@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_url_video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/Buttons/UMS_url_video@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_alipay.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_default.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_dingding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_dingding.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_douban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_douban.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_dropbox.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_email.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_evernote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_evernote.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_facebook.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_facebookmessenger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_facebookmessenger.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_flickr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_flickr.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_googleplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_googleplus.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_instagram.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_kakaoTalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_kakaoTalk.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_line.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_linkedin.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_lw_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_lw_session.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_lw_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_lw_timeline.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_pinterest.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_pocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_pocket.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_qq.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_qzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_qzone.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_renren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_renren.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_sina.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_sms.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_tencentWB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_tencentWB.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_tim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_tim.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_tumblr.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_twitter.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_vkontakte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_vkontakte.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_wechat.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_wechat_favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_wechat_favorite.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_wechat_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_wechat_timeline.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_whatsapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_whatsapp.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_yixin_favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_yixin_favorite.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_yixin_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_yixin_session.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_yixin_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_yixin_timeline.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_youdaonote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialPlatformTheme/default/umsocial_youdaonote.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialWaterMark/umsocial_defaultwatermark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UMSocialSDKResources.bundle/UMSocialWaterMark/umsocial_defaultwatermark.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UShareUI.framework/Headers/UShareUI.h: -------------------------------------------------------------------------------- 1 | // 2 | // UShareUI.h 3 | // UShareUI 4 | // 5 | // Created by wyq.Cloudayc on 11/24/16. 6 | // Copyright © 2016 Umeng. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for UShareUI. 12 | FOUNDATION_EXPORT double UShareUIVersionNumber; 13 | 14 | //! Project version string for UShareUI. 15 | FOUNDATION_EXPORT const unsigned char UShareUIVersionString[]; 16 | 17 | 18 | #import 19 | #import 20 | 21 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UShareUI.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UShareUI.framework/Info.plist -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UShareUI.framework/UShareUI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/UMSocial/UMSocialUI/UShareUI.framework/UShareUI -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/YGGravityImageView/YGGravityImageView.h: -------------------------------------------------------------------------------- 1 | // 2 | // YGGravityImageView.h 3 | // zhonggantest 4 | // 5 | // Created by zhangkaifeng on 16/6/23. 6 | // Copyright © 2016年 张楷枫. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface YGGravityImageView : UIView 12 | 13 | /** 14 | * 显示的图片 15 | */ 16 | @property (nonatomic,strong) UIImage *image; 17 | @property (nonatomic,strong,readonly) UIImageView * myImageView; 18 | 19 | /** 20 | * 开始重力感应 21 | */ 22 | -(void)startAnimate; 23 | 24 | /** 25 | * 停止重力感应 26 | */ 27 | -(void)stopAnimate; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/YGGravityImageView/login_bg6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/YGGravityImageView/login_bg6@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/Vendors(第三方)/YJJTextField/HistoryContentCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // HistoryContentCell.h 3 | // MyTextFieldDemo 4 | // 5 | // Created by arges on 2017/6/22. 6 | // Copyright © 2017年 ArgesYao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HistoryContentCell : UITableViewCell 12 | 13 | @property (weak, nonatomic) IBOutlet UILabel *contentLabel; 14 | 15 | + (instancetype)cellWithTableView:(UITableView *)tableView; 16 | @end 17 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/Q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/Q.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/R.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/menu22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/menu22.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/new_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/new_menu.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/qfnulogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Librarymenu/qfnulogo.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche1.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche10.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche11.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche2.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche3.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche4.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche5.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche6.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche7.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche8.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/fengche/fengche9.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/gengduo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/gengduo.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-calendar.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-curriculum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-curriculum.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-elec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-elec.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-exam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-exam.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-homework-inline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-homework-inline.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-info.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-lab.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-library.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-lost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-lost.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-score.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-score.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-second-hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-second-hand.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-social.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Main/icon-video.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Clock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Clock@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Clock@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Clock@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Portrait.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Share@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Me/Share@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Me/backImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Me/backImage.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Screen.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default-568h@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default-Land-hd55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default-Land-hd55.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default-Port-hd47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default-Port-hd47.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default-Port-hd55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default-Port-hd55.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/StartPage/Default@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/attendance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/attendance.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/cet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/cet.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/freeroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/freeroom.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/rebot/rebot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/rebot/rebot.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/weather/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/weather/weather.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/weather/weather_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/Tool/weather/weather_bg.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-20-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-20-ipad.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-20@2x-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-20@2x-ipad.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-20@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-20@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29-ipad.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29@2x-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29@2x-ipad.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-29@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-40.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-40@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-40@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-50.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-50@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-57.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-57@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-60@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-60@3x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-72.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-72@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-76.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-76@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/icon/icon-83.5@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/image/menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/image/menu@2x.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/iOSClientOfQFNU/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/iOSClientOfQFNU/logo.jpg -------------------------------------------------------------------------------- /iOSClientOfQFNU/imageLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/imageLeft.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "watch", 5 | "screenWidth" : "{130,145}", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "watch", 10 | "screenWidth" : "{146,165}", 11 | "scale" : "2x" 12 | } 13 | ], 14 | "info" : { 15 | "version" : 1, 16 | "author" : "xcode" 17 | } 18 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/Complication.complicationset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "assets" : [ 3 | { 4 | "idiom" : "watch", 5 | "filename" : "Circular.imageset", 6 | "role" : "circular" 7 | }, 8 | { 9 | "idiom" : "watch", 10 | "filename" : "Extra Large.imageset", 11 | "role" : "extra-large" 12 | }, 13 | { 14 | "idiom" : "watch", 15 | "filename" : "Modular.imageset", 16 | "role" : "modular" 17 | }, 18 | { 19 | "idiom" : "watch", 20 | "filename" : "Utilitarian.imageset", 21 | "role" : "utilitarian" 22 | } 23 | ], 24 | "info" : { 25 | "version" : 1, 26 | "author" : "xcode" 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "watch", 5 | "screenWidth" : "{130,145}", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "watch", 10 | "screenWidth" : "{146,165}", 11 | "scale" : "2x" 12 | } 13 | ], 14 | "info" : { 15 | "version" : 1, 16 | "author" : "xcode" 17 | } 18 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "watch", 5 | "screenWidth" : "{130,145}", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "watch", 10 | "screenWidth" : "{146,165}", 11 | "scale" : "2x" 12 | } 13 | ], 14 | "info" : { 15 | "version" : 1, 16 | "author" : "xcode" 17 | } 18 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "watch", 5 | "screenWidth" : "{130,145}", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "watch", 10 | "screenWidth" : "{146,165}", 11 | "scale" : "2x" 12 | } 13 | ], 14 | "info" : { 15 | "version" : 1, 16 | "author" : "xcode" 17 | } 18 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/watchOSMainTabImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "watchOSMainTabImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/watchOSMainTabImage.imageset/watchOSMainTabImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opooc/iOSClientOfQFNU/23c7121f1487852ba1327900db5f48d37a0970d5/iOSClientOfQFNU/watchOSClientOfQFNU Extension/Assets.xcassets/watchOSMainTabImage.imageset/watchOSMainTabImage.png -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/ComplicationController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ComplicationController.h 3 | // watchOSClientOfQFNU Extension 4 | // 5 | // Created by doushuyao on 2017/12/2. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ComplicationController : NSObject 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/ExtensionDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // ExtensionDelegate.h 3 | // watchOSClientOfQFNU Extension 4 | // 5 | // Created by doushuyao on 2017/12/2. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ExtensionDelegate : NSObject 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/FindInterfaceController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FindInterfaceController.h 3 | // watchOSClientOfQFNU Extension 4 | // 5 | // Created by doushuyao on 2017/12/2. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface FindInterfaceController : WKInterfaceController 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/InterfaceController.h: -------------------------------------------------------------------------------- 1 | // 2 | // InterfaceController.h 3 | // watchOSClientOfQFNU Extension 4 | // 5 | // Created by doushuyao on 2017/12/2. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface InterfaceController : WKInterfaceController 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /iOSClientOfQFNU/watchOSClientOfQFNU Extension/NotificationController.h: -------------------------------------------------------------------------------- 1 | // 2 | // NotificationController.h 3 | // watchOSClientOfQFNU Extension 4 | // 5 | // Created by doushuyao on 2017/12/2. 6 | // Copyright © 2017年 iOSClientOfQFNU. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface NotificationController : WKUserNotificationInterfaceController 13 | 14 | @end 15 | --------------------------------------------------------------------------------