10 lines
119 B
Objective-C
10 lines
119 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@class LSMatcher;
|
|
|
|
@protocol LSMatcheable <NSObject>
|
|
|
|
- (LSMatcher *)matcher;
|
|
|
|
@end
|