


#import "SDWebImageCompat.h"

#if SD_MAC

#import "UIImage+Transform.h"

@interface NSBezierPath (SDRoundedCorners)



+ (nonnull instancetype)sd_bezierPathWithRoundedRect:(NSRect)rect byRoundingCorners:(SDRectCorner)corners cornerRadius:(CGFloat)cornerRadius;

@end

#endif
