Skip to content

Commit 1f8f199

Browse files
authored
remove bad nullable label
1 parent aa5d498 commit 1f8f199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuthUI/FUIAuthBaseViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ typedef void (^FUIAuthAlertActionHandler)(void);
4545
/** @fn init
4646
@brief Please use @c initWithNibName:bundle:authUI:.
4747
*/
48-
- (nullable instancetype)init NS_UNAVAILABLE;
48+
- (instancetype)init NS_UNAVAILABLE;
4949

5050
/** @fn initWithStyle:
5151
@brief Please use @c initWithNibName:bundle:authUI:.

0 commit comments

Comments
 (0)