mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
86 lines
4.5 KiB
C++
86 lines
4.5 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT
|
|
// v2.0.250303.1
|
|
|
|
#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> {
|
|
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> {
|
|
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> {
|
|
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> {
|
|
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> {
|
|
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> {
|
|
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> {
|
|
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> {
|
|
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> {
|
|
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
|