aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-26 06:41:18 -0700
committerGravatar GitHub <noreply@github.com>2018-04-26 06:41:18 -0700
commita7b4479bce32c3fc18a0c2e6c59bfd58615f301f (patch)
treee77c0e6b1a9bd0fee4dd0b65f510f343bfa0345e /Functions
parent2aed30333913efaa4dd6ab748c81fca12ceb829c (diff)
Add explicit Functions umbrella (#1187)
Diffstat (limited to 'Functions')
-rw-r--r--Functions/FirebaseFunctions/Public/FirebaseFunctions.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Functions/FirebaseFunctions/Public/FirebaseFunctions.h b/Functions/FirebaseFunctions/Public/FirebaseFunctions.h
new file mode 100644
index 0000000..970bec4
--- /dev/null
+++ b/Functions/FirebaseFunctions/Public/FirebaseFunctions.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright 2018 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 "FIRError.h"
+#import "FIRFunctions.h"
+#import "FIRHTTPSCallable.h"