|
11 | 11 | #import <Foundation/Foundation.h>
|
12 | 12 |
|
13 | 13 | // constants and logging
|
14 |
| -#import "BoxSDKConstants.h" |
15 |
| -#import "BoxLog.h" |
16 |
| -#import "BoxSDKErrors.h" |
| 14 | +#import <BoxSDK/BoxSDKConstants.h> |
| 15 | +#import <BoxSDK/BoxLog.h> |
| 16 | +#import <BoxSDK/BoxSDKErrors.h> |
17 | 17 |
|
18 | 18 | // OAuth2
|
19 |
| -#import "BoxAuthorizationViewController.h" |
20 |
| -#import "BoxOAuth2Session.h" |
21 |
| -#import "BoxSerialOAuth2Session.h" |
22 |
| -#import "BoxParallelOAuth2Session.h" |
| 19 | +#import <BoxSDK/BoxAuthorizationViewController.h> |
| 20 | +#import <BoxSDK/BoxOAuth2Session.h> |
| 21 | +#import <BoxSDK/BoxSerialOAuth2Session.h> |
| 22 | +#import <BoxSDK/BoxParallelOAuth2Session.h> |
23 | 23 |
|
24 | 24 | // API Operation queues
|
25 |
| -#import "BoxAPIQueueManager.h" |
26 |
| -#import "BoxSerialAPIQueueManager.h" |
27 |
| -#import "BoxParallelAPIQueueManager.h" |
| 25 | +#import <BoxSDK/BoxAPIQueueManager.h> |
| 26 | +#import <BoxSDK/BoxSerialAPIQueueManager.h> |
| 27 | +#import <BoxSDK/BoxParallelAPIQueueManager.h> |
28 | 28 |
|
29 | 29 | // API Operations
|
30 |
| -#import "BoxAPIOperation.h" |
31 |
| -#import "BoxAPIOAuth2ToJSONOperation.h" |
32 |
| -#import "BoxAPIAuthenticatedOperation.h" |
33 |
| -#import "BoxAPIJSONOperation.h" |
34 |
| -#import "BoxAPIMultipartToJSONOperation.h" |
35 |
| -#import "BoxAPIDataOperation.h" |
| 30 | +#import <BoxSDK/BoxAPIOperation.h> |
| 31 | +#import <BoxSDK/BoxAPIOAuth2ToJSONOperation.h> |
| 32 | +#import <BoxSDK/BoxAPIAuthenticatedOperation.h> |
| 33 | +#import <BoxSDK/BoxAPIJSONOperation.h> |
| 34 | +#import <BoxSDK/BoxAPIMultipartToJSONOperation.h> |
| 35 | +#import <BoxSDK/BoxAPIDataOperation.h> |
36 | 36 |
|
37 | 37 | // Request building
|
38 |
| -#import "BoxAPIRequestBuilder.h" |
39 |
| -#import "BoxFilesRequestBuilder.h" |
40 |
| -#import "BoxFoldersRequestBuilder.h" |
41 |
| -#import "BoxSharedObjectBuilder.h" |
| 38 | +#import <BoxSDK/BoxAPIRequestBuilder.h> |
| 39 | +#import <BoxSDK/BoxFilesRequestBuilder.h> |
| 40 | +#import <BoxSDK/BoxFoldersRequestBuilder.h> |
| 41 | +#import <BoxSDK/BoxSharedObjectBuilder.h> |
42 | 42 |
|
43 | 43 | // API Resource Managers
|
44 |
| -#import "BoxAPIResourceManager.h" |
45 |
| -#import "BoxFilesResourceManager.h" |
46 |
| -#import "BoxFoldersResourceManager.h" |
| 44 | +#import <BoxSDK/BoxAPIResourceManager.h> |
| 45 | +#import <BoxSDK/BoxFilesResourceManager.h> |
| 46 | +#import <BoxSDK/BoxFoldersResourceManager.h> |
47 | 47 |
|
48 | 48 | // API models
|
49 |
| -#import "BoxModel.h" |
50 |
| -#import "BoxModelComparators.h" |
51 |
| -#import "BoxCollection.h" |
52 |
| -#import "BoxItem.h" |
53 |
| -#import "BoxFile.h" |
54 |
| -#import "BoxFolder.h" |
55 |
| -#import "BoxUser.h" |
56 |
| -#import "BoxWebLink.h" |
| 49 | +#import <BoxSDK/BoxModel.h> |
| 50 | +#import <BoxSDK/BoxModelComparators.h> |
| 51 | +#import <BoxSDK/BoxCollection.h> |
| 52 | +#import <BoxSDK/BoxItem.h> |
| 53 | +#import <BoxSDK/BoxFile.h> |
| 54 | +#import <BoxSDK/BoxFolder.h> |
| 55 | +#import <BoxSDK/BoxUser.h> |
| 56 | +#import <BoxSDK/BoxWebLink.h> |
57 | 57 |
|
58 | 58 | // Folder Picker
|
59 |
| -#import "BoxFolderPickerHelper.h" |
60 |
| -#import "BoxFolderPickerTableViewController.h" |
61 |
| -#import "BoxFolderPickerViewController.h" |
62 |
| -#import "BoxFolderPickerNavigationController.h" |
| 59 | +#import <BoxSDK/BoxFolderPickerHelper.h> |
| 60 | +#import <BoxSDK/BoxFolderPickerTableViewController.h> |
| 61 | +#import <BoxSDK/BoxFolderPickerViewController.h> |
| 62 | +#import <BoxSDK/BoxFolderPickerNavigationController.h> |
63 | 63 |
|
64 | 64 |
|
65 | 65 | extern NSString *const BoxAPIBaseURL;
|
|
0 commit comments