#ifndef DEVICE_BLUETOOTH_PUBLIC_MOJOM_DEVICE_MOJOM_FORWARD_H_
#define DEVICE_BLUETOOTH_PUBLIC_MOJOM_DEVICE_MOJOM_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 bluetooth::mojom {
class RSSIWrapperDataView;
class DeviceInfoDataView;
class ServiceInfoDataView;
class CharacteristicInfoDataView;
class DescriptorInfoDataView;
enum class Property : int32_t;
enum class GattResult : int32_t;
class RSSIWrapper;
RSSIWrapperPtr;
class DeviceInfo;
DeviceInfoPtr;
class ServiceInfo;
ServiceInfoPtr;
class CharacteristicInfo;
CharacteristicInfoPtr;
class DescriptorInfo;
DescriptorInfoPtr;
class Device;
}
#endif