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