rename add doric prefix

This commit is contained in:
pengfei.zhou
2019-10-23 20:06:21 +08:00
parent c2e3ef4f7e
commit 4b1a982e85
14 changed files with 137 additions and 137 deletions

View File

@@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface DoricRootNode : DoricStackNode
- (void)setupRootView:(Stack *)view;
- (void)setupRootView:(DoricStackView *)view;
- (void)render:(NSDictionary *)props;
@end