Export 1.0.3

This commit is contained in:
Sunnyyoung
2018-10-26 21:34:45 +08:00
parent 6194f0c3cc
commit 9f105fd099
5 changed files with 23 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Versions/Current/Headers
+1
View File
@@ -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.