add iOS Image Node
This commit is contained in:
16
iOS/Pod/Classes/Shader/DoricImageNode.h
Normal file
16
iOS/Pod/Classes/Shader/DoricImageNode.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// DoricImageNode.h
|
||||
// Doric
|
||||
//
|
||||
// Created by pengfei.zhou on 2019/8/6.
|
||||
//
|
||||
|
||||
#import "DoricViewNode.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricImageNode : DoricViewNode<UIImageView *>
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user