[D] Delete Firebase
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
//
|
||||
// TDKFirebase.h
|
||||
// TDKFirebase
|
||||
//
|
||||
// Created by 曾伟 on 2024/3/18.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for TDKFirebase.
|
||||
FOUNDATION_EXPORT double TDKFirebaseVersionNumber;
|
||||
|
||||
//! Project version string for TDKFirebase.
|
||||
FOUNDATION_EXPORT const unsigned char TDKFirebaseVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like
|
||||
#import <TDKFirebase/TDKFirebaseApi.h>
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c7266889a67cc48d3994577d218ae6d9
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,35 +0,0 @@
|
||||
//
|
||||
// TDKFirebaseApi.h
|
||||
// TDKFirebase
|
||||
//
|
||||
// Created by 曾伟 on 2024/3/18.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <TYSDKCoreKit/TYBaseResp.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TDKFirebaseApi : NSObject
|
||||
|
||||
+ (void)registerFirebase;
|
||||
|
||||
/// 设置默认参数
|
||||
/// 如需清除默认参数,请调用 setDefaultEventParameters 方法,并将参数设置为 nil。
|
||||
+ (void)setDefaultEventParameters:(nullable NSDictionary<NSString *, id> *)parameters;
|
||||
|
||||
/// 上报事件
|
||||
+ (void)logEventWithEventName:(nonnull NSString *)eventName parameters:(nullable NSDictionary<NSString *, id> *)parameters;
|
||||
|
||||
/// 设置用户属性
|
||||
+ (void)setUserPropertyString:(nullable NSString *)value forName:(NSString *)name;
|
||||
|
||||
/// 设置userId
|
||||
+ (void)setUserId:(NSString *)userId;
|
||||
|
||||
// 获取需要在XYSDK中使用的参数
|
||||
+ (void)fetchAttributionParametersWithCompletion:(TYBaseRespBlock)completion;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d90996a41a1b241968fbb470d6a2d86c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user