MPOAuth.h 553 B

1234567891011121314151617181920
  1. //
  2. // MPOAuth.h
  3. // MPOAuthConnection
  4. //
  5. // Created by Karl Adam on 08.12.13.
  6. // Copyright 2008 matrixPointer. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <MPOAuth/MPOAuthAPI.h>
  10. #import <MPOAuth/MPOAuthAPIRequestLoader.h>
  11. #import <MPOAuth/MPOAuthAuthenticationMethod.h>
  12. #import <MPOAuth/MPOAuthAuthenticationMethodOAuth.h>
  13. #import <MPOAuth/MPOAuthCredentialStore.h>
  14. #import <MPOAuth/MPOAuthParameterFactory.h>
  15. #import <MPOAuth/MPOAuthConnection.h>
  16. #import <MPOAuth/MPOAuthURLRequest.h>
  17. #import <MPOAuth/MPOAuthURLResponse.h>