Explorar o código

Typo fix: https://github.com/AFNetworking/AFNetworking/pull/2564/files#r25612538

Phil Tang %!s(int64=10) %!d(string=hai) anos
pai
achega
c0391a8ca1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AFNetworking/AFURLSessionManager.m

+ 1 - 1
AFNetworking/AFURLSessionManager.m

@@ -273,7 +273,7 @@ static inline void af_swizzleSelector(Class class, SEL originalSelector, SEL swi
 }
 
 static inline void af_addMethod(Class class, SEL selector, Method method) {
-    class_addMethod(class, @selector(af_resume),  method_getImplementation(method),  method_getTypeEncoding(method));
+    class_addMethod(class, selector,  method_getImplementation(method),  method_getTypeEncoding(method));
 }
 
 static NSString * const AFNSURLSessionTaskDidResumeNotification  = @"com.alamofire.networking.nsurlsessiontask.resume";