From a7b4479bce32c3fc18a0c2e6c59bfd58615f301f Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 26 Apr 2018 06:41:18 -0700 Subject: Add explicit Functions umbrella (#1187) --- .../FirebaseFunctions/Public/FirebaseFunctions.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Functions/FirebaseFunctions/Public/FirebaseFunctions.h (limited to 'Functions') 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" -- cgit v1.2.3