#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_APP_BANNER_APP_BANNER_MOJOM_BLINK_FORWARD_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_APP_BANNER_APP_BANNER_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
namespace blink::mojom {
enum class AppBannerPromptReply : int32_t;
class AppBannerControllerInterfaceBase;
class AppBannerEventInterfaceBase;
class AppBannerServiceInterfaceBase;
}
namespace blink::mojom::blink {
AppBannerPromptReply;
AppBannerControllerInterfaceBase;
AppBannerEventInterfaceBase;
AppBannerServiceInterfaceBase;
class AppBannerController;
class AppBannerEvent;
class AppBannerService;
}
#endif