FWAttributedLabelDelegate

@protocol FWAttributedLabelDelegate <NSObject>
- (void)attributedLabel:(FWAttributedLabel *)label clickedOnLink:(id)linkData;
@end

Undocumented