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