8 lines
128 B
C
8 lines
128 B
C
|
#import "LSMatcher.h"
|
||
|
|
||
|
@interface LSRegexMatcher : LSMatcher
|
||
|
|
||
|
- (instancetype)initWithRegex:(NSRegularExpression *)regex;
|
||
|
|
||
|
@end
|