forked from iridia/IRWebAPIKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIRWebAPIKit.h
More file actions
44 lines (29 loc) · 985 Bytes
/
IRWebAPIKit.h
File metadata and controls
44 lines (29 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//
// IRWebAPIKit.h
// IRWebAPIKit
//
// Created by Evadne Wu on 11/19/10.
// Copyright 2010 Iridia Productions. All rights reserved.
//
#import "IRWebAPIKitDefines.h"
#import "IRWebAPIResponseParser.h"
#import "IRWebAPIKitEntityDefines.h"
#import "IRWebAPIHelpers.h"
#import "IRWebAPIEngine.h"
#import "IRWebAPIEngineContext.h"
#import "IRWebAPIEngine+OperationFiring.h"
#import "IRWebAPIEngine+FormMultipart.h"
#import "IRWebAPIEngine+FormURLEncoding.h"
#import "IRWebAPIEngine+LocalCaching.h"
#import "IRWebAPIAuthenticator.h"
#import "IRWebAPICredentials.h"
#import "IRWebAPIInterface.h"
#import "IRWebAPIInterfaceAuthenticating.h"
#import "IRWebAPIInterfaceXOAuthAuthenticating.h"
#import "IRWebAPIInterfaceOAuthEchoReliance.h"
#import "IRWebAPIInterfaceURLShortening.h"
#import "IRWebAPIXOAuthAuthenticator.h"
#import "IRWebAPIImageStorageProvider.h"
#import "IRRemoteResourcesManager.h"
#import "IRWebAPIRequestContext.h"
#import "IRWebAPIRequestOperation.h"