Files
clients/FilterProcess/sinfluencerinteractorurlmaker.h
2017-08-08 12:20:01 +09:00

21 lines
513 B
C++

#ifndef SINFLUENCERINTERACTORURLMAKER_H
#define SINFLUENCERINTERACTORURLMAKER_H
#include <QString>
#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