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