8 lines
105 B
C
8 lines
105 B
C
|
#import <XCTest/XCTest.h>
|
||
|
|
||
|
@interface XCTestCase (WMFBundleConvenience)
|
||
|
|
||
|
- (NSBundle *)wmf_bundle;
|
||
|
|
||
|
@end
|