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