mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-17 00:31:09 +00:00
10 lines
172 B
Objective-C
10 lines
172 B
Objective-C
#import <LegacyComponents/SGraphNode.h>
|
|
|
|
@interface SGraphListNode : SGraphNode
|
|
|
|
@property (nonatomic, strong) NSArray *items;
|
|
|
|
- (id)initWithItems:(NSArray *)items;
|
|
|
|
@end
|