//
//  TBLRNTUtils.h
//  TaboolaReactNativePlugin4x
//
//  Created by Daniel Frimet on 14/05/2025.
//

#import <Foundation/Foundation.h>
@class TBLRNTClassicPage;

NS_ASSUME_NONNULL_BEGIN

@interface TBLRNTUtils : NSObject

+ (NSString *)generateHashStringForObject:(id)object;
+ (TBLRNTClassicPage * _Nullable)getClassicPageForPageId:(NSString *)pageId;

@end

NS_ASSUME_NONNULL_END
