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

moved import of AFAmazonS3ResponseSerializer.h #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AFAmazonS3Manager/AFAmazonS3Manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#import "AFHTTPRequestOperationManager.h"
#import "AFAmazonS3RequestSerializer.h"
#import "AFAmazonS3ResponseSerializer.h"

/**
AFAmazonS3Manager` is an `AFHTTPRequestOperationManager` subclass for interacting with the Amazon S3 webservice API (http://aws.amazon.com/s3/).
Expand Down