VisionWallPaperOffline_Chec.../HDwallpaper/LuxADManager/LuxADSuperVC.h
2024-08-19 16:38:26 +08:00

18 lines
239 B
Objective-C

//
// LuxADSuperVC.h
// TallPaper
//
// Created by aaa on 2024/7/26.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface LuxADSuperVC : UIViewController
@property (nonatomic) NSInteger adIndex;
@end
NS_ASSUME_NONNULL_END