Merge branch 'master' into update-objc

This commit is contained in:
Adlai Holler
2015-09-19 12:53:06 -07:00
9 changed files with 25 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
NS_ASSUME_NONNULL_BEGIN
/**
* Generic cell node. Subclass ASCellNode instead of <ASDisplayNode> to use <ASTableView>.
* Generic cell node. Subclass this instead of `ASDisplayNode` to use with `ASTableView` and `ASCollectionView`.
*/
@interface ASCellNode : ASDisplayNode