// // 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 */