Skip to content

Commit fef43c2

Browse files
author
Edward Smith
committed
Fixed warning.
1 parent 99bd0bc commit fef43c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BNCApplication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
@property (atomic, readonly) NSDictionary<NSString*, NSString*>*_Nonnull deviceKeyIdentityValueDictionary;
5151

5252
/// The team identifier for the app.
53-
@property (atomic, readonly) NSString* teamID;
53+
@property (atomic, readonly) NSString*_Nullable teamID;
5454
@end

0 commit comments

Comments
 (0)