@@ -4,15 +4,16 @@
|
||||
#include "cocoatweet/api/status/status.h"
|
||||
#include "cocoatweet/oauth/oauth.h"
|
||||
|
||||
namespace CocoaTweet::API{
|
||||
class API{
|
||||
public:
|
||||
API(CocoaTweet::OAuth::Key _key);
|
||||
Statuses::Status status() const;
|
||||
private:
|
||||
Statuses::Status status_;
|
||||
std::shared_ptr<CocoaTweet::OAuth::OAuth1> oauth_;
|
||||
namespace CocoaTweet::API {
|
||||
class API {
|
||||
public:
|
||||
API(CocoaTweet::OAuth::Key _key);
|
||||
Statuses::Status status() const;
|
||||
|
||||
private:
|
||||
Statuses::Status status_;
|
||||
std::shared_ptr<CocoaTweet::OAuth::OAuth1> oauth_;
|
||||
};
|
||||
}
|
||||
} // namespace CocoaTweet::API
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user