Day_Count_Memory_Days/anniversary_Project/LuxADManager/LuxADVCControl.h
2024-08-02 17:05:05 +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