TWTRSETweetAttachmentURL Class Reference

Inherits from NSObject
Conforms to TWTRSETweetAttachment
Declared in TWTRSETweetAttachment.h

  title

@property (nonatomic, readonly, copy, nullable) NSString *title

  URL

@property (nonatomic, readonly, copy) NSURL *URL

  previewImage

@property (nonatomic, readonly, copy, nullable) UIImage *previewImage

– initWithTitle:URL:previewImage:

- (instancetype)initWithTitle:(nullable NSString *)title URL:(NSURL *)url previewImage:(nullable UIImage *)previewImage