Skip to content

Commit

Permalink
Export 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyyoung committed Oct 26, 2018
1 parent 6194f0c commit 9f105fd
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions WeChatTweak.framework/Headers
1 change: 1 addition & 0 deletions WeChatTweak.framework/Modules
15 changes: 15 additions & 0 deletions WeChatTweak.framework/Versions/A/Headers/WeChatTweak.h
Original file line number Diff line number Diff line change
@@ -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[];
6 changes: 6 additions & 0 deletions WeChatTweak.framework/Versions/A/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module WeChatTweak {
umbrella header "WeChatTweak.h"

export *
module * { export * }
}
Binary file modified WeChatTweak.framework/Versions/A/WeChatTweak
Binary file not shown.

0 comments on commit 9f105fd

Please sign in to comment.