CocoaTweet
src
cocoatweet
api
interface
groupInterface.h
Go to the documentation of this file.
1
#ifndef COCOATWEET_API_INTERFACE_GROUPINTERFACE_H_
2
#define COCOATWEET_API_INTERFACE_GROUPINTERFACE_H_
3
4
#include <memory>
5
#include "
cocoatweet/oauth/oauth.h
"
6
7
namespace
CocoaTweet::API
{
8
class
groupInterface
{
9
protected
:
10
std::weak_ptr<CocoaTweet::OAuth::OAuth1>
oauth_
;
11
};
12
}
// namespace CocoaTweet::API
13
14
#endif
CocoaTweet::API::groupInterface
Definition:
groupInterface.h:8
CocoaTweet::API::groupInterface::oauth_
std::weak_ptr< CocoaTweet::OAuth::OAuth1 > oauth_
Definition:
groupInterface.h:10
CocoaTweet::API
Definition:
api.cc:3
oauth.h
Generated by
1.8.17