Skip to content

Commit

Permalink
Changed id to instancetype
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Oct 20, 2015
1 parent 807f1b9 commit 4f39335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking/AFSecurityPolicy.m
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ + (BOOL)supportsSecureCoding {
return YES;
}

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

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

0 comments on commit 4f39335

Please sign in to comment.