Adding #import for Foundation to AFJSONRequestOperation

This commit is contained in:
Mattt Thompson 2011-09-21 15:34:08 -05:00
parent db4c852e3d
commit 6832cd0e16

View file

@ -20,6 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#import <Foundation/Foundation.h>
#import "AFHTTPRequestOperation.h"
@interface AFJSONRequestOperation : AFHTTPRequestOperation