mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
17 lines
331 B
Objective-C
17 lines
331 B
Objective-C
/**
|
|
* Copyright (c) 2015-present, Horcrux.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the MIT-style license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import "RNSVGNode.h"
|
|
#import "RCTViewManager.h"
|
|
|
|
@interface RNSVGNodeManager : RCTViewManager
|
|
|
|
- (RNSVGNode *)node;
|
|
|
|
@end
|