WeChatTweak-macOS/WeChatTweak/Category/NSBundle+WeChatTweak.m
2018-06-24 11:50:22 +08:00

18 lines
337 B
Objective-C

//
// NSBundle+WeChatTweak.m
// WeChatTweak
//
// Created by Sunnyyoung on 2017/8/12.
// Copyright © 2017年 Sunnyyoung. All rights reserved.
//
#import "NSBundle+WeChatTweak.h"
@implementation NSBundle (WeChatTweak)
+ (instancetype)tweakBundle {
return [NSBundle bundleWithIdentifier:@"net.sunnyyoung.WeChatTweak"];
}
@end