mirror of
https://github.com/wu736139669/ManagerDemo.git
synced 2026-08-05 05:55:42 +00:00
18 lines
326 B
Objective-C
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
|