mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
15 lines
264 B
C
15 lines
264 B
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
|