Changing class method(+) to object method(-), because respective code was not working.

This commit is contained in:
Khan, Arshad 2018-02-13 18:20:04 +05:30
parent 4582a45bfe
commit bf67737a30

View File

@ -33,6 +33,6 @@
- (NSTimeInterval)timeOutIntervalForRequest:(nullable MVMCoreRequestParameters *)request;
// Can return an error object.
+ (nonnull MVMCoreErrorObject *)createErrorObjectForRequestNSError:(nonnull NSError *)error forRequest:(nonnull NSURLRequest *)request location:(nullable NSString *)locationForError;
- (nonnull MVMCoreErrorObject *)createErrorObjectForRequestNSError:(nonnull NSError *)error forRequest:(nonnull NSURLRequest *)request location:(nullable NSString *)locationForError;
@end