feat: 自定义插件的更新

This commit is contained in:
zoujing
2026-05-10 14:55:18 +08:00
parent 9d7058bbe4
commit 83608316f4
256 changed files with 11644 additions and 3451 deletions

View File

@@ -0,0 +1,18 @@
//
// ZIMUniPlugin.h
// ZIMUniPlugin
//
// Created by zego on 2022/5/30.
//
#import <Foundation/Foundation.h>
//! Project version number for ZIMUniPlugin.
FOUNDATION_EXPORT double ZIMUniPluginVersionNumber;
//! Project version string for ZIMUniPlugin.
FOUNDATION_EXPORT const unsigned char ZIMUniPluginVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <ZIMUniPlugin/PublicHeader.h>

Binary file not shown.

View File

@@ -0,0 +1,6 @@
framework module ZIMUniPlugin {
umbrella header "ZIMUniPlugin.h"
export *
module * { export * }
}

Binary file not shown.