Skip to content

Commit 3345bcf

Browse files
authored
Mark +new as unavailable. (#18)
1 parent fe0b676 commit 3345bcf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

GoogleSignIn/Sources/Public/GoogleSignIn/GIDConfiguration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ NS_ASSUME_NONNULL_BEGIN
3737
/// Identifier in the OpenID Connect ID token.
3838
@property(nonatomic, readonly, nullable) NSString *openIDRealm;
3939

40+
/// Unavailable. Please use `initWithClientID:` or one of the other initializers below.
41+
/// :nodoc:
42+
+ (instancetype)new NS_UNAVAILABLE;
43+
4044
/// Unavailable. Please use `initWithClientID:` or one of the other initializers below.
4145
/// :nodoc:
4246
- (instancetype)init NS_UNAVAILABLE;

0 commit comments

Comments
 (0)