1 //
2 //  KTPlaceholderMatrix
3 //  KTMatrix collection class cluster
4 //
5 //  KTMatrix class cluster initialisation subclass
6 //
7 //  Copyright (c) 2002 Chris Purcell. All rights reserved.
8 //
9 //  You may use this code for whatever purposes you wish.
10 //  This code comes with no warranties, implied or otherwise.
11 //  Using it may damage your data. It shouldn't, but save a copy first.
12 //  That's a good idea anyway, actually.
13 //
14 
15 #import "KTMatrix.h"
16 
17 @interface KTPlaceholderMatrix : KTMatrix { }
18 @end
19