Skip to content

Commit

Permalink
Fixed warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Jul 17, 2018
1 parent 99bd0bc commit fef43c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/BNCApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
@property (atomic, readonly) NSDictionary<NSString*, NSString*>*_Nonnull deviceKeyIdentityValueDictionary;

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

0 comments on commit fef43c2

Please sign in to comment.