[WIP] firebase init Error
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# TYFaceBookHandle
|
||||
|
||||
### 更新说明
|
||||
|
||||
##### 更新时间 2021-06-24
|
||||
##### 更新内容:
|
||||
1. 新增facebook渠道framework
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 22a34a71508aa489d82bc0a9a18e643d
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,43 @@
|
||||
//
|
||||
// TYFBHandle.h
|
||||
// XYSDK
|
||||
//
|
||||
// Created by on 2019/1/3.
|
||||
// Copyright © 2019 刘磊. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TYFBHandle : NSObject
|
||||
|
||||
+ (TYFBHandle *)sharedManager;
|
||||
|
||||
+ (void)setAuthorityList:(NSArray *)authorityList;
|
||||
|
||||
/**
|
||||
初始化 SDK
|
||||
*/
|
||||
+ (void)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
|
||||
|
||||
/**
|
||||
初始化 SDK
|
||||
*/
|
||||
+ (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: e8e041444774148b686d6ef6f46a3f34
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,19 @@
|
||||
// TYFBShareHandle.h
|
||||
// TYFaceBookHandle
|
||||
//
|
||||
// Created by hui on 2021/6/9.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <TYSDKCoreKit/XYShareContents.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TYFBShareHandle : NSObject
|
||||
|
||||
+ (void) XYShareWithContents:(XYShareBaseContent *)shareContent complateHandle:(TYBaseRespBlock)complateBlock;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 73284ee13da1f460a82e064b57602d8b
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// TYFaceBookHandle.h
|
||||
// TYFaceBookHandle
|
||||
//
|
||||
// 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 TYFBHandle_VERSION @"1.0.4"
|
||||
|
||||
//! Project version number for TYFaceBookHandle.
|
||||
FOUNDATION_EXPORT double TYFaceBookHandleVersionNumber;
|
||||
|
||||
//! Project version string for TYFaceBookHandle.
|
||||
FOUNDATION_EXPORT const unsigned char TYFaceBookHandleVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <TYFaceBookHandle/PublicHeader.h>
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1d42f7194bd9b4d3bb383e65e5963a67
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user