File was renamed from frameworks/TwitterCore.framework/PrivateHeaders/TWTRUserAPIClient.h |
| | |
| | | * |
| | | */ |
| | | |
| | | /** |
| | | This header is private to the Twitter Core SDK and not exposed for public SDK consumption |
| | | */ |
| | | #import "TwitterNetworking.h" |
| | | |
| | | #import "TWTRNetworking.h" |
| | | @interface TwitterUserAPIClient : TwitterNetworking |
| | | |
| | | @interface TWTRUserAPIClient : TWTRNetworking |
| | | |
| | | - (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig NS_UNAVAILABLE; |
| | | - (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig __unavailable; |
| | | - (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig authToken:(NSString *)authToken authTokenSecret:(NSString *)authTokenSecret; |
| | | |
| | | @end |