Files
ManagerDemo/Pods/DTFoundation/Core/Source/iOS/DTTiledLayerWithoutFade.m
T
2014-08-08 13:27:54 +08:00

19 lines
286 B
Objective-C

//
// DTTiledLayerWithoutFade.m
// DTRichTextEditor
//
// Created by Oliver Drobnik on 8/24/11.
// Copyright 2011 Cocoanetics. All rights reserved.
//
#import "DTTiledLayerWithoutFade.h"
@implementation DTTiledLayerWithoutFade
+ (CFTimeInterval)fadeDuration
{
return 0;
}
@end