17 lines
255 B
Objective-C
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
|