#ifndef SINFLUENCERINTERACTORURLMAKER_H #define SINFLUENCERINTERACTORURLMAKER_H #include #include "sdatagroup.h" class SInfluencerInteractorUrlMaker { public: static QString makeInfluencerInteractorUrl(const SDatagroup::stReply& _interactorReply); private: static const QString m_strNaverBlogBaseUrl; static const QString m_strInstagramBaseUrl; static const QString m_strKakaoBaseUrl; static const QString m_strFacebookBaseUrl; }; #endif // SINFLUENCERINTERACTORURLMAKER_H