Skip to content

Commit a8a2880

Browse files
committed
Fix the API_AVAILABLE syntax for enum
1 parent 8945bc3 commit a8a2880

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SDWebImageLinkPlugin/Classes/SDWebImageLinkError.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
FOUNDATION_EXPORT NSErrorDomain const SDWebImageLinkErrorDomain API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0));
1616

17-
API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0))
1817
typedef NS_ERROR_ENUM(SDWebImageLinkErrorDomain, SDWebImageLinkError) {
1918
/// Metadata have no any ImageProvider or IconProvider to query
2019
SDWebImageLinkErrorNoImageProvider = 10000,
21-
};
20+
} API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0));

0 commit comments

Comments
 (0)