| | |
| | | * |
| | | */ |
| | | |
| | | /** |
| | | This header is private to the Twitter Core SDK and not exposed for public SDK consumption |
| | | */ |
| | | |
| | | @class TFSScribe; |
| | | @class TWTRScribeEvent; |
| | | @class TWTRAPIClient; |
| | |
| | | @class TWTRGuestSession; |
| | | @class TWTRNetworkingPipeline; |
| | | @class TWTRSessionStore; |
| | | @class TWTRNetworking; |
| | | @class TwitterNetworking; |
| | | @protocol TWTRAuthSession; |
| | | @protocol TWTRAPIServiceConfig; |
| | | |
| | |
| | | |
| | | - (instancetype)initWithScribe:(TFSScribe *)scribe scribeAPIServiceConfig:(id<TWTRAPIServiceConfig>)APIserviceConfig; |
| | | |
| | | - (instancetype)init NS_UNAVAILABLE; |
| | | - (instancetype)init __unavailable; |
| | | |
| | | /** |
| | | This method must be called before the scribe attempts to enqueue any network requests. |