ANTLRCommonTreeAdaptorTest.h revision 324c4644fee44b9898524c09511bd33c3f12e2df
1//
2//  ANTLRCommonTreeAdaptorTest.h
3//  ANTLR
4//
5//  Created by Ian Michell on 10/06/2010.
6//  Copyright 2010 Ian Michell. All rights reserved.
7//
8
9#import <SenTestingKit/SenTestingKit.h>
10
11
12@interface ANTLRCommonTreeAdaptorTest : SenTestCase {
13
14}
15
16@end
17