16 lines
219 B
C
16 lines
219 B
C
|
#pragma once
|
||
|
|
||
|
#include "App.xaml.g.h"
|
||
|
|
||
|
|
||
|
|
||
|
namespace winrt::VideoPlayer::implementation
|
||
|
{
|
||
|
struct App : AppT<App>
|
||
|
{
|
||
|
App() noexcept;
|
||
|
};
|
||
|
} // namespace winrt::VideoPlayer::implementation
|
||
|
|
||
|
|