frameworks/TwitterCore.framework/PrivateHeaders/TWTRAppAuthProvider.h
@@ -15,10 +15,6 @@ * */ /** This header is private to the Twitter Core SDK and not exposed for public SDK consumption */ #import "TWTRAuthenticationProvider.h" @class TWTRAuthConfig; @@ -26,7 +22,7 @@ @interface TWTRAppAuthProvider : TWTRAuthenticationProvider - (instancetype)init NS_UNAVAILABLE; - (instancetype)init __unavailable; - (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig apiServiceConfig:(id<TWTRAPIServiceConfig>)apiServiceConfig;