iOS module dir
This commit is contained in:
29
iOS/Pod/Classes/Shader/DoricViewNode.h
Normal file
29
iOS/Pod/Classes/Shader/DoricViewNode.h
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// DoricViewNode.h
|
||||
// Doric
|
||||
//
|
||||
// Created by pengfei.zhou on 2019/7/30.
|
||||
//
|
||||
|
||||
#import "DoricContextHolder.h"
|
||||
|
||||
#import "UIView+Doric.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class DoricGroupNode;
|
||||
|
||||
@interface DoricViewNode <V>: DoricContextHolder
|
||||
|
||||
@property (nonatomic,strong) V view;
|
||||
|
||||
@property (nonatomic,weak) DoricGroupNode *parent;
|
||||
|
||||
- (V)build:(NSDictionary *)props;
|
||||
|
||||
- (void)blend:(NSDictionary *)props;
|
||||
|
||||
- (void)blendView:(V)view forPropName:(NSString *)name propValue:(id)prop;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user