VocalEasel/Tests/TVLXML/TVLXML.h

15 lines
264 B
C
Raw Permalink Normal View History

2011-09-02 15:03:37 +00:00
//
// 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