spiegel-keyman/mac/Keyman4MacIM/KeymanTests/NoContextTestClient.h
Tom Bogle 26ad29a744 [Mac] Added lots of IM tests (legacy, no-context, Apple-compliant [WIP])
Fixes #1005 (at least in part). Still one failing test.
2018-06-25 17:15:00 -04:00

16 lines
327 B
Objective-C

//
// NoContextTestClient.h
// Keyman4MacIM
//
// Created by tom on 6/25/18.
// Copyright © 2018 SIL International. All rights reserved.
//
#ifndef NoContextTestClient_h
#define NoContextTestClient_h
#import "LegacyTestClient.h"
@interface NoContextTestClient : LegacyTestClient
@end
#endif /* NoContextTestClient_h */