This repository has been archived on 2024-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Doric/iOS/Pod/Classes/Shader/DoricTextNode.h
pengfei.zhou 674335324b iOS render
2019-07-31 14:18:20 +08:00

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