We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52407c commit 8407b3aCopy full SHA for 8407b3a
1 file changed
STNetTaskQueue/STNetTask.h
@@ -36,7 +36,7 @@ FOUNDATION_EXPORT NSString *const STNetTaskUnknownError;
36
37
@param task STNetTask The finished net task.
38
*/
39
-- (void)netTaskDidEnd:(STNetTask *)task;
+- (void)netTaskDidEnd:(__kindof STNetTask *)task;
40
41
@end
42
0 commit comments