This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/iOS/Pod/Classes/Shader/DoricRootNode.h

20 lines
283 B
C
Raw Normal View History

2019-07-30 21:05:27 +08:00
//
// DoricRootNode.h
// Doric
//
// Created by pengfei.zhou on 2019/7/30.
//
#import "DoricStackNode.h"
NS_ASSUME_NONNULL_BEGIN
@interface DoricRootNode : DoricStackNode
2019-07-31 14:18:20 +08:00
- (void)setupRootView:(UIView *)view;
- (void)render:(NSDictionary *)props;
2019-07-30 21:05:27 +08:00
@end
NS_ASSUME_NONNULL_END