Adding #import for Foundation to AFJSONRequestOperation
This commit is contained in:
parent
db4c852e3d
commit
6832cd0e16
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue