// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Microsoft_Windows_AppNotifications_Builder_1_H #define WINRT_Microsoft_Windows_AppNotifications_Builder_1_H #include "winrt/impl/Microsoft.Windows.AppNotifications.Builder.0.h" WINRT_EXPORT namespace winrt::Microsoft::Windows::AppNotifications::Builder { struct WINRT_IMPL_EMPTY_BASES IAppNotificationBuilder : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationBuilder(std::nullptr_t = nullptr) noexcept {} IAppNotificationBuilder(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAppNotificationBuilderStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationBuilderStatics(std::nullptr_t = nullptr) noexcept {} IAppNotificationBuilderStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAppNotificationButton : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationButton(std::nullptr_t = nullptr) noexcept {} IAppNotificationButton(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAppNotificationButtonFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationButtonFactory(std::nullptr_t = nullptr) noexcept {} IAppNotificationButtonFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAppNotificationButtonStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationButtonStatics(std::nullptr_t = nullptr) noexcept {} IAppNotificationButtonStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAppNotificationComboBox : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationComboBox(std::nullptr_t = nullptr) noexcept {} IAppNotificationComboBox(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAppNotificationComboBoxFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationComboBoxFactory(std::nullptr_t = nullptr) noexcept {} IAppNotificationComboBoxFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAppNotificationProgressBar : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationProgressBar(std::nullptr_t = nullptr) noexcept {} IAppNotificationProgressBar(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAppNotificationTextProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAppNotificationTextProperties(std::nullptr_t = nullptr) noexcept {} IAppNotificationTextProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif