We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1a39d commit b2f1b99Copy full SHA for b2f1b99
FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FIRRemoteConfig.h
@@ -181,6 +181,7 @@ NS_SWIFT_NAME(RemoteConfigSettings)
181
@property(nonatomic, assign) NSTimeInterval fetchTimeout;
182
@end
183
184
+NS_ASSUME_NONNULL_BEGIN
185
#pragma mark - FIRRemoteConfig
186
/// Firebase Remote Config class. The class method `remoteConfig()` can be used
187
/// to fetch, activate and read config results and set default config results on the default
@@ -377,3 +378,4 @@ typedef void (^FIRRemoteConfigUpdateCompletion)(FIRRemoteConfigUpdate *_Nullable
377
378
analytics:(nullable id<FIRAnalyticsInterop>)analytics;
379
380
381
+NS_ASSUME_NONNULL_END
0 commit comments