From fef43c22142e2ba3d1181c32287db2a8464ab2c3 Mon Sep 17 00:00:00 2001 From: Edward Smith Date: Tue, 17 Jul 2018 12:49:14 -0700 Subject: [PATCH] Fixed warning. --- Branch-SDK/Branch-SDK/BNCApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Branch-SDK/Branch-SDK/BNCApplication.h b/Branch-SDK/Branch-SDK/BNCApplication.h index 50c682c21..52f88e847 100644 --- a/Branch-SDK/Branch-SDK/BNCApplication.h +++ b/Branch-SDK/Branch-SDK/BNCApplication.h @@ -50,5 +50,5 @@ @property (atomic, readonly) NSDictionary*_Nonnull deviceKeyIdentityValueDictionary; /// The team identifier for the app. -@property (atomic, readonly) NSString* teamID; +@property (atomic, readonly) NSString*_Nullable teamID; @end