mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2026-07-28 22:14:33 +08:00
Export 1.0.3
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
Versions/Current/Headers
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
Versions/Current/Modules
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
//
|
||||||
|
// WeChatTweak.h
|
||||||
|
// WeChatTweak
|
||||||
|
//
|
||||||
|
// Created by Sunnyyoung on 2017/8/11.
|
||||||
|
// Copyright © 2017年 Sunnyyoung. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <Cocoa/Cocoa.h>
|
||||||
|
#import <objc/runtime.h>
|
||||||
|
#import <objc/message.h>
|
||||||
|
#import <JRSwizzle/JRSwizzle.h>
|
||||||
|
|
||||||
|
FOUNDATION_EXPORT double WeChatTweakVersionNumber;
|
||||||
|
FOUNDATION_EXPORT const unsigned char WeChatTweakVersionString[];
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
framework module WeChatTweak {
|
||||||
|
umbrella header "WeChatTweak.h"
|
||||||
|
|
||||||
|
export *
|
||||||
|
module * { export * }
|
||||||
|
}
|
||||||
Binary file not shown.
Reference in New Issue
Block a user