Skip to content

Commit e733270

Browse files
committed
Change numberValue to be nonnull
1 parent fa9c24a commit e733270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FIRRemoteConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ NS_SWIFT_NAME(RemoteConfigValue)
109109
/// Gets the value as a string.
110110
@property(nonatomic, readonly, nullable) NSString *stringValue;
111111
/// Gets the value as a number value.
112-
@property(nonatomic, readonly, nullable) NSNumber *numberValue;
112+
@property(nonatomic, readonly, nonnull) NSNumber *numberValue;
113113
/// Gets the value as a NSData object.
114114
@property(nonatomic, readonly, nonnull) NSData *dataValue;
115115
/// Gets the value as a boolean.

0 commit comments

Comments
 (0)