hank
2018-08-30 7be7ad711909f384c4a9bc0a7f2991a50ae69049
frameworks/TwitterCore.framework/PrivateHeaders/TWTRSessionRefreshStrategy.h
@@ -15,10 +15,6 @@
 *
 */
/**
 This header is private to the Twitter Core SDK and not exposed for public SDK consumption
 */
@class TWTRAuthConfig;
@protocol TWTRAPIServiceConfig;
@protocol TWTRBaseSession;
@@ -90,7 +86,7 @@
 *  @return Initialized strategy that can refresh guest sessions of the given application
 */
- (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig APIServiceConfig:(id<TWTRAPIServiceConfig>)APIServiceConfig;
- (instancetype)init NS_UNAVAILABLE;
- (instancetype)init __unavailable;
@end