Fix warnings; both ‘WORequest’ may not respond to ‘-httpRequest’ and no ‘-parts’ method found.

pull/201/head
Patrice Levesque 2016-02-17 13:23:23 -05:00
parent 281062a1a1
commit fc9dde885b
1 changed files with 6 additions and 0 deletions

View File

@ -21,9 +21,15 @@
*/
#import <Foundation/NSValue.h>
#import <NGHttp/NGHttpRequest.h>
#import <NGObjWeb/NSException+HTTP.h>
#define COMPILING_NGOBJWEB 1 /* httpRequest is needed in
importAction */
#import <NGObjWeb/WORequest.h>
#undef COMPILING_NGOBJWEB
#import <NGObjWeb/WOResponse.h>
#import <NGMime/NGMimeMultipartBody.h>
#import <NGCards/iCalCalendar.h>