From 51774a1cb15eb5cdcb1d0026be110bbb51c910cc Mon Sep 17 00:00:00 2001 From: Brandon Withrow Date: Wed, 18 Jan 2017 10:04:31 -0800 Subject: [PATCH] Code Cleanup --- Lottie/Lottie/LAShapeTransform.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lottie/Lottie/LAShapeTransform.h b/Lottie/Lottie/LAShapeTransform.h index e85c538abe..2d13b62bdf 100644 --- a/Lottie/Lottie/LAShapeTransform.h +++ b/Lottie/Lottie/LAShapeTransform.h @@ -17,8 +17,6 @@ + (instancetype)transformIdentityWithCompBounds:(CGRect)compBounds; -- (instancetype)initWithCompBounds:(CGRect)compBounds; - - (instancetype)initWithJSON:(NSDictionary *)jsonDictionary frameRate:(NSNumber *)frameRate compBounds:(CGRect)compBounds; @property (nonatomic, readonly) CGRect compBounds;