From cade84bd2b5e735344323118ab4210206ddb29f6 Mon Sep 17 00:00:00 2001
From: wgl <>
Date: Mon, 9 Aug 2021 18:40:26 +0800
Subject: [PATCH] fix

---
 HHDoctor/HHDoctor.framework/HHDoctor-umbrella.h         | 19 -------------------
 HHDoctor/HHDoctor.framework/Headers/HHDoctor-umbrella.h | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 19 deletions(-)
 delete mode 100644 HHDoctor/HHDoctor.framework/HHDoctor-umbrella.h
 create mode 100644 HHDoctor/HHDoctor.framework/Headers/HHDoctor-umbrella.h

diff --git a/HHDoctor/HHDoctor.framework/HHDoctor-umbrella.h b/HHDoctor/HHDoctor.framework/HHDoctor-umbrella.h
deleted file mode 100644
index 8269e52..0000000
--- a/HHDoctor/HHDoctor.framework/HHDoctor-umbrella.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#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
-
-#import "HHDoctor.h"
-#import "HHPublicHeader.h"
-#import "HHSDKOptions.h"
-
-FOUNDATION_EXPORT double HHDoctorVersionNumber;
-FOUNDATION_EXPORT const unsigned char HHDoctorVersionString[];
-
diff --git a/HHDoctor/HHDoctor.framework/Headers/HHDoctor-umbrella.h b/HHDoctor/HHDoctor.framework/Headers/HHDoctor-umbrella.h
new file mode 100644
index 0000000..8269e52
--- /dev/null
+++ b/HHDoctor/HHDoctor.framework/Headers/HHDoctor-umbrella.h
@@ -0,0 +1,19 @@
+#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
+
+#import "HHDoctor.h"
+#import "HHPublicHeader.h"
+#import "HHSDKOptions.h"
+
+FOUNDATION_EXPORT double HHDoctorVersionNumber;
+FOUNDATION_EXPORT const unsigned char HHDoctorVersionString[];
+
--
libgit2 0.24.0