Merge pull request #3379 from amonshiz/patch-1

Fix pragma mark typo
This commit is contained in:
DreamPiggy 2022-07-23 16:39:13 +08:00 committed by GitHub
commit b88d576f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ static NSString * const SDAlternateImageOperationKey = @"NSButtonAlternateImageO
[self sd_cancelImageLoadOperationWithKey:SDAlternateImageOperationKey];
}
#pragma mar - Private
#pragma mark - Private
- (NSURL *)sd_currentImageURL {
return objc_getAssociatedObject(self, @selector(sd_currentImageURL));