Translate_offine/HDwallpaper/LuxADManager/LuxADVCControl.h
2024-07-26 18:52:54 +08:00

17 lines
255 B
Objective-C

//
// LuxADVCControl.h
// TallPaper
//
// Created by aaa on 2024/7/26.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface LuxADVCControl : NSObject
+ (void)removeADVCByDelayTime:(NSInteger)delayTime;
@end
NS_ASSUME_NONNULL_END