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 -2
View File
@@ -1,10 +1,10 @@
#ifndef COCOATWEET_API_FAVORITE_DESTROY_H_
#define COCOATWEET_API_FAVORITE_DESTROY_H_
#include <cocoatweet/api/interface/postInterface.h>
#include <cocoatweet/api/interface/httpPost.h>
namespace CocoaTweet::API::Favorites {
class Destroy : public CocoaTweet::API::Interface::postInterface {
class Destroy : public CocoaTweet::API::Interface::HttpPost {
public:
Destroy();
void id(const std::string& _id);