20 lines
371 B
Objective-C
20 lines
371 B
Objective-C
//
|
|
// LuxADSSModeVC.h
|
|
// TallPaper
|
|
//
|
|
// Created by aaa on 2024/7/26.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#define kLuxADSSModeVC_Notification_AdInfo @"kLuxADSSModeVC_Notification_AdInfo"
|
|
#define kLuxADSSModeVC_Notification_ActionInfo @"kLuxADSSModeVC_Notification_ActionInfo"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface LuxADSSModeVC : UIViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|