Skip to content

Commit ba47b0a

Browse files
committed
fix build warning
1 parent daf50a6 commit ba47b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseMessaging/Tests/UnitTests/FIRMessagingTestUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ typedef void (^MockDelegateSubscriptionHandler)(NSString *topic,
4242

4343
@property(nonatomic, assign) BOOL isReady;
4444
@property(nonatomic, copy) MockDelegateSubscriptionHandler subscriptionHandler;
45-
@property(nonatomic, copy) void (^updateHandler)(void);
45+
@property(nonatomic, copy, nullable) void (^updateHandler)(void);
4646

4747
@end
4848

0 commit comments

Comments
 (0)