From c33bdff405b988ffa4e894809db73ade0f21e658 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 29 Jun 2017 12:03:45 -0700 Subject: Group public headers into Public directories (#112) --- Firebase/Core/Public/FirebaseCore.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Firebase/Core/Public/FirebaseCore.h (limited to 'Firebase/Core/Public/FirebaseCore.h') diff --git a/Firebase/Core/Public/FirebaseCore.h b/Firebase/Core/Public/FirebaseCore.h new file mode 100644 index 0000000..fa26f69 --- /dev/null +++ b/Firebase/Core/Public/FirebaseCore.h @@ -0,0 +1,21 @@ +/* + * Copyright 2017 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 "FIRAnalyticsConfiguration.h" +#import "FIRApp.h" +#import "FIRConfiguration.h" +#import "FIRLoggerLevel.h" +#import "FIROptions.h" -- cgit v1.2.3