Files
peko-ios/YuMi/Appdelegate/FBSDKSettings+PISDKSettings.m
2023-09-22 20:23:33 +08:00

20 lines
361 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// FBSDKSettings+PISDKSettings.m
// YuMi
//
// Created by duoban on 2023/9/22.
//
#import "FBSDKSettings+PISDKSettings.h"
#import "GULAppDelegateSwizzler.h"
@implementation FBSDKSettings (PISDKSettings)
///必须为FBSDKSettings添加setAutoLogAppEventsEnabled方法不然分享时会闪退
+(void)setAutoLogAppEventsEnabled:(BOOL)is{
}
@end