#import <Foundation/Foundation.h>

@interface AdinCubeUserConsentExternal : NSObject

- (void)setConsentWithIABString:(nonnull NSString*)iabString andNonIABVendorsAccepted:(nullable NSArray<NSString*>*)nonIABVendorsAccepted;

@end
