spiegel-keyman/mac/Keyman4MacIM/KeymanTests/AppleCompliantTestClient.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
358 B
Objective-C

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