//
//  AppLovinMAXNativeAdViewManager.h
//  AppLovin MAX React Native Module
//
//  Copyright © 2022 AppLovin. All rights reserved.
//

#import <React/RCTViewManager.h>

NS_ASSUME_NONNULL_BEGIN

/**
 * A view manager for AppLovinMAXNativeAdView
 */
@interface AppLovinMAXNativeAdViewManager : RCTViewManager

@end

NS_ASSUME_NONNULL_END
