Skip to content

Commit f23c2f6

Browse files
author
PonyCui
committed
fix: Remove a unimplemented method.
1 parent 66fae55 commit f23c2f6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Source/SVGAPlayer.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ typedef void(^SVGAPlayerDynamicDrawingBlock)(CALayer *contentLayer, NSInteger fr
4343
- (void)setImageWithURL:(NSURL *)URL forKey:(NSString *)aKey;
4444
- (void)setImage:(UIImage *)image forKey:(NSString *)aKey referenceLayer:(CALayer *)referenceLayer; // deprecated from 2.0.1
4545
- (void)setAttributedText:(NSAttributedString *)attributedText forKey:(NSString *)aKey;
46-
- (void)setAttributedText:(NSAttributedString *)attributedText
47-
forKey:(NSString *)aKey
48-
lineBreakMode:(NSLineBreakMode)lineBreakMode
49-
wrapped:(BOOL)wrapped;
5046
- (void)setDrawingBlock:(SVGAPlayerDynamicDrawingBlock)drawingBlock forKey:(NSString *)aKey;
5147
- (void)setHidden:(BOOL)hidden forKey:(NSString *)aKey;
5248
- (void)clearDynamicObjects;

0 commit comments

Comments
 (0)