This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/iOS/Pod/Classes/Shader/DoricImageNode.h
2019-08-06 20:06:34 +08:00

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