Skip to content

Commit

Permalink
Added __kindof keyword in STNetTaskDelegate-netTaskDidEnd:
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lyn committed Feb 7, 2016
1 parent d52407c commit 8407b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STNetTaskQueue/STNetTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FOUNDATION_EXPORT NSString *const STNetTaskUnknownError;
@param task STNetTask The finished net task.
*/
- (void)netTaskDidEnd:(STNetTask *)task;
- (void)netTaskDidEnd:(__kindof STNetTask *)task;

@end

Expand Down

0 comments on commit 8407b3a

Please sign in to comment.