Files
Ash_AWord/Pods/DTFoundation/Core/Source/iOS/DTTiledLayerWithoutFade.h
T
2015-03-30 14:41:20 +08:00

18 lines
326 B
Objective-C

//
// DTTiledLayerWithoutFade.h
// DTRichTextEditor
//
// Created by Oliver Drobnik on 8/24/11.
// Copyright 2011 Cocoanetics. All rights reserved.
//
#import <QuartzCore/QuartzCore.h>
/**
Simple subclass of `CATiledLayer` that does not fade in drawn tiles.
*/
@interface DTTiledLayerWithoutFade : CATiledLayer
@end