10 lines
182 B
Mathematica
10 lines
182 B
Mathematica
|
#import "XCTestCase+WMFBundleConvenience.h"
|
||
|
|
||
|
@implementation XCTestCase (WMFBundleConvenience)
|
||
|
|
||
|
- (NSBundle *)wmf_bundle {
|
||
|
return [NSBundle bundleForClass:[self class]];
|
||
|
}
|
||
|
|
||
|
@end
|