interfaceをチョットいじった

This commit is contained in:
keita
2021-02-21 22:51:15 +09:00
parent 788eda9d4a
commit 255536209c
10 changed files with 21 additions and 21 deletions
+2 -3
View File
@@ -2,12 +2,11 @@
#define COCOATWEET_API_STATUSES_UPDATE_H_
#include <memory>
#include "cocoatweet/api/interface/postInterface.h"
#include "cocoatweet/api/interface/httpPost.h"
//#include "cocoatweet/oauth/oauth.h"
namespace CocoaTweet::API::Statuses {
class Update : public CocoaTweet::API::Interface::postInterface {
class Update : public CocoaTweet::API::Interface::HttpPost {
public:
Update();
void status(const std::string _status);