19 #ifndef LIB_QUENTIER_SYNCHRONIZATION_FORWARD_DECLARATIONS_H
20 #define LIB_QUENTIER_SYNCHRONIZATION_FORWARD_DECLARATIONS_H
26 class IAuthenticationManager;
29 using INoteStorePtr = std::shared_ptr<INoteStore>;
31 class ISyncStateStorage;
32 using ISyncStateStoragePtr = std::shared_ptr<ISyncStateStorage>;
35 using IUserStorePtr = std::shared_ptr<IUserStore>;
37 struct ISyncChunksDataCounters;
38 using ISyncChunksDataCountersPtr = std::shared_ptr<ISyncChunksDataCounters>;