21 lines
553 B
C
21 lines
553 B
C
|
//
|
||
|
// MPOAuth.h
|
||
|
// MPOAuthConnection
|
||
|
//
|
||
|
// Created by Karl Adam on 08.12.13.
|
||
|
// Copyright 2008 matrixPointer. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
|
||
|
#import <MPOAuth/MPOAuthAPI.h>
|
||
|
#import <MPOAuth/MPOAuthAPIRequestLoader.h>
|
||
|
#import <MPOAuth/MPOAuthAuthenticationMethod.h>
|
||
|
#import <MPOAuth/MPOAuthAuthenticationMethodOAuth.h>
|
||
|
#import <MPOAuth/MPOAuthCredentialStore.h>
|
||
|
#import <MPOAuth/MPOAuthParameterFactory.h>
|
||
|
#import <MPOAuth/MPOAuthConnection.h>
|
||
|
#import <MPOAuth/MPOAuthURLRequest.h>
|
||
|
#import <MPOAuth/MPOAuthURLResponse.h>
|