mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
14 lines
215 B
Objective-C
14 lines
215 B
Objective-C
//
|
|
// TVLPitchGrid.h
|
|
// TVLPitchGrid
|
|
//
|
|
// Created by Matthias Neeracher on 8/28/11.
|
|
// Copyright 2011 Matthias Neeracher
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface TVLPitchGrid : SenTestCase
|
|
|
|
@end
|