]> git.saurik.com Git - iphone-api.git/blame - UIKit/ASearch.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / ASearch.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <UIKit/ShiftMatcher.h>
8
9@interface ASearch : ShiftMatcher
10{
11 int _mismatch;
12 unsigned int _epsilon;
13 unsigned int _acceptpat;
14 unsigned int _shiftpat[256];
15 unsigned int _pluspat[256];
16}
17
18- (id)initWithPattern:(char *)fp8 withAmbiguity:(int)fp12;
19- (int)match:(char *)fp8;
20
21@end
22