From 194ff1769e84f3e198dfa7a3ca4e41ce1ed8409c Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Thu, 14 Feb 2019 15:20:18 -0500 Subject: [PATCH] Create umbrella header for FIAM This causes an issue when building the zip file - similar to #1857 --- .../Public/FirebaseInAppMessaging.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Firebase/InAppMessaging/Public/FirebaseInAppMessaging.h diff --git a/Firebase/InAppMessaging/Public/FirebaseInAppMessaging.h b/Firebase/InAppMessaging/Public/FirebaseInAppMessaging.h new file mode 100644 index 00000000000..c23e1f86343 --- /dev/null +++ b/Firebase/InAppMessaging/Public/FirebaseInAppMessaging.h @@ -0,0 +1,18 @@ +/* + * Copyright 2019 Google + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#import "FIRInAppMessaging.h" +#import "FIRInAppMessagingRendering.h"