17 lines
215 B
C
17 lines
215 B
C
|
//
|
||
|
// 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
|