// // DoricNativePlugin.h // Doric // // Created by pengfei.zhou on 2019/7/29. // #import #import "DoricComponent.h" NS_ASSUME_NONNULL_BEGIN @interface DoricNativePlugin : DoricComponent @end NS_ASSUME_NONNULL_END