Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Olivier Poitrey
2014-06-03 14:26:08 -0700
Commit
542d930f109d7de7e5d14ef1710f85ffa87e4ff8
2 parents
a83f4402
5f239c07
Merge pull request #742 from openresearch/master
Fix getter names. Fixes commit:
097b502e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SDWebImage/SDWebImageDownloaderOperation.m
SDWebImage/SDWebImageDownloaderOperation.m
View file @
542d930
...
...
@@ -176,7 +176,7 @@
[
self
didChangeValueForKey
:
@"isFinished"
];
}
-
(
BOOL
)
f
inished
-
(
BOOL
)
isF
inished
{
return
_finished
;
}
...
...
@@ -187,7 +187,7 @@
[
self
didChangeValueForKey
:
@"isExecuting"
];
}
-
(
BOOL
)
e
xecuting
-
(
BOOL
)
isE
xecuting
{
return
_executing
;
}
...
...
Please
register
or
login
to post a comment