mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-23 23:06:08 +08:00
Export 1.0.3
This commit is contained in:
parent
6194f0c3cc
commit
9f105fd099
1
WeChatTweak.framework/Headers
Symbolic link
1
WeChatTweak.framework/Headers
Symbolic link
|
@ -0,0 +1 @@
|
|||
Versions/Current/Headers
|
1
WeChatTweak.framework/Modules
Symbolic link
1
WeChatTweak.framework/Modules
Symbolic link
|
@ -0,0 +1 @@
|
|||
Versions/Current/Modules
|
15
WeChatTweak.framework/Versions/A/Headers/WeChatTweak.h
Normal file
15
WeChatTweak.framework/Versions/A/Headers/WeChatTweak.h
Normal file
|
@ -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.
Loading…
Reference in New Issue
Block a user