14 lines
182 B
C
14 lines
182 B
C
|
//
|
||
|
// FastCATiledLayer.h
|
||
|
// NewsMemory
|
||
|
//
|
||
|
// Created by TecnaviaAppsIOSdev on 10/02/14.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <QuartzCore/QuartzCore.h>
|
||
|
|
||
|
@interface FastRCTiledLayer : CATiledLayer
|
||
|
|
||
|
@end
|