// // AppDelegate+LuxAppDelegate.h // TallPaper // // Created by aaa on 2024/7/30. // #import "LuxADManager.h" NS_ASSUME_NONNULL_BEGIN @interface LuxADConfigure:NSObject + (instancetype)shareInstance; //检查idfa的att弹框 - (void)checkATT; #pragma mark -------配置firebase - (void)configureADByFirebaseWith:(UIWindow *)window; @end NS_ASSUME_NONNULL_END