#import <Foundation/Foundation.h>

#import "AdinCubeNativeAdOptionsBuilder.h"

/*!
 @abstract Options to configure the native ads that will be loaded.
 */
@interface AdinCubeNativeAdOptions : NSObject

@property (readonly) NSUInteger nbAds;

@property (readonly) BOOL usesMediaViewForCover;

@property (readonly) BOOL usesIconViewForIcon;

+ (nonnull AdinCubeNativeAdOptionsBuilder*)newBuilder;

@end
