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