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

@@ -23,7 +23,7 @@
#import "DoricRootNode.h"
@implementation DoricRootNode
- (void)setupRootView:(Stack *)view {
- (void)setupRootView:(DoricStackView *)view {
self.view = view;
self.layoutConfig = view.layoutConfig;
}