Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Changed id to instancetype
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Oct 21, 2015
1 parent 51b0192 commit f573fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking/AFSecurityPolicy.m
Expand Up @@ -322,7 +322,7 @@ + (BOOL)supportsSecureCoding {
return YES;
}

- (id)initWithCoder:(NSCoder *)decoder {
- (instancetype)initWithCoder:(NSCoder *)decoder {

self = [self init];
if (!self) {
Expand Down

0 comments on commit f573fdb

Please sign in to comment.