@@ -4,11 +4,11 @@
|
||||
#include <memory>
|
||||
#include "cocoatweet/oauth/oauth.h"
|
||||
|
||||
namespace CocoaTweet::API{
|
||||
class groupInterface{
|
||||
namespace CocoaTweet::API {
|
||||
class groupInterface {
|
||||
protected:
|
||||
std::weak_ptr<CocoaTweet::OAuth::OAuth1> oauth_;
|
||||
std::weak_ptr<CocoaTweet::OAuth::OAuth1> oauth_;
|
||||
};
|
||||
}
|
||||
} // namespace CocoaTweet::API
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user