13 lines
157 B
Mathematica
13 lines
157 B
Mathematica
|
//
|
||
|
// DoricNativePlugin.m
|
||
|
// Doric
|
||
|
//
|
||
|
// Created by pengfei.zhou on 2019/7/29.
|
||
|
//
|
||
|
|
||
|
#import "DoricNativePlugin.h"
|
||
|
|
||
|
@implementation DoricNativePlugin
|
||
|
|
||
|
@end
|