﻿// C++/WinRT v1.0.180821.2

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#pragma once
#include "winrt/impl/Windows.Devices.Sensors.Custom.0.h"

WINRT_EXPORT namespace winrt::Windows::Devices::Sensors::Custom {

struct WINRT_EBO ICustomSensor :
    Windows::Foundation::IInspectable,
    impl::consume_t<ICustomSensor>
{
    ICustomSensor(std::nullptr_t = nullptr) noexcept {}
};

struct WINRT_EBO ICustomSensor2 :
    Windows::Foundation::IInspectable,
    impl::consume_t<ICustomSensor2>
{
    ICustomSensor2(std::nullptr_t = nullptr) noexcept {}
};

struct WINRT_EBO ICustomSensorReading :
    Windows::Foundation::IInspectable,
    impl::consume_t<ICustomSensorReading>
{
    ICustomSensorReading(std::nullptr_t = nullptr) noexcept {}
};

struct WINRT_EBO ICustomSensorReading2 :
    Windows::Foundation::IInspectable,
    impl::consume_t<ICustomSensorReading2>
{
    ICustomSensorReading2(std::nullptr_t = nullptr) noexcept {}
};

struct WINRT_EBO ICustomSensorReadingChangedEventArgs :
    Windows::Foundation::IInspectable,
    impl::consume_t<ICustomSensorReadingChangedEventArgs>
{
    ICustomSensorReadingChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
};

struct WINRT_EBO ICustomSensorStatics :
    Windows::Foundation::IInspectable,
    impl::consume_t<ICustomSensorStatics>
{
    ICustomSensorStatics(std::nullptr_t = nullptr) noexcept {}
};

}
