WeChatTweak-macOS/WeChatTweak/NSBundle+WeChatTweak.h
2017-08-12 20:29:08 +08:00

16 lines
246 B
Objective-C

//
// NSBundle+WeChatTweak.h
// WeChatTweak
//
// Created by Sunnyyoung on 2017/8/12.
// Copyright © 2017年 Sunnyyoung. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface NSBundle (WeChatTweak)
+ (instancetype)tweakBundle;
@end