Skip to content

Commit d1bf7a4

Browse files
Added missing nullability identifier (#999)
1 parent b5bede4 commit d1bf7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Segment/Internal/SEGIntegrationsManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ NS_SWIFT_NAME(IntegrationsManager)
3636

3737
// @Deprecated - Exposing for backward API compat reasons only
3838
- (NSString *_Nonnull)getAnonymousId;
39-
- (void)saveAnonymousId:(NSString *)anonymousId;
39+
- (void)saveAnonymousId:(NSString *_Nonnull)anonymousId;
4040

4141
@end
4242

0 commit comments

Comments
 (0)