mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 04:32:06 +00:00
17 lines
271 B
Objective-C
17 lines
271 B
Objective-C
//
|
|
// RandomCoreGraphicsNode.h
|
|
// Sample
|
|
//
|
|
// Created by Scott Goodson on 9/5/15.
|
|
// Copyright (c) 2015 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
|
|
|
@interface RandomCoreGraphicsNode : ASCellNode
|
|
{
|
|
ASTextNode *_textNode;
|
|
}
|
|
|
|
@end
|