#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_PRESENTATION_PRESENTATION_MOJOM_BLINK_FORWARD_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_PRESENTATION_PRESENTATION_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace blink::mojom {
enum class ScreenAvailability : int32_t;
enum class PresentationConnectionState : int32_t;
enum class PresentationConnectionCloseReason : int32_t;
enum class PresentationErrorType : int32_t;
class PresentationConnectionInterfaceBase;
class PresentationServiceInterfaceBase;
class PresentationControllerInterfaceBase;
class PresentationReceiverInterfaceBase;
}
namespace blink::mojom::blink {
ScreenAvailability;
PresentationConnectionState;
PresentationConnectionCloseReason;
PresentationErrorType;
PresentationConnectionInterfaceBase;
PresentationServiceInterfaceBase;
PresentationControllerInterfaceBase;
PresentationReceiverInterfaceBase;
class PresentationInfo;
PresentationInfoPtr;
class PresentationError;
PresentationErrorPtr;
class PresentationConnectionResult;
PresentationConnectionResultPtr;
class PresentationConnectionMessage;
PresentationConnectionMessagePtr;
class PresentationConnection;
class PresentationService;
class PresentationController;
class PresentationReceiver;
}
#endif