TWTRTweetEntity Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCoding NSCopying TWTRJSONConvertible |
Declared in | TWTRTweetEntity.h |
startIndex
The start index of the entity in code points.
@property (nonatomic, readonly) NSInteger startIndex
Declared In
TWTRTweetEntity.h
endIndex
The end index of the entity in code points.
@property (nonatomic, readonly) NSInteger endIndex
Declared In
TWTRTweetEntity.h
– initWithStartIndex:endIndex:
Initializes the receiver with the given start index and end index.
- (instancetype)initWithStartIndex:(NSInteger)startIndex endIndex:(NSInteger)endIndex
Declared In
TWTRTweetEntity.h
– accessibilityValue
Subclasses should override this method to provide an accessibility value which can be used inside of Tweets.
- (NSString *)accessibilityValue
Declared In
TWTRTweetEntity.h