Remove the import of umbrella header in the SDWebImageSwiftUI.h, we now use Swift exported module instead

This commit is contained in:
DreamPiggy 2020-04-14 22:06:42 +08:00
parent 301cace37b
commit 7c18cc0549
1 changed files with 0 additions and 3 deletions

View File

@ -13,6 +13,3 @@ FOUNDATION_EXPORT double SDWebImageSwiftUIVersionNumber;
//! Project version string for SDWebImageSwiftUI.
FOUNDATION_EXPORT const unsigned char SDWebImageSwiftUIVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <SDWebImageSwiftUI/PublicHeader.h>
#import <SDWebImage/SDWebImage.h>