9 #import <Foundation/Foundation.h>
13 @property (nonatomic, assign, readonly) BOOL isGDPRScope;
14 @property (nonatomic, strong, readonly) NSDictionary* consentStrings;
32 - (instancetype) initWithGDPRScope:(BOOL)isGDPRScope andConsentStrings:(NSDictionary*)consentStrings
33 NS_SWIFT_NAME(init(isGDPRScope:consentString:));