summaryrefslogtreecommitdiff
path: root/platform/osx/src/NSBundle+MGLAdditions.m
blob: 658d515ebf655b4b00247f823f46e6470a19ad26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "NSBundle+MGLAdditions.h"

#import "MGLAccountManager.h"

void mgl_linkBundleCategory() {}

@implementation NSBundle (MGLAdditions)

+ (instancetype)mgl_frameworkBundle {
    return [self bundleForClass:[MGLAccountManager class]];
}

@end