[AsyncDisplayKit 2] Final changes to ease migration of clients to 2.0 APIs. (#2460)

This commit is contained in:
appleguy
2016-10-21 13:12:13 -07:00
committed by GitHub
parent e87ac54138
commit 2c6f8b0506
17 changed files with 470 additions and 72 deletions

View File

@@ -43,4 +43,13 @@ NS_ASSUME_NONNULL_BEGIN
@end
#pragma mark - Deprecated
@interface ASStaticLayoutSpec : ASAbsoluteLayoutSpec
+ (instancetype)staticLayoutSpecWithChildren:(NSArray<id<ASLayoutElement>> *)children AS_WARN_UNUSED_RESULT ASDISPLAYNODE_DEPRECATED;
@end
NS_ASSUME_NONNULL_END