Ver código fonte

1.修改iOS Apex Drivers关于Order的通知处理。

Pen Li 7 anos atrás
pai
commit
5d20ddbe8c

+ 6 - 0
Redant Drivers/Apex And Drivers.xcodeproj/project.pbxproj

@@ -87,6 +87,7 @@
 		425B97E820C7BF4000B35713 /* ApexDriverUploadListVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 425B97E720C7BF4000B35713 /* ApexDriverUploadListVC.m */; };
 		425B97EA20C7BF4E00B35713 /* Upload.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 425B97E920C7BF4E00B35713 /* Upload.storyboard */; };
 		425B97ED20C7C35C00B35713 /* ApexDriverUploadCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 425B97EC20C7C35C00B35713 /* ApexDriverUploadCell.m */; };
+		425F1B6C2138F0470031B2C7 /* RANavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 425F1B6B2138F0470031B2C7 /* RANavigationController.m */; };
 		4280034120C0F146004D4F50 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 4280033920C0F145004D4F50 /* AESCrypt.m */; };
 		4280034220C0F146004D4F50 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 4280033A20C0F145004D4F50 /* LICENSE */; };
 		4280034320C0F146004D4F50 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 4280033C20C0F145004D4F50 /* NSData+Base64.m */; };
@@ -307,6 +308,8 @@
 		425B97E920C7BF4E00B35713 /* Upload.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Upload.storyboard; sourceTree = "<group>"; };
 		425B97EB20C7C35C00B35713 /* ApexDriverUploadCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApexDriverUploadCell.h; sourceTree = "<group>"; };
 		425B97EC20C7C35C00B35713 /* ApexDriverUploadCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ApexDriverUploadCell.m; sourceTree = "<group>"; };
+		425F1B6A2138F0470031B2C7 /* RANavigationController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RANavigationController.h; sourceTree = "<group>"; };
+		425F1B6B2138F0470031B2C7 /* RANavigationController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RANavigationController.m; sourceTree = "<group>"; };
 		4280033520C0EE1E004D4F50 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
 		4280033620C0F0C6004D4F50 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
 		4280033820C0F145004D4F50 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AESCrypt.h; sourceTree = "<group>"; };
@@ -953,6 +956,8 @@
 				423C6A4D20C909FC00455E27 /* RANotificationNameCenter.m */,
 				71EAA33120B9571B002F003C /* AppDelegate.h */,
 				71EAA33220B9571B002F003C /* AppDelegate.m */,
+				425F1B6A2138F0470031B2C7 /* RANavigationController.h */,
+				425F1B6B2138F0470031B2C7 /* RANavigationController.m */,
 				4205FD5D20C134B400DB42B4 /* Other */,
 			);
 			path = "Apex And Drivers";
@@ -1161,6 +1166,7 @@
 				423C6A4E20C909FC00455E27 /* RANotificationNameCenter.m in Sources */,
 				42529D3A20C0EA3F000C0F4D /* mztools.c in Sources */,
 				4205FD5C20C1316200DB42B4 /* RABaseViewController.m in Sources */,
+				425F1B6C2138F0470031B2C7 /* RANavigationController.m in Sources */,
 				425B97E220C7BC4A00B35713 /* RAUploadListViewController.m in Sources */,
 				42D8B8B120C2462D001C125F /* RADetailMultLineCell.m in Sources */,
 				42810FF120E4C94200315156 /* RAHomeMoreViewController+TableDelegate.m in Sources */,