From 9308577aa579e5e6e7723830ca9c38cac1e62988 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:46:07 +0800
Subject: [PATCH] 百度地图文件

---
 screendisplay/Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch b/screendisplay/Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch
new file mode 100755
index 0000000..e72247a
--- /dev/null
+++ b/screendisplay/Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch
@@ -0,0 +1,23 @@
+#ifdef __OBJC__
+#import <UIKit/UIKit.h>
+#else
+#ifndef FOUNDATION_EXPORT
+#if defined(__cplusplus)
+#define FOUNDATION_EXPORT extern "C"
+#else
+#define FOUNDATION_EXPORT extern
+#endif
+#endif
+#endif
+
+#ifndef TARGET_OS_IOS
+  #define TARGET_OS_IOS TARGET_OS_IPHONE
+#endif
+
+#ifndef TARGET_OS_WATCH
+  #define TARGET_OS_WATCH 0
+#endif
+
+#ifndef TARGET_OS_TV
+  #define TARGET_OS_TV 0
+#endif

--
Gitblit v1.8.0