aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/WebPagePreview.hpp
blob: 8be497a5103c1714aebadfb8eca33cef013c97f4 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace dchat
{
    class WebPagePreview
    {
    public:
        virtual ~WebPagePreview() {}
    };
}