iOS render
This commit is contained in:
16
iOS/Pod/Classes/Shader/DoricTextNode.h
Normal file
16
iOS/Pod/Classes/Shader/DoricTextNode.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// DoricTextNode.h
|
||||
// Doric
|
||||
//
|
||||
// Created by pengfei.zhou on 2019/7/31.
|
||||
//
|
||||
|
||||
#import "DoricViewNode.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricTextNode : DoricViewNode<UILabel *>
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user