7 lines
125 B
Objective-C
7 lines
125 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "LSMatcheable.h"
|
|
|
|
@interface NSRegularExpression (Matcheable) <LSMatcheable>
|
|
|
|
@end
|