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,18 +11,8 @@
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface LikesNode : ASControlNode {
ASImageNode *_iconNode;
ASTextNode *_countNode;
NSInteger _likesCount;
BOOL _liked;
}
@interface LikesNode : ASControlNode
- (instancetype)initWithLikesCount:(NSInteger)likesCount;
+ (BOOL) getYesOrNo;
@end