From 40fa27259a5d8516034b9b6ee0eabc170093e108 Mon Sep 17 00:00:00 2001 From: lpw Date: Mon, 14 Mar 2022 10:02:13 +0800 Subject: [PATCH] 2.5.0 --- frameworks/WAAIhelpImpl.framework/WAAIhelpImpl | 0 frameworks/WAAIhelpImpl.framework/Modules/module.modulemap | 6 ++++++ frameworks/WAAIhelpImpl.framework/Info.plist | 0 frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h | 19 +++++++++++++++++++ 4 files changed, 25 insertions(+), 0 deletions(-) diff --git a/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h b/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h new file mode 100644 index 0000000..0573edf --- /dev/null +++ b/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h @@ -0,0 +1,19 @@ +// +// WAAIhelpImpl.h +// WAAIhelpImpl +// +// Created by hank on 2018/5/17. +// Copyright © 2018年 hank. All rights reserved. +// + +#import <UIKit/UIKit.h> + +//! Project version number for WAAIhelpImpl. +FOUNDATION_EXPORT double WAAIhelpImplVersionNumber; + +//! Project version string for WAAIhelpImpl. +FOUNDATION_EXPORT const unsigned char WAAIhelpImplVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import <WAAIhelpImpl/PublicHeader.h> + +//time:2022/03/15 12:30 ver:3.8.4 diff --git a/frameworks/WAAIhelpImpl.framework/Info.plist b/frameworks/WAAIhelpImpl.framework/Info.plist new file mode 100644 index 0000000..0073b06 --- /dev/null +++ b/frameworks/WAAIhelpImpl.framework/Info.plist Binary files differ diff --git a/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap b/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap new file mode 100644 index 0000000..7ff5bc0 --- /dev/null +++ b/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module WAAIhelpImpl { + umbrella header "WAAIhelpImpl.h" + + export * + module * { export * } +} diff --git a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl new file mode 100644 index 0000000..9438c25 --- /dev/null +++ b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl Binary files differ -- Gitblit v1.8.0