Translate_offine/HDwallpaper/LuxADManager/AppDelegate+LuxAppDelegate.h
2024-07-30 13:54:32 +08:00

21 lines
342 B
Objective-C

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