| | |
| | | * |
| | | */ |
| | | |
| | | /** |
| | | This header is private to the Twitter Core SDK and not exposed for public SDK consumption |
| | | */ |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | |
| | | FOUNDATION_EXTERN NSString *const TWTRCoreVersion; |
| | | FOUNDATION_EXTERN NSString *const TWTRCoreBundleID; |
| | | FOUNDATION_EXPORT NSString *const TWTRCoreVersion; |
| | | FOUNDATION_EXPORT NSString *const TWTRCoreBundleID; |
| | | |
| | | FOUNDATION_EXTERN NSString *const TWTRTwitterCoreVersion; |
| | | FOUNDATION_EXTERN NSString *const TWTRTwitterCoreBuildNumber; // a numeric value that identifies each build uniquely |
| | | FOUNDATION_EXPORT NSString *const TWTRTwitterCoreVersion; |
| | | FOUNDATION_EXPORT NSString *const TWTRTwitterCoreBuildNumber; // a numeric value that identifies each build uniquely |