feat: 自定义插件的更新
This commit is contained in:
17
Libs/UniPluginJCore.framework/Headers/JCoreModule.h
Normal file
17
Libs/UniPluginJCore.framework/Headers/JCoreModule.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// JCoreModule.h
|
||||
// UniPluginJCore
|
||||
//
|
||||
// Created by huangshuni on 2021/1/21.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "DCUniModule.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface JCoreModule : DCUniModule
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user