luxlabs header browser preview


@interface WFURLDetector : NSObject

+ (id)URLsInString:(id)a0 error:(id *)a1;
+ (BOOL)stringMatchesExactly:(id)a0;
+ (BOOL)stringContainsURLs:(id)a0;

@end