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 @@
//
// ZPNsUniPlugin.h
// ZPNsUniPlugin
//
// Created by zego on 2022/5/30.
//
#import <Foundation/Foundation.h>
//! Project version number for ZPNsUniPlugin.
FOUNDATION_EXPORT double ZPNsUniPluginVersionNumber;
//! Project version string for ZPNsUniPlugin.
FOUNDATION_EXPORT const unsigned char ZPNsUniPluginVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <ZPNsUniPlugin/PublicHeader.h>

Binary file not shown.

View File

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

Binary file not shown.