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