#ifndef COCOATWEET_API_GROUPINTERFACE_H_ #define COCOATWEET_API_GROUPINTERFACE_H_ #include #include "cocoatweet/oauth/oauth.h" namespace CocoaTweet::API { class groupInterface { protected: std::weak_ptr oauth_; }; } // namespace CocoaTweet::API #endif