mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-23 14:56:08 +08:00
16 lines
366 B
Objective-C
16 lines
366 B
Objective-C
//
|
|
// 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[];
|