Skip to content

Commit b7d1b50

Browse files
committed
Make Parse.+currentConfiguration nullable.
1 parent 0ca571b commit b7d1b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/Parse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN
9797
9898
@return The current configuration in use by the SDK. Returns nil if the SDK has not been initialized yet.
9999
*/
100-
+ (ParseClientConfiguration *)currentConfiguration;
100+
+ (nullable ParseClientConfiguration *)currentConfiguration;
101101

102102
/**
103103
The current application id that was used to configure Parse framework.

0 commit comments

Comments
 (0)