9 lines
154 B
C
9 lines
154 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import "LSMatcher.h"
|
||
|
|
||
|
@interface LSStringMatcher : LSMatcher
|
||
|
|
||
|
- (instancetype)initWithString:(NSString *)string;
|
||
|
|
||
|
@end
|