#if __has_include(<React/RCTViewManager.h>)
  #import <React/RCTViewManager.h>
#else
  #import "RCTViewManager.h"
#endif

NS_ASSUME_NONNULL_BEGIN

@interface LLWebViewManager : RCTViewManager

@end

@protocol LLCampaignUpdated

- (void)campaignUpdated;

@end

NS_ASSUME_NONNULL_END
