From 1a27ef122fb0a2b9f1c19dd609897728b795df5d Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 09 七月 2021 18:27:41 +0800
Subject: [PATCH] 2021-07-09 1.告警消息相关接口替换,改为河东管理

---
 EZSDK/EZSDK.xcodeproj/project.pbxproj |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/EZSDK/EZSDK.xcodeproj/project.pbxproj b/EZSDK/EZSDK.xcodeproj/project.pbxproj
index 8711570..cded2a4 100644
--- a/EZSDK/EZSDK.xcodeproj/project.pbxproj
+++ b/EZSDK/EZSDK.xcodeproj/project.pbxproj
@@ -7,6 +7,9 @@
 	objects = {
 
 /* Begin PBXBuildFile section */
+		B95AB87E26984D49007BC8D7 /* HDLAlarmInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B95AB87D26984D49007BC8D7 /* HDLAlarmInfo.m */; };
+		B95AB88726984DD5007BC8D7 /* NSObject+YYModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B95AB88426984DD5007BC8D7 /* NSObject+YYModel.m */; };
+		B95AB88826984DD5007BC8D7 /* YYClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B95AB88526984DD5007BC8D7 /* YYClassInfo.m */; };
 		B965BE0325EE0B0D00E58AFB /* EZHttpUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B965BDFF25EE0B0D00E58AFB /* EZHttpUtil.m */; };
 		B965BE0425EE0B0D00E58AFB /* ResponseData.m in Sources */ = {isa = PBXBuildFile; fileRef = B965BE0025EE0B0D00E58AFB /* ResponseData.m */; };
 		B9BC92FF25C0FC3500C024FE /* EZSDK.m in Sources */ = {isa = PBXBuildFile; fileRef = B9BC92FE25C0FC3500C024FE /* EZSDK.m */; };
@@ -159,6 +162,13 @@
 /* End PBXCopyFilesBuildPhase section */
 
 /* Begin PBXFileReference section */
+		B95AB87C26984D49007BC8D7 /* HDLAlarmInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLAlarmInfo.h; sourceTree = "<group>"; };
+		B95AB87D26984D49007BC8D7 /* HDLAlarmInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLAlarmInfo.m; sourceTree = "<group>"; };
+		B95AB88226984DD5007BC8D7 /* YYClassInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYClassInfo.h; sourceTree = "<group>"; };
+		B95AB88326984DD5007BC8D7 /* YYModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYModel.h; sourceTree = "<group>"; };
+		B95AB88426984DD5007BC8D7 /* NSObject+YYModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+YYModel.m"; sourceTree = "<group>"; };
+		B95AB88526984DD5007BC8D7 /* YYClassInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYClassInfo.m; sourceTree = "<group>"; };
+		B95AB88626984DD5007BC8D7 /* NSObject+YYModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+YYModel.h"; sourceTree = "<group>"; };
 		B965BDFF25EE0B0D00E58AFB /* EZHttpUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZHttpUtil.m; sourceTree = "<group>"; };
 		B965BE0025EE0B0D00E58AFB /* ResponseData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResponseData.m; sourceTree = "<group>"; };
 		B965BE0125EE0B0D00E58AFB /* EZHttpUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZHttpUtil.h; sourceTree = "<group>"; };
@@ -576,6 +586,18 @@
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
+		B95AB88126984DD5007BC8D7 /* YYModel */ = {
+			isa = PBXGroup;
+			children = (
+				B95AB88226984DD5007BC8D7 /* YYClassInfo.h */,
+				B95AB88326984DD5007BC8D7 /* YYModel.h */,
+				B95AB88426984DD5007BC8D7 /* NSObject+YYModel.m */,
+				B95AB88526984DD5007BC8D7 /* YYClassInfo.m */,
+				B95AB88626984DD5007BC8D7 /* NSObject+YYModel.h */,
+			);
+			path = YYModel;
+			sourceTree = "<group>";
+		};
 		B99F57BA262D85CF0049A308 /* include */ = {
 			isa = PBXGroup;
 			children = (
@@ -675,6 +697,7 @@
 		B9BC97D425C0FFB600C024FE /* Venders */ = {
 			isa = PBXGroup;
 			children = (
+				B95AB88126984DD5007BC8D7 /* YYModel */,
 				B9EA4E5325C7E805000FFDA2 /* MJRefresh */,
 				B9BC97D525C0FFB600C024FE /* UITableView-FDTemplateLayoutCell */,
 				B9BC97DE25C0FFB600C024FE /* DACircularProgress */,
@@ -1147,6 +1170,8 @@
 		B9BC996F25C0FFBB00C024FE /* Global */ = {
 			isa = PBXGroup;
 			children = (
+				B95AB87C26984D49007BC8D7 /* HDLAlarmInfo.h */,
+				B95AB87D26984D49007BC8D7 /* HDLAlarmInfo.m */,
 				B9BC997125C0FFBB00C024FE /* GlobalKit.h */,
 				B9BC997025C0FFBB00C024FE /* GlobalKit.m */,
 				B965BE0125EE0B0D00E58AFB /* EZHttpUtil.h */,
@@ -1340,6 +1365,7 @@
 				B9BC99B425C0FFBD00C024FE /* UIView+Toast.m in Sources */,
 				B9BC99C925C0FFBD00C024FE /* UISegmentedControl+DDKit.m in Sources */,
 				B9BC99DB25C0FFBD00C024FE /* AFHTTPSessionManager.m in Sources */,
+				B95AB87E26984D49007BC8D7 /* HDLAlarmInfo.m in Sources */,
 				B9BC99D325C0FFBD00C024FE /* UIAlertView+AFNetworking.m in Sources */,
 				B9BC99EA25C0FFBD00C024FE /* UIImage+GIF.m in Sources */,
 				B9BC99E825C0FFBD00C024FE /* UIImageView+HighlightedWebCache.m in Sources */,
@@ -1459,6 +1485,8 @@
 				B9BC99A125C0FFBD00C024FE /* DDCollectionViewFlowLayout.m in Sources */,
 				B9BC9A1E25C0FFBD00C024FE /* EZWifiInfoViewController.m in Sources */,
 				B9BC9A1925C0FFBD00C024FE /* EZAPWiFiConfigViewController.m in Sources */,
+				B95AB88826984DD5007BC8D7 /* YYClassInfo.m in Sources */,
+				B95AB88726984DD5007BC8D7 /* NSObject+YYModel.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};

--
Gitblit v1.8.0