FWAttributedLabelCustomURLDetector

@protocol FWAttributedLabelCustomURLDetector <NSObject>
- (void)detectLinks:(nullable NSString *)plainText completion:(FWAttributedLinkDetectCompletion)completion;
@end

Undocumented