interfaceをチョットいじった
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user