mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Overall improvements for the SocialAppLayout example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user