aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples/Sample/GoogleAuthProvider.h
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-19 11:18:04 -0700
committerGravatar GitHub <noreply@github.com>2017-09-19 11:18:04 -0700
commit9447e72cab40c9ea59e49a726d2890bcf356d38a (patch)
treedc25e027769cc1fbe6bd6e0ae0d877858e0780e7 /AuthSamples/Sample/GoogleAuthProvider.h
parenta34d091971d05ef8e2625074157eb9ff6dda3cbd (diff)
Consolidate AuthSamples into main Firebase Xcode project (#288)
Diffstat (limited to 'AuthSamples/Sample/GoogleAuthProvider.h')
-rw-r--r--AuthSamples/Sample/GoogleAuthProvider.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/AuthSamples/Sample/GoogleAuthProvider.h b/AuthSamples/Sample/GoogleAuthProvider.h
deleted file mode 100644
index 50679a6..0000000
--- a/AuthSamples/Sample/GoogleAuthProvider.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * 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 <UIKit/UIKit.h>
-
-#import "AuthProviders.h"
-
-NS_ASSUME_NONNULL_BEGIN
-
-/** @class GoogleAuthProvider
- @brief The implementation for Google auth provider related methods.
- */
-@interface GoogleAuthProvider : NSObject <AuthProvider>
-@end
-
-NS_ASSUME_NONNULL_END