xóýblob 515 //
//  WindMillAdViewActionConfiguration.h
//  WindMillSDK
//
//  Created by happyelements on 2025/12/1.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface WindMillAdViewActionConfiguration : NSObject

/// control whether the view needs to add click event. Default is YES.
@property (nonatomic, assign) BOOL isClickable;
/// control whether the view needs to add slide event. Default is YES.
@property (nonatomic, assign) BOOL isSlidable;

- (instancetype)init;

@end

NS_ASSUME_NONNULL_END
Eþ­‡