#ifndef SERVICES_SHAPE_DETECTION_PUBLIC_MOJOM_BARCODEDETECTION_MOJOM_BLINK_FORWARD_H_
#define SERVICES_SHAPE_DETECTION_PUBLIC_MOJOM_BARCODEDETECTION_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 shape_detection::mojom {
enum class BarcodeFormat : int32_t;
class BarcodeDetectionInterfaceBase;
}
namespace shape_detection::mojom::blink {
BarcodeFormat;
BarcodeDetectionInterfaceBase;
class BarcodeDetectionResult;
BarcodeDetectionResultPtr;
class BarcodeDetection;
}
#endif