From fbd953a39708a01d6a06f75a0255524f09b3fc58 Mon Sep 17 00:00:00 2001 From: Tamar Milchtaich Lavi Date: Sun, 7 Jan 2024 11:40:22 +0200 Subject: [PATCH] FLAnimatedImage: import using angle-bracketed instead of double-quoted. To solve the warning "double-quoted include "FLAnimatedImageView.h" in framework header, expected angle-bracketed instead". --- FLAnimatedImage/include/FLAnimatedImage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FLAnimatedImage/include/FLAnimatedImage.h b/FLAnimatedImage/include/FLAnimatedImage.h index 0dd731c..95a672a 100644 --- a/FLAnimatedImage/include/FLAnimatedImage.h +++ b/FLAnimatedImage/include/FLAnimatedImage.h @@ -10,7 +10,7 @@ #import // Allow user classes conveniently just importing one header. -#import "FLAnimatedImageView.h" +#import #ifndef NS_DESIGNATED_INITIALIZER #if __has_attribute(objc_designated_initializer)