Beef up the headers for ASSectionController and ASSupplementaryNodeSource (#3233)

This commit is contained in:
Adlai Holler
2017-04-03 03:09:57 -07:00
committed by Huy Nguyen
parent d4af736985
commit c7794a31dd
2 changed files with 5 additions and 2 deletions

View File

@@ -7,9 +7,13 @@
//
#import <Foundation/Foundation.h>
#import <AsyncDisplayKit/ASBlockTypes.h>
#import <AsyncDisplayKit/ASDimension.h>
NS_ASSUME_NONNULL_BEGIN
@class ASBatchContext;
/**
* A protocol that your section controllers should conform to,
* in addition to IGListSectionType, in order to be used with AsyncDisplayKit.