VocalEasel/Tests/TVLXML/TVLXML.h
2011-09-02 17:04:18 +02:00

15 lines
264 B
Objective-C

//
// TVLXML.h
// TVLXML
//
// Created by Matthias Neeracher on 9/2/11.
// Copyright 2011 Apple Computer. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface TVLXML : SenTestCase <NSXMLParserDelegate> {
NSDictionary * dtds;
}
@end