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
2013-04-17 07:36:20 -0700
Commit
308570af2b87686c49a29b045d83988231a532b2
2 parents
9f4e6915
0b529151
Merge pull request #362 from 0xced/patch-1
Fix completionBlock setter semantics
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SDWebImage/SDWebImagePrefetcher.m
SDWebImage/SDWebImagePrefetcher.m
View file @
308570a
...
...
@@ -17,7 +17,7 @@
@property
(
assign
,
nonatomic
)
NSUInteger
skippedCount
;
@property
(
assign
,
nonatomic
)
NSUInteger
finishedCount
;
@property
(
assign
,
nonatomic
)
NSTimeInterval
startedTime
;
@property
(
SDDispatchQueueSetterSementics
,
nonatomic
)
void
(
^
completionBlock
)(
NSUInteger
,
NSUInteger
);
@property
(
copy
,
nonatomic
)
void
(
^
completionBlock
)(
NSUInteger
,
NSUInteger
);
@end
...
...
Please
register
or
login
to post a comment