interface.(h|cc)をpost用のinterfaceに

This commit is contained in:
keita
2021-02-17 10:36:29 +09:00
parent 3863349826
commit a4df859af9
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
#include <memory>
#include "cocoatweet/api/interface/interface.h"
#include "cocoatweet/api/interface/postInterface.h"
//#include "cocoatweet/oauth/oauth.h"
namespace CocoaTweet::API::Statuses {
class Update : public Interface {
class Update : public CocoaTweet::API::Interface::postInterface {
public:
Update();
void status(const std::string _status);