Skip to content

Commit 23fdd85

Browse files
committed
Merge pull request #858 from ParsePlatform/nlutsenko.nullable
Make Parse.+currentConfiguration nullable.
2 parents 0ca571b + b7d1b50 commit 23fdd85

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)