File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN
3434API_UNAVAILABLE (macCatalyst)
3535@interface OIDExternalUserAgentIOS : NSObject<OIDExternalUserAgent>
3636
37- - (nullable instancetype )init API_AVAILABLE(ios(11 ))
37+ - (null_unspecified instancetype )init API_AVAILABLE(ios(11 ))
3838 __deprecated_msg(" This method will not work on iOS 13, use "
3939 " initWithPresentingViewController:presentingViewController" );
4040
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ @implementation OIDExternalUserAgentIOS {
5555#pragma clang diagnostic pop
5656}
5757
58- - (nullable instancetype )init {
58+ - (null_unspecified instancetype )init {
5959#pragma clang diagnostic push
6060#pragma clang diagnostic ignored "-Wnonnull"
6161 return [self initWithPresentingViewController: nil ];
You can’t perform that action at this time.
0 commit comments