#ifndef COCOATWEET_AUTHENTICATION_PLAIN_H #define COCOATWEET_AUTHENTICATION_PLAIN_H #include namespace CocoaTweet::Authentication { class Plain : public AuthenticatorBase {}; } // namespace CocoaTweet::Authentication #endif