This commit is contained in:
Michael Schneider
2016-06-04 16:19:14 -07:00
parent 4f493c4ad3
commit 76dbc1f5e6
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
static CGFloat const kASDKLogoAspectRatio = 2.79;
@interface ASImageNode (ForwardWorkaround)
// This is a workaround until subclass overwritting of custom drawing class methods is fixed
// This is a workaround until subclass overriding of custom drawing class methods is fixed
- (UIImage *)displayWithParameters:(id<NSObject>)parameters isCancelled:(asdisplaynode_iscancelled_block_t)isCancelledBlock;
@end

View File

@@ -14,7 +14,7 @@
#import <AsyncDisplayKit/ASDisplayNode+Subclasses.h>
@interface ASTextNode (ForwardWorkaround)
// This is a workaround until subclass overwritting of custom drawing class methods is fixed
// This is a workaround until subclass overriding of custom drawing class methods is fixed
- (void)drawRect:(CGRect)bounds withParameters:(id<NSObject>)parameters isCancelled:(asdisplaynode_iscancelled_block_t)isCancelledBlock isRasterizing:(BOOL)isRasterizing;
@end