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