10 lines
119 B
C
Raw Normal View History

#import <Foundation/Foundation.h>
@class LSMatcher;
@protocol LSMatcheable <NSObject>
- (LSMatcher *)matcher;
@end