Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Fix statis analyzer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Dec 17, 2017
1 parent cd433a0 commit bef02ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Source/Core/Private/DFProgressiveImageDecoder.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ @interface DFProgressiveImageDecoder () <NSLocking>

@property (nonnull, nonatomic, readonly) id<DFImageDecoding> decoder;
@property (nonnull, nonatomic, readonly) NSOperationQueue *queue;
@property (nonnull, nonatomic, readonly) NSMutableData *data;
@property (nullable, nonatomic, readonly) NSMutableData *data;
@property (nonatomic) BOOL executing;
@property (nonatomic) BOOL decoding;
@property (nonatomic) uint64_t decodedByteCount;
Expand Down

0 comments on commit bef02ff

Please sign in to comment.