hank
2019-01-22 ab662912a378edb0878538b40a531434dbbe6792
frameworks/TwitterCore.framework/PrivateHeaders/TWTRAPIServiceConfig.h
@@ -15,10 +15,6 @@
 *
 */
/**
 This header is private to the Twitter Core SDK and not exposed for public SDK consumption
 */
@protocol TWTRAPIServiceConfig <NSObject>
@property (nonatomic, readonly, copy) NSString *apiHost;
@@ -32,6 +28,6 @@
@end
FOUNDATION_EXTERN NSURL *TWTRAPIURLWithPath(id<TWTRAPIServiceConfig> apiServiceConfig, NSString *path);
FOUNDATION_EXPORT NSURL *TWTRAPIURLWithPath(id<TWTRAPIServiceConfig> apiServiceConfig, NSString *path);
FOUNDATION_EXTERN NSURL *TWTRAPIURLWithParams(id<TWTRAPIServiceConfig> apiServiceConfig, NSString *path, NSDictionary *params);
FOUNDATION_EXPORT NSURL *TWTRAPIURLWithParams(id<TWTRAPIServiceConfig> apiServiceConfig, NSString *path, NSDictionary *params);