| | |
| | | * |
| | | */ |
| | | |
| | | /** |
| | | This header is private to the Twitter Core SDK and not exposed for public SDK consumption |
| | | */ |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | #import "TWTRScribeSerializable.h" |
| | | |
| | | FOUNDATION_EXTERN NSString *const TWTRScribeClientEventNamespaceEmptyValue; |
| | | FOUNDATION_EXPORT NSString *const TWTRScribeClientEventNamespaceEmptyValue; |
| | | |
| | | /** |
| | | * Model object for describing any client events at Twitter. |
| | |
| | | */ |
| | | @property (nonatomic, copy, readonly) NSString *action; |
| | | |
| | | - (instancetype)init NS_UNAVAILABLE; |
| | | - (instancetype)init __unavailable; |
| | | - (instancetype)initWithClient:(NSString *)client page:(NSString *)page section:(NSString *)section component:(NSString *)component element:(NSString *)element action:(NSString *)action __attribute__((nonnull)); |
| | | |
| | | #pragma mark - Errors |