Skip to content

Commit 097f142

Browse files
authored
[Firestore] Add Sendable annotation to VectorValue (#13483)
1 parent 7ecfa21 commit 097f142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firestore/Source/Public/FirebaseFirestore/FIRVectorValue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
2121
/**
2222
* Represents a vector type in Firestore documents.
2323
*/
24+
NS_SWIFT_SENDABLE
2425
NS_SWIFT_NAME(VectorValue)
2526
@interface FIRVectorValue : NSObject
2627

0 commit comments

Comments
 (0)