Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Framework support
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbergeron committed Jun 11, 2015
1 parent fbe0deb commit 8635b7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion BDBOAuth1Manager/BDBOAuth1RequestOperationManager.h
Expand Up @@ -20,7 +20,8 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#import "AFHTTPRequestOperationManager.h"
#import <AFNetworking/AFHTTPRequestOperationManager.h>

#import "BDBOAuth1RequestSerializer.h"


Expand Down
2 changes: 1 addition & 1 deletion BDBOAuth1Manager/BDBOAuth1RequestSerializer.h
Expand Up @@ -20,7 +20,7 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#import "AFURLRequestSerialization.h"
#import <AFNetworking/AFURLRequestSerialization.h>


FOUNDATION_EXPORT NSString * const BDBOAuth1ErrorDomain;
Expand Down
3 changes: 2 additions & 1 deletion BDBOAuth1Manager/BDBOAuth1SessionManager.h
Expand Up @@ -20,7 +20,8 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#import "AFHTTPSessionManager.h"
#import <AFNetworking/AFHTTPSessionManager.h>

#import "BDBOAuth1RequestSerializer.h"

#if (defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000) || (defined(__MAC_OS_X_VERSION_MAX_ALLOWED) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 1090)
Expand Down

0 comments on commit 8635b7b

Please sign in to comment.