Swiftgram/LegacyComponents/SGraphObjectNode.h
2017-07-23 15:43:10 +02:00

10 lines
164 B
Objective-C

#import <LegacyComponents/SGraphNode.h>
@interface SGraphObjectNode : SGraphNode
@property (nonatomic, strong) id object;
- (id)initWithObject:(id)object;
@end