Skip to content

Commit 6e67ebf

Browse files
authored
Fix nullability of attributionHtmlString (maplibre#3551)
1 parent 1e78e14 commit 6e67ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/darwin/src/MLNTileSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ MLN_EXPORT
211211
configuration URL, this is nil until the configuration JSON file
212212
is loaded.
213213
*/
214-
@property (nonatomic, copy, readonly) NSString *attributionHTMLString;
214+
@property (nonatomic, copy, nullable, readonly) NSString *attributionHTMLString;
215215

216216
@end
217217

0 commit comments

Comments
 (0)