26 using IConverterPtr = std::shared_ptr<IConverter>;
28 class IDecryptedTextCache;
29 using IDecryptedTextCachePtr = std::shared_ptr<IDecryptedTextCache>;
31 class IENMLTagsConverter;
32 using IENMLTagsConverterPtr = std::shared_ptr<IENMLTagsConverter>;
35 using IHtmlDataPtr = std::shared_ptr<IHtmlData>;