[WIP] firebase init Error
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
//
|
||||
// TYGoogleHandle.h
|
||||
// XYSDK
|
||||
//
|
||||
// Created by APPLE on 2020/10/28.
|
||||
// Copyright © 2020 刘磊. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TYGoogleHandle : NSObject
|
||||
|
||||
+ (TYGoogleHandle *)defaultLoginHandle;
|
||||
|
||||
/// 注册Google登录 确保主线程注册
|
||||
/// @param googleClientId Google分配的clientID
|
||||
+ (void)registerGoogleLoginWith:(NSString *)googleClientId;
|
||||
|
||||
+ (void)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation;
|
||||
|
||||
|
||||
+ (void)login:(TYBaseRespBlock)completion;
|
||||
|
||||
|
||||
+ (void)logout;
|
||||
|
||||
/// 获取当前版本
|
||||
+ (NSString *)getCurrentVersion;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f2ca72a635bed4b9c9a01d217129d53c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// TYGoogleHandle.h
|
||||
// TYGoogleHandle
|
||||
//
|
||||
// Created by Liang shi on 2021/3/24.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <TYSDKCoreKit/TYSDKCoreKit.h>
|
||||
#import <TYSDKCoreKit/TYLogHelper.h>
|
||||
#import <GASDK/GASDK.h>
|
||||
|
||||
#define TYGoogleHandle_VERSION @"1.0.1"
|
||||
|
||||
//! Project version number for TYGoogleHandle.
|
||||
FOUNDATION_EXPORT double TYGoogleHandleVersionNumber;
|
||||
|
||||
//! Project version string for TYGoogleHandle.
|
||||
FOUNDATION_EXPORT const unsigned char TYGoogleHandleVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <TYGoogleHandle/PublicHeader.h>
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8e02b484f77504731a9cdc96c335e99b
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user