Overall improvements for the SocialAppLayout example

This commit is contained in:
Michael Schneider
2016-02-24 20:18:20 -08:00
parent 8418d8be24
commit 7dd2fbfad1
9 changed files with 148 additions and 204 deletions

View File

@@ -11,14 +11,7 @@
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface CommentsNode : ASControlNode {
ASImageNode *_iconNode;
ASTextNode *_countNode;
NSInteger _comentsCount;
}
@interface CommentsNode : ASControlNode
- (instancetype)initWithCommentsCount:(NSInteger)comentsCount;