// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Globalization_PhoneNumberFormatting_1_H #define WINRT_Windows_Globalization_PhoneNumberFormatting_1_H #include "winrt/impl/Windows.Globalization.PhoneNumberFormatting.0.h" WINRT_EXPORT namespace winrt::Windows::Globalization::PhoneNumberFormatting { struct WINRT_IMPL_EMPTY_BASES IPhoneNumberFormatter : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPhoneNumberFormatter(std::nullptr_t = nullptr) noexcept {} IPhoneNumberFormatter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPhoneNumberFormatterStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPhoneNumberFormatterStatics(std::nullptr_t = nullptr) noexcept {} IPhoneNumberFormatterStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPhoneNumberInfo : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPhoneNumberInfo(std::nullptr_t = nullptr) noexcept {} IPhoneNumberInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPhoneNumberInfoFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPhoneNumberInfoFactory(std::nullptr_t = nullptr) noexcept {} IPhoneNumberInfoFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPhoneNumberInfoStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPhoneNumberInfoStatics(std::nullptr_t = nullptr) noexcept {} IPhoneNumberInfoStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif