iOS module dir

This commit is contained in:
pengfei.zhou
2019-07-30 15:20:11 +08:00
parent 6e6dc4edef
commit c1fde16bee
77 changed files with 610 additions and 305 deletions

View File

@@ -0,0 +1,16 @@
//
// DoricGroupNode.h
// Doric
//
// Created by pengfei.zhou on 2019/7/30.
//
#import "DoricViewNode.h"
NS_ASSUME_NONNULL_BEGIN
@interface DoricGroupNode : DoricViewNode<UIView *>
- (void)blendChild:(DoricViewNode *)child layoutConfig:(NSDictionary *)layoutconfig;
@end
NS_ASSUME_NONNULL_END