spiegel-keyman/mac/KeymanEngine4Mac/KeymanEngine4MacTests/KeymanEngineTestsStaticHelperMethods.h
2018-01-22 11:36:39 -05:00

18 lines
438 B
Objective-C

//
// KeymanEngineTestsStaticHelperMethods.h
// KeymanEngine4Mac
//
// Created by tom on 1/18/18.
// Copyright © 2018 SIL International. All rights reserved.
//
#ifndef KeymanEngineTestsStaticHelperMethods_h
#define KeymanEngineTestsStaticHelperMethods_h
#import "KMXFile.h"
@interface KeymanEngineTestsStaticHelperMethods : NSObject
+ (KMXFile *)getKmxFileTestMacEngine;
@end
#endif /* KeymanEngineTestsStaticHelperMethods_h */