10 lines
253 B
Objective-C
10 lines
253 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import "AFHTTPRequestSerializer+OAuth2.h"
|
|
#import "AFOAuth2Manager.h"
|
|
#import "AFOAuthCredential.h"
|
|
|
|
FOUNDATION_EXPORT double AFOAuth2ManagerVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char AFOAuth2ManagerVersionString[];
|
|
|