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