FWAttributedLabelURL

@interface FWAttributedLabelURL : NSObject

@property (nonatomic,strong)          id      linkData;
@property (nonatomic,assign)          NSRange range;
@property (nonatomic,strong,nullable) UIColor *color;

+ (FWAttributedLabelURL *)urlWithLinkData:(id)linkData
                                    range:(NSRange)range
                                    color:(nullable UIColor *)color;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) id linkData
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) NSRange range
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) UIColor *color
  • Undocumented

    Declaration

    Objective-C

    + (FWAttributedLabelURL *)urlWithLinkData:(id)linkData
                                        range:(NSRange)range
                                        color:(nullable UIColor *)color;