Skip to content

Commit 3d2b0ef

Browse files
committed
Update the comment
1 parent 265b58e commit 3d2b0ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Storage/FirebaseStorageUI/SDWebImageFirebaseLoader.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ - (instancetype)init {
3737
return self;
3838
}
3939

40-
#pragma mark - SDImageLoader
40+
#pragma mark - SDImageLoader Protocol
41+
4142
- (BOOL)canLoadWithURL:(NSURL *)url {
4243
return url.sd_storageReference;
4344
}

Storage/FirebaseStorageUI/UIImageView+FirebaseStorage.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ - (void)sd_setImageWithStorageReference:(FIRStorageReference *)storageRef
141141
}];
142142
}
143143

144-
#pragma mark - Getter
144+
#pragma mark - Accessors
145+
145146
- (FIRStorageDownloadTask *)sd_currentDownloadTask {
146147
SDWebImageCombinedOperation *operation = [self sd_imageLoadOperationForKey:NSStringFromClass(self.class)];
147148
if (operation) {

0 commit comments

Comments
 (0)