17 lines
247 B
Objective-C
17 lines
247 B
Objective-C
//
|
|
// DoricNativePlugin.h
|
|
// Doric
|
|
//
|
|
// Created by pengfei.zhou on 2019/7/29.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "DoricComponent.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DoricNativePlugin : DoricComponent
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|