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