FileCache.h 230 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 // // FileCache.h // Images // // Created by Joseph Gentle on 31/08/08. // Copyright 2008 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> #import "TileCache.h" @interface FileCache : TileCache { } @end