TWTRTweetUrlEntity Class Reference
Inherits from | TWTRTweetEntity : NSObject |
---|---|
Conforms to | NSCoding TWTRJSONConvertible |
Declared in | TWTRTweetUrlEntity.h |
displayUrl
The URL to display. This property may be truncated and may not be a valid URL.
@property (nonatomic, copy, readonly) NSString *displayUrl
Declared In
TWTRTweetUrlEntity.h
expandedUrl
The expanded URL. This property will be a valid URL.
@property (nonatomic, copy, readonly) NSString *expandedUrl
Declared In
TWTRTweetUrlEntity.h
url
The t.co link which will redirect to the original URL.
@property (nonatomic, copy, readonly) NSString *url
Declared In
TWTRTweetUrlEntity.h