Skip to content

Commit b2f1b99

Browse files
committed
fix warnings
1 parent 0b1a39d commit b2f1b99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FIRRemoteConfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ NS_SWIFT_NAME(RemoteConfigSettings)
181181
@property(nonatomic, assign) NSTimeInterval fetchTimeout;
182182
@end
183183

184+
NS_ASSUME_NONNULL_BEGIN
184185
#pragma mark - FIRRemoteConfig
185186
/// Firebase Remote Config class. The class method `remoteConfig()` can be used
186187
/// to fetch, activate and read config results and set default config results on the default
@@ -377,3 +378,4 @@ typedef void (^FIRRemoteConfigUpdateCompletion)(FIRRemoteConfigUpdate *_Nullable
377378
analytics:(nullable id<FIRAnalyticsInterop>)analytics;
378379

379380
@end
381+
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)