summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/LVContents.h
diff options
context:
space:
mode:
Diffstat (limited to 'winrt/mupdf_cpp/LVContents.h')
-rw-r--r--winrt/mupdf_cpp/LVContents.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/winrt/mupdf_cpp/LVContents.h b/winrt/mupdf_cpp/LVContents.h
new file mode 100644
index 00000000..1ca4179c
--- /dev/null
+++ b/winrt/mupdf_cpp/LVContents.h
@@ -0,0 +1,12 @@
+#pragma once
+namespace ListViewContents {
+ [Windows::UI::Xaml::Data::Bindable]
+ public ref class LVContents sealed
+ {
+ public:
+ LVContents(void);
+ property Platform::String^ ContentItem;
+ property int Page;
+
+ };
+}