//
//  TBLRNTClassicUnit.h
//  TaboolaReactNativePlugin4x
//
//  Created by Daniel Frimet on 19/05/2025.
//

#import <Foundation/Foundation.h>
#import <TaboolaSDK/TaboolaSDK.h>

NS_ASSUME_NONNULL_BEGIN

@interface TBLRNTClassicUnit : TBLClassicUnit

/**
 * Controls the SDK click URL handling behavior.
 *
 * When `shouldTaboolaHandleOrganicClicks` is `true`:
 * - SDK automatically handles opening the click URL for non-organic content
 */
@property (nonatomic, assign) BOOL shouldTaboolaHandleOrganicClicks;

- (NSString *)getUnitHashCode;

@end

NS_ASSUME_NONNULL_END
